‎2008 Oct 27 7:39 AM
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
‎2008 Oct 27 11:02 AM
Hi,
Have you tried calling FM "BAPI_TRANSACTION_COMMIT" after your BAPI Call?
‎2008 Oct 27 11:23 AM