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

T100 message text

Former Member
0 Likes
3,960

Hi Experts,

I am getting an error and when I see the error in detail it says message number - 398, lang - en, and type - 00.

when I go to T100 to see the details and text of this error I see only '& & & &', what does it mean. Where is the text for this message stored.

Thanks.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
2,975

That means the message is raised form the report using WITH claues.

Dynamic message description.

Check the report for the MESSAGE command and see the text passing there.

The message of message class '00' basically deals with batch inputs.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
2,976

That means the message is raised form the report using WITH claues.

Dynamic message description.

Check the report for the MESSAGE command and see the text passing there.

The message of message class '00' basically deals with batch inputs.

Read only

Former Member
0 Likes
2,975

the message is generic, it can hold any type of message since you have only 4 place holders and no message maintained there. so the message can be used differently in different places. find where used list of the message for more information.

Read only

Former Member
0 Likes
2,975

if you are an abap person, debug the transaction, put the break-point at Statement message, and see the condition which is causing this message. Most probably it is used by another ABAP guy in your system in some enhancement

Read only

Former Member
0 Likes
2,975

It means that you won't get any more information than is displayed in the message.

Rob