Code: Alles auswählen.
.
.
.
.
.
.
.
.
w_header-tdlinesize = 132.
* Text bearbeiten
CLEAR w_ergebnis.
CALL FUNCTION 'EDIT_TEXT'
EXPORTING
display = w_modus
editor_title = w_text
header = w_header
save = w_save
IMPORTING
RESULT = w_ergebnis
TABLES
lines = t_textzeile
EXCEPTIONS
id = 1
language = 2
linesize = 3
name = 4
object = 5
textformat = 6
communication = 7
OTHERS = 8.
Folgende Benutzer bedankten sich beim Autor a-dead-trousers für den Beitrag:
SAP_ENTWICKLER