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

Customer master data Texts!

Former Member
0 Likes
6,983

Hello,

Can you please tell me in which SAP table I can see the texts available in the customer master data?

Transaction XD03 - Extras - Texts. Where are these texts? I need to use them in a custom program, but I can't find the table where they are saved.

thanks,

br

5 REPLIES 5
Read only

Former Member
0 Likes
2,103

Hi,

KNA1 Table

Regards,

Ramesh.

Read only

Former Member
0 Likes
2,103

Hi,

table name KNVT

Read only

0 Likes
2,103

Hi,

I can't find the texts maintained on these tables..

They must be saved somewhere in another tables..

Pls help.

BR

Read only

2,103

Hi

Texts are stored in tables STXH - header and STXL - details.

if you want to read the texts you can use FM - READ_TEXT

Any application document Header and Item Long texts are stored in STXH table with 4 parameters OBJECT,ID,NAME and LANG.

These texts are fetched from database using READ_TEXT fun module by passing the above 4 parameters.

Double click on the text, from the text editor menu GOTO-> HEDAER you will find the all above 4 parameters.

so accordingly you have to pass to the fun module READ_TEXT to fetch the texts.

Satya.

Read only

Former Member
0 Likes
2,103

Hi,

If you double click on the text you will navigate to transaction code SO10.

you Just click on GOTO -> HEADER to find

Text Name , Language , Text ID and Text object.

Pass these to READ_TEXT function module to read the text into internal table of you report.

Thanks,

Shravan G.