cancel
Showing results for 
Search instead for 
Did you mean: 

SAP QM BAPI's Result Recording

anji405
Explorer
0 Kudos

Hi ,

I am trying to add characterisitcs to Inspection lot through a bapi.

BAPI_INSPOPER_RECORDRESULTS.

but it is not updating any data .

Accepted Solutions (0)

Answers (1)

Answers (1)

john_lutz
Active Participant
0 Kudos

Hello,

First off, make note of the following at the bottom of the function:

* für Hacker

  DATA: L_COMMIT TYPE QKZ.



  IF NOT L_COMMIT IS INITIAL.

    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

  ENDIF.

You may have to manipulate this to get the results to post correctly.

If that doesn't work, double check your parameters & also see what messages are returned from the function

Regards,

John