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

commit not working for BAPI_INSPOPER_RECORDRESULTS

Former Member
0 Likes
511

Hi All

I am trying to use BAPI_INSPOPER_RECORDRESULTS to post a set of values for inspection characteristics populated in the table char_results. Lot number, insporder, insppointdata are also being passed as input to the BAPI. after executing the bapi I don't get any message in the returntanbe and return export parameter. However when I check the table QASR for the entries to be inserted I don't see any relevant data. I tried executing the BAPI from trx se 37 by maintaing a test sequence followed by bapi_transaction_commit and also in the debug mode by changing the value of data object L_COMMIT to 'X'; but in all cases data is not getting commited/posted into the database. Any clue on this would be highly appreciable.

Thanks in advance.

Sudip

2 REPLIES 2
Read only

Former Member
0 Likes
417

Hi,

Have you tried calling FM "BAPI_TRANSACTION_COMMIT" after your BAPI Call?

Read only

0 Likes
417

yes I did.

Thanks

Sudip