‎2016 Mar 30 2:17 PM
Hi
I would like to add customer fields when creating notification
from BAPI BAPI_QNOTIFICATION_CREATE - there is no Extention for this BAPI
and SAP recomndation is to use user exit, however I cant find any user exit, any idea?
Thanks Emmanuel
‎2016 Mar 31 5:03 AM
Hello Emmanuel,
In fact your question perhaps needs rephrasing.
Regards
KJogeswaraRao.
‎2016 Mar 30 2:46 PM
‎2016 Mar 30 2:52 PM
Hi
Thanks for your answer, however this is only for screen exit and not for the BAPI.
Thanks Emmanuel
‎2016 Mar 30 3:10 PM
‎2016 Mar 30 7:26 PM
Hi
Thank again, I did checked all the exits, no one
can be used, however I asked a friend and he told me to use BAPI
BAPI_ALM_NOTIF_CREATE
Thanks
‎2016 Mar 31 7:24 AM
‎2016 Mar 31 7:26 AM
Jogeswara Rao already indicated this exit (Enhancement QQMA0014 = Exit EXIT_SAPMIWO0_020)
Regards,
Raymond
‎2016 Mar 31 5:03 AM
Hello Emmanuel,
In fact your question perhaps needs rephrasing.
Regards
KJogeswaraRao.
‎2016 Apr 18 6:16 AM
Hello
Thanks for reply, I used 3 functions:
1. BAPI_QUALNOT_CREATE.
2. BAPI_QUALNOT_SAVE.
3. BAPI_TRANSACTION_COMMIT.
I also implemented the BADI NOTIF_EVENT_SAVE
in order to pass the Z fields added to QMEL table
using EXPORT to memory.
Thanks again for all you reply