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

passing value for long text

Former Member
0 Likes
575

Hi experts,

i am displaying my warning message in the status bar (bottom of the screen)...

as i click over the message it displays the documentation... i.e. long text....

so is it possible for me to pass my own value in the long text box...

Hi experts,

i am displaying my warning message in the status bar (bottom of the screen)...

as i click over the message it displays the documentation... i.e. long text....

so is it possible for me to pass my own value in the long text box...

3 REPLIES 3
Read only

Former Member
0 Likes
550

Yes, For this you need to create your own message class & message. And after creating the message in SE91, a long text may be maintained from the following menu path:

goto -> Documentation->Long Text.

Hope this helps,

Best Regards, Murugesh AS

Read only

0 Likes
550

that i have defined but is it possible to pass value in long text...

my long text should vary according to customer number....

it should pick up the value from table and place it in long text...

eg:- This customer is critical reason &itab-reason&.

Read only

Former Member
0 Likes
550

Yes you can do that by passing the variable.

Like using SE91 I created a message class ZZ message number 001. or you can double click the message number to write the code

ITEM &4 LINE &3:MATERIAL GROUP FOR SERVICE &1 DOES NOT MATCH THAT OF &2

on program I wrote

MESSAGE e000(zz) WITH ml_esll-srvpos t023t-wgbez ml_esll-extrow .

where the macro 1 = ml_essll-srvpos

2 = t023t-wgbez

3 = ml_esll-extrow.

Regards,

Mallick