Hi guys,
Im recording a transaction with the following options:
Update mode: Asynchronous
CATT mode: No CATT
X Default size
X Cont. After Commit.
Blank, Not a Batch Input Session
Blank, Simulate Background Mode
I access one options of the menu and the recording is workin ok,
my problem is that when i use that BDC DATA, with call transaction, stops after the first Commit,
and i need to continue after the commit, is there any way to do that will CALL TRANSACTION?
Im using as follow:
CALL TRANSACTION 'PC00_M32_CEDT'
USING bdcdata
MODE 'A'
UPDATE 'S'.
tks in advance