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_OBJCL_CHANGE' updates the database partially.

Former Member
0 Likes
522

Hi

We are using 'BAPI_OBJCL_CHANGE' in a program running in batch at night.

Although we use SET UPDATE TASK LOCAL before the BAPI call and 'BAPI_TRANSACTION_COMMIT' with wait = 'X' after every BAPI call, the update is carried out only partially. Some records (randomly) are not updated, no error from BAPI in these records and if we run the program again some of these records will be updated.

Dose anybody know how to resolve this problem?

Any help will be appreciated.

2 REPLIES 2
Read only

Former Member
0 Likes
453

Hi,

You may analyze the BAPIRETURN tab and see the messages given there.

Read only

0 Likes
453

Hi

Thanks for your reply.

BUT we checked and - No error from BAPI in these records and if we run the program again some of these records will be updated.