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

dump on error message

JayantkumarS
Participant
0 Likes
379

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

2 REPLIES 2
Read only

Manohar2u
Active Contributor
0 Likes
349

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>.

Read only

Former Member
0 Likes
349

Can you please show the code where you are putting the message..

The problem might be with the way you are putting error message