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

BAPI

Former Member
0 Likes
608

i'm using BAPI_TRANSACTION_COMMIT

then it is running very very slow at the time executing it.

what can be done?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

Hi Vivek Gaur ,

Functionality of BAPI_TRANSACTION_COMMIT.

This method executes a COMMIT WORK command. It is required for transactions developed outside the SAP system that change data in the SAP system by using BAPI calls.

When you call BAPIs in your program that change data in the SAP system, you must then call this method to write the changes to the database.

It will have more data, so u can ping ur basis guy to improve the system performance...

Thank you,

Srini.S

3 REPLIES 3
Read only

Former Member
0 Likes
593

speak to the basis guys, to add more RAM to the application servers.

Read only

Former Member
0 Likes
594

Hi Vivek Gaur ,

Functionality of BAPI_TRANSACTION_COMMIT.

This method executes a COMMIT WORK command. It is required for transactions developed outside the SAP system that change data in the SAP system by using BAPI calls.

When you call BAPIs in your program that change data in the SAP system, you must then call this method to write the changes to the database.

It will have more data, so u can ping ur basis guy to improve the system performance...

Thank you,

Srini.S

Read only

Former Member
0 Likes
593

RESOLVED