‎2006 Oct 14 11:26 AM
Hi Friends,
I want to dispaly my messages without message class message id. Is it possible.
Thanx in advance,
Venu
‎2006 Oct 16 10:50 AM
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,
‎2006 Oct 14 11:39 AM
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
‎2006 Oct 14 11:51 AM
Its suggestable to create message with Message ID.
But still, u can create:
MESSAGE '<MESSAGETXT>' TYPE '<MESSAGETYPE>'.
Thanks
Eswar
‎2006 Oct 16 2:59 AM
hi venu,
message 'Please enter a valid value' type E.
regards,
priya.
‎2006 Oct 16 10:50 AM
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,