Code: Alles auswählen.
CLEAR opt.
MOVE 'N' TO opt-dismode. " dunkel abspielen
MOVE 'S' TO opt-updmode. " synchron
MOVE ' ' TO opt-cattmode. " kein Catt aktiv
MOVE ' ' TO opt-defsize. " Standard-Fenstergröße
MOVE ' ' TO opt-racommit. " kein Ende bei COMMIT WORK
MOVE 'X' TO opt-nobinpt. " kein Batch-Input-Modus
MOVE 'X' TO opt-nobiend. " kein Batch-Input-Modus
CALL TRANSACTION 'IW31' USING t_bdcdata
OPTIONS FROM opt
MESSAGES INTO t_message.