‎2006 May 05 8:23 AM
hi
plz can u explain what r long texts
and where do we use exactly
thankx
venkat
‎2006 May 05 8:25 AM
Hi,
Long text is text very long ...
Please clarify your question.
Rgd
Frédéric
‎2006 May 05 8:29 AM
Hai Venkat
check the function Modules
1) READ_STDTEXT
2) READ_TEXT
3) READ_TEXT_INLINE
Thanks & regards
Sreenivasulu P
‎2006 May 05 8:34 AM
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
‎2006 May 05 8:37 AM
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
‎2006 May 05 8:39 AM
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
‎2006 May 05 8:29 AM
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