‎2009 Oct 13 4:44 PM
Hi experts,
in this method IF_EX_ME_PROCESS_REQ_CUST~PROCESS_ITEM.
I have added function, and on a particular condition error message has to be generated.
everything is working fine till the condition but after
error message command i get a dump.
if i comment the error message command then no dump.
dump message
At the screen generation it was detected that a screen to be generated
has a syntax error or could not be generated due to another error.
regards,
Jayant
‎2009 Oct 13 5:05 PM
Problem may be the way you are raising error message - try like below
MESSAGE ID <ID> TYPE 'I' NUMBER <number>
DISPLAY LIKE 'E' RAISING error
WITH <V1> <v2> <v3>.
‎2009 Oct 13 5:10 PM
Can you please show the code where you are putting the message..
The problem might be with the way you are putting error message