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

text

Former Member
0 Likes
503

hi experts,

in which table standard text stored.

thanks in advance.

radhakrishna.

3 REPLIES 3
Read only

Former Member
0 Likes
482

hi

Table

STXH

You need to give as input

1)application object

2)Name

3)Text ID

4)Language Key

regards

dinesh

Read only

Former Member
0 Likes
482

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.

Read only

Former Member
0 Likes
482

Hi,

They are stored in STXH. To read them use FM READ_TEXT

Regards,

Atish