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 Text

Former Member
0 Likes
530

HI All,

How to populate "Long text" for a particular message in message class?

My requirement is i want to display some company codes in long text of hte message. So how to populate these comp codes in long text?

Regards

Saurabh

4 REPLIES 4
Read only

Former Member
0 Likes
487

Hi saurabh,

If you want to manually create long texts, then go to

se91 and select your message.Click on the long text button.

Enter text and save.

2) If you want to do it through program, then

use the FM SAVE_TEXT.

Regards,

Ravi

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
487

Are you saying that you don't want to make them static in the long text, but put them in there at runtime?

Regards,

Rich Heilman

Read only

Manohar2u
Active Contributor
0 Likes
487

If you would like keep static message, then you do from SE91, select your message number and click on long text.

You need to pass the variables as below.

<b>Document &V1& not found for country : &V2&.</b>

Regds

Manohar

Read only

Former Member
0 Likes
487

tx