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

Calling BAPI_TRANSACTION_COMMIT from VBA

Former Member
0 Likes
500

Hi

I need to call BAPI_TRANSACTION_COMMIT from Excel VBA after successfully passing data to SAP. Yet I can't find a sample how to commit this data. Anybody has a code sample? It should be just a line or two, I believe.

Janek

1 REPLY 1
Read only

Former Member
0 Likes
308

Figured it out myself. Call BAPI_TRANSACTION_COMMIT as any other BAPI, just keep the same connection session.

Janek