‎2008 Mar 26 10:05 AM
Hi,
I have a report program in which i upload the data from excel sheets and save it into a database using BDC call transaction to a custom transaction which saves the data into DB and subsequently creats an IDOC.
I am saving the data first by commiting and then Posting an IDOC.
The issue here is when system encounters a COMMIT statement it comes out of the BDC session with out going any further.
Could you please suggest a fix to it?
Regards,
Sravan Varagani
‎2008 Mar 26 10:44 AM
Found a fix.
In call transaction options set RACOMMIT to 'X' this would terminate call transaction even on commit.
Thanks