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

BDC Call Transaction Method.

0 Likes
763

What will happen if we use commit work befor call transaction syntax in BDC

2 REPLIES 2
Read only

GK817
Active Contributor
686

Hi

If you are asking from BDC perspective, nothing will happan. Before using 'CALL TRANSACTION' you have your data in local variables/tables only. So, COMMIT won't make any difference there.

But if you have any other processing happening w.r.t. table update, BAPI call, any transnational update, those changed will get committed to DB.

Gaurav

Read only

Sandra_Rossi
Active Contributor
0 Likes
686

Strange interview question. Well, it has no impact on BDC because it occurs before BDC. So the question has no interest.