Application Development 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: 

T100 message text

Former Member
0 Kudos

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

amit_khare
Active Contributor
0 Kudos

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

amit_khare
Active Contributor
0 Kudos

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.

former_member188685
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Rob