Application Development 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: 

how to find the text id & object name to be used with read_text ?

Former Member
0 Kudos
3,546

Hi All

how to determine the text id & object name associated with PO to be used with FM read_text ?

Regards

Jaman

1 ACCEPTED SOLUTION

Former Member
0 Kudos
1,380

when enter into PO,

select 'TEXTS' tab, then double click on it, it will take you to the text editor.

there follow the menu path <b> Goto -> Header</b>.

there u can find text ID and text Object all the necessary detials for READ_TEXT function mdule.

Pls close the thread if you got required answer.

Regards,

Sujatha.

Message was edited by:

Sujatha Reddy

4 REPLIES 4

Former Member
0 Kudos
1,380

Hello,


        LS_HEADER-TDNAME   = G_T_EKKO-EBELN.
        LS_HEADER-TDOBJECT = 'EKKO'.
        LS_HEADER-TDID     = 'F04'.
        LS_HEADER-TDSPRAS  = G_T_LIST_H-SPRAS.

REgards,

Former Member
0 Kudos
1,380

Hi,

For PO there will be Header Texts and Item texts.

For header texts just Take the PO number as TDNAME.

for Item texts Conactenate the PO number and Item Number and use as TDNAME.

in ME23N Go to any text.Double click on it

It will take you to text editor.

GOTO-> header

it will display the TEXT ID,TEXTNAME,LANG and TEXT OBJECT etc

Similarly for every text you will find and use;

Regards,

Anji

0 Kudos
1,380

these are stored in table STXH

Former Member
0 Kudos
1,381

when enter into PO,

select 'TEXTS' tab, then double click on it, it will take you to the text editor.

there follow the menu path <b> Goto -> Header</b>.

there u can find text ID and text Object all the necessary detials for READ_TEXT function mdule.

Pls close the thread if you got required answer.

Regards,

Sujatha.

Message was edited by:

Sujatha Reddy