‎2008 Jul 07 12:26 PM
Hi All,
I want to know how to find the perticular text like inspection text or PO text using the function module READ_TEXT.
How to find perticular TDOBJECT,TDNAME,TDID for that text?
Please suggest me its urgent.
Regards,
Deepak.
‎2008 Jul 07 12:28 PM
Dbl click on the text . In the next screen through menu path Goto-->Header . You can find out the details.
‎2008 Jul 07 12:28 PM
Dbl click on the text . In the next screen through menu path Goto-->Header . You can find out the details.
‎2008 Jul 07 12:29 PM
Hi Deepak,
Open the FM Read_text in SE37....
Put a break-point inside it.....
Run the transaction and check the value of the parameters TDOBJECT,TDNAME,TDID in debugger.........
Cheers,
Jose.
‎2008 Jul 07 12:30 PM
First select the text node and then double click on the editor it will goto the sapscript (line) editior from there follow menu path Goto-->Header. A popup will come, from it u will get all the info.
Regards,
Joy.
‎2008 Jul 07 12:31 PM
Goto that particular transaction and goto texts tab
at the end of the editor block beside language dropdown you have a button...click on that. u ll get the details of that text.
Best regards
‎2008 Jul 07 12:31 PM
Hi,
To find the attributes, go that standard text and double click on it, and go to the menu options of that text editor as below.
(Text Editor) --> GOTO (Menu Option) --> HEADER.
Then a dialog window will display with the details like
Text Name
Language
Text ID
Text Object
Then you can use these information to hit the READ_TEXT function module to get the standard text details(data).
‎2008 Jul 07 12:37 PM
hi deepak
another way is go to STXH table .
here all the TEXT is stored.
regards & thank
sandeep
‎2008 Jul 07 12:59 PM
Hi,
Go to the particular Tcode and double click that particular text...it will take you to a Form Painter Window.
In the menu of that window select go to button and then select Header.
It will give you a popup screen in that you will get the Textname, LAnguage, Textid, Textobject.
Hope this helps you.
Reward points if helpfull.
Thanks & Regards,
Y.R.Prem Kumar