‎2008 Apr 28 11:12 AM
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
‎2008 Apr 28 11:17 AM
‎2008 Apr 28 11:18 AM
‎2008 Apr 28 12:55 PM
Hi,
I can't find the texts maintained on these tables..
They must be saved somewhere in another tables..
Pls help.
BR
‎2008 Apr 28 1:03 PM
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.
‎2008 Apr 28 1:14 PM
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.