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 Maintenance - SE91

bharath_mohan2
Participant
0 Likes
3,114

Hi,

The length of the message that can specified in a message class is limited, how could we add large text to a message number in a message class?

Regards,

Bharath Mohan B

Hi,

The length of the message that can specified in a message class is limited, how could we add large text to a message number in a message class?

Regards,

Bharath Mohan B

8 REPLIES 8
Read only

Former Member
0 Likes
2,096

hi Bharath,

Make use of appersands ( & ) ... Each appersand holds approx 70 character length ..

Regards,

Santosh

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
2,096

Hi,

In SE91 there is button "Long text" on the application toolbar use this button to create long text.

Regards,

Sesh

Read only

Former Member
0 Likes
2,096

Goto the transaction SE91 and in the Applicatiuon Tool bar, we have a button <b>Long Text</b>. Then provide the necessary message there.

Regards,

Pavan

Read only

Former Member
0 Likes
2,096

Hi

In SE91 Tcode

Press the LONG TEXT button on the menu after selecting that line of message and click the check box SELF EXPLANATORY and write the long text and save

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
2,096

Then ... if your text length is suppose 200 characters then

maintain it in the 2 line

1 ... 100 characters

2. 100 charaters ...

while at th time of using in the programs ...concatenate it and so that it will display .

becuase if you observer the message it is like sap script edit .... there we use the Change editor ... so that we do have text as paragrap levels also ...

reward points if it is usefull ...

Girish

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,096

Length of a message is limited by its definition in table T100-TEXT field type NATXT length = 93.

But under SE91 you can create a long text by clicking on the "long text" icon on the menu bar of the transaction. (parameter must be included as &V1& and not as &1)

Regards

Read only

Former Member
0 Likes
2,096

Hi,

Go to <b>se91</b> enter the message class then you can see<b> long text</b> in application toolbar.

Regards

Read only

bharath_mohan2
Participant
0 Likes
2,096

Message Class - 'HRHAP00_DOCUMENT'

Message # 011

Message Text - Appraisal document '&1' is locked by &2 (&3/&4)

Now i want to make the message text like this

'Your '&1' is locked by &2 (&3/&4). If you like to edit, please ask the employee to close the browser window."

I tried using long text but still i am getting the short text only in the portal. Is there any other option???