‎2006 Nov 29 7:38 AM
Hi,
i create a notification with the function module "create_notification". With the output of the module i start the function module CO_IH_ORDER_GENER_2. (create a order to a notification)
But there is an exception in this sub module.
*--- Temporäre Auftragsnummer an Meldung weiter geben
CALL FUNCTION 'IQS0_SET_ORDER_NUMBER_IN_WA'
EXPORTING
I_QMNUM = CAUFVD-QMNUM
I_AUFNR = CAUFVD-AUFNR.
The code:
IF VIQMEL-QMNUM <> I_QMNUM.
RAISE INVALID_NOTIFICATION.
In viqmel-qmnum is no value.
Any ideas.
regards
invalid_notification
‎2007 Nov 08 9:21 AM
‎2025 Sep 12 12:54 PM