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

After using bapi transaction commit also I am unable to update in database

Former Member
0 Likes
436

Hi Gurus,

I am successfully executed the bapi_loan_contract_create by writing the program in se38. I am getting loan number. After calling the bapi_transaction_commit I am not able to see in the database tables. Please anyone tell me the solution for my problem.

Advance Thanks

Nagamani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
395

Hi

After commiting , Add this statement and try

Wait up to 10 seconds.

TRy and let me know plz

Regrds

karthik

2 REPLIES 2
Read only

Former Member
0 Likes
396

Hi

After commiting , Add this statement and try

Wait up to 10 seconds.

TRy and let me know plz

Regrds

karthik

Read only

Former Member
0 Likes
395

Hi

You must pass the value 'X' to the Wait Parameter in BAPI_TRANSACTION_COMMIT.

Thanks

Vijay