Skip to Content
0
Jan 11, 2023 at 06:39 PM

what does this code do?

96 Views Last edit Jan 12, 2023 at 06:58 PM 7 rev

hello community!

Can someone help me understand what this code does and what it is for?

Thanks!

DATA: v_modo type C.

v_modo = 'N'.

BDC_OPTIONS-DISMODE = v_modo.

BDC_OPTIONS-UPDMODE = 'A'.

BDC_OPTIONS-DEFSIZE = 'X'.

BDC_OPTIONS-RACOMMIT = 'X'.

CALL TRANSACTION 'SU03'

USING BDCDATA

OPTIONS FROM BDC_OPTIONS

MESSAGES INTO gt_msg.