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

Standard Text

Former Member
0 Likes
1,096

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 ?

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
Read only

Former Member
0 Likes
1,035

Hi,

You can fetch standard text using FM READ_TEXT.

TABLE IS STXL.

REWARD IF USEFUL

Read only

Former Member
0 Likes
1,035

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.

Read only

Former Member
0 Likes
1,035

HI,

Standard text Tcode SO10.

Read only

Former Member
0 Likes
1,035

Hi,

The table is STXH.

For transferring b/w client uise Transaction QCYT

regards

Sandipan

Read only

Former Member
0 Likes
1,035

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.

Read only

former_member386202
Active Contributor
0 Likes
1,035

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

Read only

0 Likes
1,035

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