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

BAPI_QUALNOT_CREATE and Partner determination

Louis-Arnaud
Active Participant
0 Likes
1,289

Hello,

I'am trying to create a QM notification with BAPI_QUALNOT_CREATE. I only fill the delivery and the notification type. When I do that in tcode QM01, the partners are determined automatically. But it is not the case with the BAPI. Is there a way to tell the BAPI to determined the partners ?

Thanks,

Hello,

I'am trying to create a QM notification with BAPI_QUALNOT_CREATE. I only fill the delivery and the notification type. When I do that in tcode QM01, the partners are determined automatically. But it is not the case with the BAPI. Is there a way to tell the BAPI to determined the partners ?

Thanks,

4 REPLIES 4
Read only

former_member209818
Active Contributor
0 Likes
996

You have to maintain the table NOTIFPARTNR

Read only

0 Likes
996

NO, I want them to be determined automatically from the delivery, like in tcode QM01.

Read only

0 Likes
996

A simple Solution which we tried earlier for similar issue.

After successful creation of the Document using BAPI, write a small BDC code to open the same document in the change mode and save the document again.

It actually completes all the missing details as if document is created using the manual process.

Check if this helps you.

Read only

0 Likes
996

Thank you Harshad, I would prefer avoid using BDC... I guess that if there is no other solution, it is a bug of the BAPI ?