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: 

Regarding READ_TEXT FM.

Former Member
0 Kudos

Hi All,

How to find out values of ID, OBJECT in READ_TEXT function module for perticular applications.

Thanks,

Subbu.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

Debugg the application putting break point on the FM READ_TEXT .

You will get the values it uses for that perticular case.

Regards

Arun

15 REPLIES 15

Former Member
0 Kudos

Hi ,

Debugg the application putting break point on the FM READ_TEXT .

You will get the values it uses for that perticular case.

Regards

Arun

Former Member
0 Kudos

hi,

Check in T-code So10.

regards,

Santosh

Former Member
0 Kudos

Hi,

Go to the text editor where you maintain the text.

From the menubar go to the header, you will find the object details.

Regards,

Satish

0 Kudos

CALL FUNCTION 'READ_TEXT'

EXPORTING

client = sy-mandt

id = 'B01'

language = sy-langu

name = name

object = 'EBAN'

TABLES

lines = tline1

EXCEPTIONS

id = 1

language = 2

name = 3

not_found = 4

object = 5

reference_check = 6

wrong_access_to_archive = 7

OTHERS = 8.

This is the example fm..in that how to find out - id, name, object, language for perticular application.

0 Kudos

Hi,

Can you tell us which field you are refering in SAP?

Regards,

Satish

0 Kudos

Hi Sateesh,

I want to fetch data from ZCRMT_0100_BTX_UI05-ZZCUSTOMER_H0534 field.

It is a structure field and created through EWB in CRM.

Still if you have any confusion please let me know.

Thanks,

Subbu.

0 Kudos

please let me know if any body how to fetch the structure fields data.

Subbu

Former Member
0 Kudos

Hi

Goto the TEXT ediotr of that Long text in Change mode

from menu

GOTO-> Header

you will find ID,OBJECT,OBJECTNAME and LANG parameters

Also check in STXH table for them

Regards

Anji

0 Kudos

Anji,

it does not have any text editor....

its a normal field...

0 Kudos

Hi,

if it is a normal field then you need not to use FM read_text, it must be stored in some DB Table. check the DB Table.

Regards,

Satish

Former Member
0 Kudos

hi,

To retrieve which data you are using the read_text.for eg if you want to read the

Purchase order text got me23n ->got o header text ->press f1 you will findo out the

object ,object id.pass those values to the functiona module.

the valid text objects are available in table TTXOB.

regards,

pavan

0 Kudos

I am using CRM (tcode CRMD_ORDER) application. It does not have any header text....

former_member188829
Active Contributor
0 Kudos

Hi,

Goto SO10 And enter Standard Text Name and Press on Display And then in Menu GOTO---->HEADER

Now u Will get all the details what u need..

Former Member
0 Kudos

Hi Subbu.

Go to the transaction. & text editor where you maintain the text. ex. sales order text. double click on the area then from the menubar go to the header, you will find the object details.

if it is helpfull do reward.

Regards

Srimanta

Former Member
0 Kudos

id- refer table ttxid.

object - refer table ttxob