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 texts

Former Member
0 Likes
609

hi

plz can u explain what r long texts

and where do we use exactly

thankx

venkat

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
568

Hi,

Long text is text very long ...

Please clarify your question.

Rgd

Frédéric

Read only

Former Member
0 Likes
568

Hai Venkat

check the function Modules

1) READ_STDTEXT

2) READ_TEXT

3) READ_TEXT_INLINE

Thanks & regards

Sreenivasulu P

Read only

0 Likes
568

srini

can u explain me how u use long texts and where

if u have ever used them

that will be more clear for me

thnkx

venkat

Read only

0 Likes
568

Long text could be used in sapscript, you create it with the transaction SO10.

Long text could be used in a lot of standard SAP transaction to store informations. For example VL02N, VA02, CO02 .......

Long text could be used to store anything.

The text are save in the tables : STXH (header) STXL (text). The second table is cluster table, so you can't access directly, you must use the function READ_TEXT, SAVE_TEXT ....

Rgd

Frédéric

Read only

0 Likes
568

One of the example where you use a Long text is say when your company is creating a Sales order for a specific customer.

Say one of the Govermnet agency is your customer. So for such customer say if you want to treat differently. Then you can use Long text to send internal communication to the sales user who is creating a sales order.

So the moment the sales user creates a sales order for that govermnet customer the long text will be determinied or displayed as a pop up. This will help the sales user to come to know that the customer is a special customer and needs to be treated specially.

Cheers

VJ

Read only

Former Member
0 Likes
568

Venkat,

Long text are genrally used as information text in many places for 2 purposes.

1). For internal communications

2). FOr external printing purposes.

Long texts are available and many transactions. Eg. PO , SO etc

Which specific long text r u referring to ?

Cheers

VJ