2007 Jan 04 3:35 PM
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.
2007 Jan 05 12:14 PM
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.
2007 Jan 05 12:14 PM
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