Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Quality Notification using BAPI MAPI_QUALNOT_CREATE

Former Member
0 Likes
1,404

I'm using BAPI_QUALNOT_CREATE to create a Quality Notification but unable to assign Reference Notification Number while creation. Can anone please provide solution as to how to pass Reference Notification Number in this BAPI..

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
784

Did you try with KEY_RELATIONSHIP as described in BAPI documentation ?

If you don't find the fields required or if BAPI don't react as you wish you could try to update those in  BAdI NOTIF_EVENT_SAVE ?

Regards,
Raymond

Read only

0 Likes
784

Thanks Raymond for your response. I've checked KEY_RELATIONSHIP also but that is not helpful in this case. Also I checked standard QM01 working in which from screen fields, values directly comes to structure RIQS5, which is not case in BAPI. Besides REFOBJTYP REFOBJKEY and REFRELTYP aren;t playing any role in assigning reference. Have taken a look.

     And the creation of Notification is actually taking place from inside of another Notification from actionbox in right(customized), and controlling this thing from SAVE_BADI is vague as it needs to be done only in certain case, so what if condition to put...

Read only

0 Likes
784

Hi Pawan,

Did you try using this BAPI BAPI_QNOTIFICAT_CREATE?