cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BP long text

naimkhans_babi
Active Participant
0 Kudos
5,658

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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.

Answers (2)

Answers (2)

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi everyone.

READ_TEXT FM allows us to read the long texts of a partner. But wich is the FM that allows us to create texts ?

I've checked SAVE_TEXT, but we can't specify the object, id etc

Thnaks for your help.

YossiCohen2828
Newcomer
0 Kudos
Text Object for BP is : KNA1
former_member927251
Active Contributor
0 Kudos

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>