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

Quantity factor - QMMA-MNGFA

Former Member
0 Likes
1,013

Hi,

Does anyone know which function module to use to update the value of QMMA-MNGFA (Quantity Factor) for a notification. It comes in the activities tab for the notification in IW51 / IW52. Please let me know if you have sample code also.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
749

Hi,

as far as i know there ist no released FM to change this field (the only released BAPIS to change notifications are from Function Gruoup IWOPM). Therefore, you may use FMs of Function Group IQS4 ( FM IQS4_MODIFY_NOTIFICATION) or you may update the table qmma directly with an update/modify statement in your code. This will be the easiest way.

Regards,

Christian

Hi,

Does anyone know which function module to use to update the value of QMMA-MNGFA (Quantity Factor) for a notification. It comes in the activities tab for the notification in IW51 / IW52. Please let me know if you have sample code also.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
750

Hi,

as far as i know there ist no released FM to change this field (the only released BAPIS to change notifications are from Function Gruoup IWOPM). Therefore, you may use FMs of Function Group IQS4 ( FM IQS4_MODIFY_NOTIFICATION) or you may update the table qmma directly with an update/modify statement in your code. This will be the easiest way.

Regards,

Christian