2014 Dec 05 12:21 PM
Hello,
I have a scenario to create quality notification(QM01) and the BAPI used to create is ' BAPI_QUALNOT_CREATE'. But this BAPI doesnot have the option to pass the reference number(REFNUM) to it.
Any idea on this how to create or update the QMEL-REFNUM
Thanks in advance.
Regards,
Loga
2015 Jan 27 12:51 PM
Hi All,
Resolved this issue by implementing BADI NOTIF_EVENT_SAVE, method CHANGE_DATA_AT_SAVE.
While saving the quality notification we use the BAPI 'BAPI_QUALNOT_SAVE'. This BAPI triggers 'NOTIF_EVENT_SAVE' BADI. By implementing this BADI, the above issue got resolved.
Regards,
Loga
Hello,
I have a scenario to create quality notification(QM01) and the BAPI used to create is ' BAPI_QUALNOT_CREATE'. But this BAPI doesnot have the option to pass the reference number(REFNUM) to it.
Any idea on this how to create or update the QMEL-REFNUM
Thanks in advance.
Regards,
Loga
2014 Dec 05 1:54 PM
You could try the same solution than in KBA 1667389 - The BAPI_QUALNOT_CREATE does not
include the field MALFUNCTION DATE. using BAdI NOTIF_EVENT_SAVE ?
Regards,
Raymond
2015 Jan 27 12:51 PM
Hi All,
Resolved this issue by implementing BADI NOTIF_EVENT_SAVE, method CHANGE_DATA_AT_SAVE.
While saving the quality notification we use the BAPI 'BAPI_QUALNOT_SAVE'. This BAPI triggers 'NOTIF_EVENT_SAVE' BADI. By implementing this BADI, the above issue got resolved.
Regards,
Loga