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

Exception Function Module CO_IH_ORDER_GENER_2

Former Member
0 Likes
740

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

2 REPLIES 2
Read only

Former Member
0 Likes
662

Is the problem solved?

Read only

Anusha16
Newcomer
0 Likes
527

is the problem solved?