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

Former Member
0 Kudos

Hi Friends,

I want to dispaly my messages without message class message id. Is it possible.

Thanx in advance,

Venu

1 ACCEPTED SOLUTION

shishupalreddy
Active Contributor
0 Kudos

hi,

You can use the following format .

MESSAGE msg TYPE mtype.

EX: MESSAGE 'DATA NOT FOUND' TYPE E.

tHE OUTPUT IS :

data not found .

regards,

4 REPLIES 4

anversha_s
Active Contributor
0 Kudos

hi,

use this.

message 'enter name' type 'I'. -> information.

message 'enter name' type 'E'. -> error.

message 'enter name' type 'S'. -> status bar.

rgds

anver

if hlped amrk pints

Former Member
0 Kudos

Its suggestable to create message with Message ID.

But still, u can create:

MESSAGE '<MESSAGETXT>' TYPE '<MESSAGETYPE>'.

Thanks

Eswar

Former Member
0 Kudos

hi venu,

message 'Please enter a valid value' type E.

regards,

priya.

shishupalreddy
Active Contributor
0 Kudos

hi,

You can use the following format .

MESSAGE msg TYPE mtype.

EX: MESSAGE 'DATA NOT FOUND' TYPE E.

tHE OUTPUT IS :

data not found .

regards,