‎2008 Oct 21 8:58 PM
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.
‎2008 Oct 21 9:01 PM
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.
‎2008 Oct 21 9:01 PM
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.
‎2008 Oct 21 9:02 PM
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.
‎2008 Oct 21 9:20 PM
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
‎2008 Oct 21 9:29 PM
It means that you won't get any more information than is displayed in the message.
Rob