Application Development 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: 

BAPI to update BZMNG(General reference quantity) in QM01

Former Member
0 Kudos

Hi All,

I'm trying to use function module IQS4_MODIFY_NOTIFICATION in a program to update the general reference quantity field in a Quality notification but it doesn't change the data.

The way I have tried :

I have passed value to RIQS5-BZMNG(One of import param of this FM). I have also passed other relevant values which are required in this case. I have also passed QMGRP,QMCOD values to this structure.

then called BAPI_TRANSACTION_COMMIT.

What I see is that Reference qty gets updated but values QMGRP,QMCOD are getting removed(cleared out) when I open the notification and see from QM02.

Any help in this regard is greatly appreciated.

Thanks

Himayatullah

3 REPLIES 3

surajarafath
Contributor
0 Kudos

Try Using this BAPI BAPI_QUALNOT_MODIFY_DATA

0 Kudos

Hi Playsuji,

Thanks for ur reply.

BAPI_QUALNOT_MODIFY_DATA doesn't have the field RKMNG(general reference quantity) in its import parameter structure.

If you any other idea ,pls share the same.

Best Regards

Himayat

Former Member
0 Kudos

I have wrote a small BDC code with in the same program ,so that the field can be updated.

BR

Himayat.