‎2007 Jun 26 12:03 PM
hi, can any body explain
in the below statement what might be "e000" and "text-t08"
MESSAGE e000 WITH text-t08.
thanks
‎2007 Jun 26 12:07 PM
Hi,
e000 is the message number which has a type error.
If this statement is executed then user would get a message which is maintained in Text-t08 and would not be able to do that any further.
Regards,
Suruchi
‎2007 Jun 26 12:07 PM
Hi.
In report ZTEST_1 statement MESSAGE-ID ZLES.
Here they will have the 000 line with & as value..
If we want to display the error message we can pass value to this message id...
the message which we want to pass will be in text-018.
it will display as error message...
Message e000 with text-001. "text-001 is no valid records.
tghen it will display as error message with red.
Message s000 with text-001.
this will display teh message in status bar.
‎2007 Jun 26 12:13 PM
Kiran,
MESSAGE e000 WITH text-t08
It will throw an ERROR message at the status bar ( with red color )
the wordings of the message ?
whatever is maintained in text-008 ( at Utilities -> Text Symbols )
say 000 is ' YOUR & & &' ( this is maintainedx in message class in SE91 )
and text-008 is : Entered value invalid
so u ll get the message 'YOUR Entered value invalid'
~ Laxmi
Reward all helpful answers
‎2007 Jun 26 12:18 PM
Hi.
e000- error message ,message number 000 in messge class.
text-t08- text element for messge describtion.
Rewards all helpfull answers.
Regards.
Jay