on 2006 Jun 08 10:05 AM
Hi friends
would you like to tell me where the Long text is stored in the data base table... what are the Text id
text object, Text , spars 'EN' for bp's long text..
Regards,
Naim
Request clarification before answering.
Hi Naim,
You can find the text stored in tables STXH and STXL.
STXH - STXD SAPscript text file header
STXL - STXD SAPscript text file lines
To find the text id, text object and other details, double the long text pad, it will take you to SAP script editor. There click menu GOTO -> select header.
You will find textname, lang, text id and text object.
To read the text, use the FM READ_TEXT and pass these textname, textid, textobject and long, u will get the long text.
Hope it helps.
Regards,
Karthik.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Naim,
Text Id would be the number relating to 'Correspondence' (0001) or 'Accounting Note' (0002) texts. Text Object for BPs is BUT000. Text name is your BP number with leading zeros. FM READ_TEXT is used to display the long texts. Hope this helps.
Thanks.
Ajay Kiran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Naim,
You can search the text tables for any object by searching the pattern <b>T*T</b> in SE11.
E.G. the table containing text for language key is T002T.
<b>Reward points if it helps.</b>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.