Skip to Content
0
Aug 08, 2023 at 10:22 AM

Perform Call Transaction Inside transaction

36 Views

Hi experts,

I'm modifying standard of transaction VA01 so manual price conditions are added automatically when clicking a self-created button (not when save). I tried to do this adding code unsuccessfully. Now I'm trying to create a Batch-Input inside transaction VA01 but when BI executes, it starts transaction from beginning. I actually want BI to continue at the point where user is at that moment. Is this possible? I made a little test to see if it goes to back but it always start the transaction. Thanks in advance

bd sy-repid sy-dynnr.
bf 'BDC_OKCODE' '/EBACK'.

CALL TRANSACTION 'VA01' USING bdcdata
MODE 'A'
UPDATE 'S'
MESSAGES INTO messtab.