Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Commit statement in BDC session

Former Member
0 Likes
450

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

1 REPLY 1
Read only

Former Member
0 Likes
400

Found a fix.

In call transaction options set RACOMMIT to 'X' this would terminate call transaction even on commit.

Thanks