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

message class 00

Former Member
0 Likes
2,852

Hi all,

I have an error message to be shown with message class 00

MESSAGE I208 WITH 'this error message is very long'.

the error message seems cannot be shown fully, is there any length limitation ? What should I do if the error message is quite long?

5 REPLIES 5
Read only

Former Member
0 Likes
1,363

Hi !

You can double-click the message in the status-line of the SAP-Gui. Then a new window opens that should show the complete message.

I hope that helps...

If it does... some reward-points would be nice.

Regards

Rainer

Read only

hymavathi_oruganti
Active Contributor
0 Likes
1,363

u try like this

MESSAGE 'this message is very long TYPE 'I'.

Read only

Former Member
0 Likes
1,363

Create a text element (max 110 char length)

Eg:

message i000

with 'End date should be less than Start date'(021).

Read only

Former Member
0 Likes
1,363

The error mesasage length is restricted to 73.

If you want to display longer messages than you can use placeholders(&i).

Example:

message i001(00) with 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'

'123456789012345678901234567890123456789012345678901234567890' '1234567890' '1234567890'.

You can check the message 001 of message class 00 in order to know how to define the placeholders.

Read only

Former Member
0 Likes
1,363

Hi Macy,

1. Instead of 208,

use message number 001.

2.

MESSAGE I001 WITH 'this error message is very long'

'aaaaaaa' 'ddddd'

' eeeee '.

regards,

amit m.