2007 Mar 13 10:28 AM
Hi All
how to determine the text id & object name associated with PO to be used with FM read_text ?
Regards
Jaman
2007 Mar 13 10:36 AM
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
2007 Mar 13 10:32 AM
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,
2007 Mar 13 10:33 AM
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
2007 Mar 13 10:35 AM
2007 Mar 13 10:36 AM
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