Application Development 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: 

Standard Text

Former Member
0 Kudos

Hi all,

1) Could you please tell me standard text are stored in which SAP table ?

2) If I want to copy all the standard text of different LAng also to different client.How can i do that ?

7 REPLIES 7

Former Member
0 Kudos

Hi,

You can fetch standard text using FM READ_TEXT.

TABLE IS STXL.

REWARD IF USEFUL

Former Member
0 Kudos

Hi,

Tables in which Text are stored are .

1.THEAD

2. TLINE

3. STXH

4.STXL.

GOTO TCODE

SEE Program RSTXTCPY it is used to copy standard Text Between Clients.

Regards,

Balakumar G.

Reward Points if Helpful.

Former Member
0 Kudos

HI,

Standard text Tcode SO10.

Former Member
0 Kudos

Hi,

The table is STXH.

For transferring b/w client uise Transaction QCYT

regards

Sandipan

former_member181995
Active Contributor
0 Kudos

Hi Deepak,

1) Could you please tell me standard text are stored in which SAP table ?

Ans: stxh

2) If I want to copy all the standard text of different LAng also to different client.How can i do that ?

Ans:SO10.

Reward if help ful.

Amit.

former_member386202
Active Contributor
0 Kudos

Hi,

Check table STXH but it doesnt store in sap table it sores in cluster to read these text u have to use fm

READ_TEXT

Regards,

PRashant

0 Kudos

Thanks a lot for the information..But hw can I found that for which Text name is related to which cluster