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

Extended help through status bar

Former Member
0 Likes
549

Hi,

What code should I write to get the long text by double clicking on the status bar's message that is given by me with message type 'S'.

Please help.

Thanking You

Sameer Kulkarni

Hi,

What code should I write to get the long text by double clicking on the status bar's message that is given by me with message type 'S'.

Please help.

Thanking You

Sameer Kulkarni

2 REPLIES 2
Read only

santosh_patil6
Explorer
0 Likes
526

Hi,

Example:

Go to T-code SE91

Create a Message Class - Z01

Message Message Short Text

000 Error

Now select the above line and click on the long text button(in SE91). Here you can enter the long text.

Save it.

Use the message class - Z01 in your report.

When message 000 is displayed with type S first the short text will appear, then when doubled clicked the long text will showup.

let me know if this helps.

Regards,

Santosh

Read only

former_member194669
Active Contributor
0 Likes
526

Hi,

Please do this way.

MESSAGE S999(XXX) WITH 'TESTING'.

Here XXX is your message class