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

long text

Former Member
0 Likes
703

how to create long text in sap.

6 REPLIES 6
Read only

Former Member
0 Likes
666

Hi,

Use function module SAVE_TEXT.

Cheers.

...Reward if useful

Read only

Former Member
Read only

Former Member
0 Likes
666

Hi Jaya sankar,

This is the simple procesure you should follow to create a long text.

To create a message long text in SE91:

1. Go to SE91.

2.Select to switch to change mode.

3.Place the cursor on the corresponding message.

4.Click the Long text pushbutton.

5.This starts the SAPscript editor.

6.Enter the long text and

Carry out a check in SAPscript editor.

7. Save your data.

Even you can directly type the text without entering into script also.

If it useful, reward points.

Thank you,

Prasad G.V.K

Read only

Former Member
0 Likes
666

Hi,

Use FM,

READ_TEXT.

Regards

Adil

Read only

Former Member
0 Likes
666

You can use the transaction : SE61 to create a long text.

Read only

Former Member
0 Likes
666

Hi,

Example

Go to transaction eg va02.

In menu bar

Goto--->Header---->Texts

Enter the text in editor & save it.

Use can read this text using FM Read_Text.

Thanks

Vikranth