Code: Alles auswählen.
DATA wa_opt type CTU_PARAMS.
DATA it_bdcdata type table of bdcdata.
DATA wa_bdcdata type bdcdata.
wa_opt-racommit = 'X'. "<<<<<<<
wa_opt-dismode = 'N'. "A/E/N - Display modus
wa_opt-updmode = 'A'. "L/S/A - Update modus
..
call transaction <TRANS> using it_bdcdata
options from opt.