Application Development and Automation 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: 
Read only

READ_TEXT

Former Member
0 Likes
853

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

Dbl click on the text . In the next screen through menu path Goto-->Header . You can find out the details.

7 REPLIES 7
Read only

Former Member
0 Likes
805

Dbl click on the text . In the next screen through menu path Goto-->Header . You can find out the details.

Read only

Former Member
0 Likes
804

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.

Read only

Former Member
0 Likes
804

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.

Read only

Former Member
0 Likes
804

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

Read only

Former Member
0 Likes
804

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).

Read only

Former Member
0 Likes
804

hi deepak

another way is go to STXH table .

here all the TEXT is stored.

regards & thank

sandeep

Read only

Former Member
0 Likes
804

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