Application Development 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: 

message class

Former Member
0 Kudos

Hi,

i have create 1 message class,

when i use that as error message it's worked

ex:

MESSAGE E000(ZMSG_CLASS) WITH IT_MARD-LGORT.

but when i use same message as information message type

Ex:

MESSAGE i000(ZMSG_CLASS) WITH IT_MARD-LGORT.

it's not work.

Thanks in advance.

Regards

SAM

2 REPLIES 2

former_member206377
Active Contributor
0 Kudos

what happens when u use it? do you get an error?

former_member404244
Active Contributor
0 Kudos

Hi,

Error message means it won't go subsequent screen, either its stops there or the screen will be blank out.. for information message after you press enter it will go to subsequent screen.

As per your requirement you need to see which one you want error or information....

No problem with your code.

Regards,

Nagaraj