‎2020 Aug 22 6:18 AM
What will happen if we use commit work befor call transaction syntax in BDC
‎2020 Aug 22 12:49 PM
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
‎2020 Aug 22 2:58 PM
Strange interview question. Well, it has no impact on BDC because it occurs before BDC. So the question has no interest.