Skip to Content
0
Former Member
Apr 22, 2010 at 08:37 PM

BAPI_QUALNOT_MODIFY_DATA

361 Views

I have a task where I am attempting to call BAPI_QUALNOT_MODIFY_DATA from USEREXIT_SAVE_DOCUMENT in SAPMV45A. I have 1 or more notifications associated with a line item and need to update the material on the notifucation header in some cases when the material number on the line item (vbap-matnr) changes. I am executing BAPI_QUALNOT_MODIFY_DATA and subsequently BAPI_QUALNOT_SAVE. Is there a way I can tell SAPMV45A to execute the BAPI_TRANSACTION_COMMIT? I don't think a should execute the BAPI_TRANSACTION_COMMIT from within USEREXIT_SAVE_DOCUMENT. Any advice how to do this?