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

message

Former Member
0 Likes
523

Hi Friends,

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

Thanx in advance,

Venu

1 ACCEPTED SOLUTION
Read only

shishupalreddy
Active Contributor
0 Likes
495

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
Read only

anversha_s
Active Contributor
0 Likes
495

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

Read only

Former Member
0 Likes
495

Its suggestable to create message with Message ID.

But still, u can create:

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

Thanks

Eswar

Read only

Former Member
0 Likes
495

hi venu,

message 'Please enter a valid value' type E.

regards,

priya.

Read only

shishupalreddy
Active Contributor
0 Likes
496

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,