‎2007 Aug 07 5:47 AM
hi experts,
in which table standard text stored.
thanks in advance.
radhakrishna.
‎2007 Aug 07 5:49 AM
hi
Table
STXH
You need to give as input
1)application object
2)Name
3)Text ID
4)Language Key
regards
dinesh
‎2007 Aug 07 5:51 AM
table STXH
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 ?
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 ....
give long text.
goto t_code s010 .
create obect id and object name and lang.
now using this function modules give long text
save_text.
create_text.
insert_text.
delete_text.
‎2007 Aug 07 5:52 AM
Hi,
They are stored in STXH. To read them use FM READ_TEXT
Regards,
Atish