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

How to create the notification in QM using BAPI_QUALNOT_CREATE

Former Member
0 Likes
962

Hi,

To create the notification I am using BAPI_QUALNOT_CREATE in QM. I am passing all the necessary data except the

notif_no. I guess the BAPI should create the notif_no by itself. But its not doing. Do I need to pass the external number

or some other things to pass.

Plz Help

Hi,

To create the notification I am using BAPI_QUALNOT_CREATE in QM. I am passing all the necessary data except the

notif_no. I guess the BAPI should create the notif_no by itself. But its not doing. Do I need to pass the external number

or some other things to pass.

Plz Help

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
604

If qualification type is associated to an internal number range, you don't need to fill this field, and should not require to call BAPI_QUALNOT_CREATE.

Did you call BAPI_QUALNOT_SAVE after BAPI_QUALNOT_CREATE and before BAPI_TRANSACTION_COMMIT ?

Regards,

Raymond