Application Development 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: 

Calling BAPI_TRANSACTION_COMMIT from VBA

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Janek