‎2008 Feb 22 7:07 PM
Hi,
I have to do some FI posting in trans FB01 based on some selection
criteria. The posting is to be done in background. Then I've to output a
list of all the records successfully posted. I'm using BDC_OPEN_GROUP and
not CALL TRANSACTION.
The problem I'm facing is that -
1) BDC session is created but not processed simultaneously.
2) If (1) is solved how'll I come to know which records were posted
SUCCESSFULLY and which were not.
Thanks in advance.
Muneswar
‎2008 Feb 22 7:13 PM
After you close the session you can just submit program RSBDCSUB. It will process the session.
Rob
‎2008 Feb 22 7:10 PM
Hi,
Actually, no, a user doesnt have to execute the BDC session after it is
created - you can write your program to execute the BDC after it is
created.
Regards...
‎2008 Feb 22 7:13 PM
After you close the session you can just submit program RSBDCSUB. It will process the session.
Rob