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

regarding reports

Former Member
0 Likes
622

hi, can any body explain

in the below statement what might be "e000" and "text-t08"

MESSAGE e000 WITH text-t08.

thanks

4 REPLIES 4
Read only

Former Member
0 Likes
591

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

Read only

Former Member
0 Likes
591

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.

Read only

Former Member
0 Likes
591

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

Read only

Former Member
0 Likes
591

Hi.

e000- error message ,message number 000 in messge class.

text-t08- text element for messge describtion.

Rewards all helpfull answers.

Regards.

Jay