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: 

parameter for read_text

Former Member
0 Kudos

hi,

in fb03, press enter, in the document overview screen, there is a text column. i would like to know how to know the id, language, name and object that i need to pass in to FM read_text for the text that entered in there.

thanks

6 REPLIES 6

amit_khare
Active Contributor
0 Kudos

The value can be find in the table TTXID.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Hi...

Go Through the following tables.....

<b>TTXID</b>

<b>TTXOB</b>

Reward if it helps u......

Former Member
0 Kudos

just dbl click on the text editor it will go to the next screen here in menu path goto-->header ..here you can find

Text Name

Language

Text ID

Text object

just pass all the things in read_text fm.

regards

shiba dutta

0 Kudos

hi,

where is the text editor? i do not see any.

thanks

Former Member
0 Kudos

sorry i am not aware of fb03 i have given the general procedure just dbl click on the text and check that. it may work due to some patch updation in my company i can not access fb03 now.

regards

shiba dutta

Former Member
0 Kudos

hi

good

go through this

Short text

SAPscript: Read text

In order to process text modules in application programs, all information about a text module must be transferred to internal work areas.

A text is read from the text file or text memory with this function module. It must be described fully by specifying OBJECT, NAME, ID, and LANGUAGE. Generic entries in these parameters are not valid.

When header information and text lines have been read successfully, they are transferred to the work areas HEADER and LINES.

Parameter

CLIENT

ID

LANGUAGE

NAME

OBJECT

ARCHIVE_HANDLE

LOCAL_CAT

HEADER

LINES

Exceptions

ID

LANGUAGE

NAME

NOT_FOUND

OBJECT

REFERENCE_CHECK

WRONG_ACCESS_TO_ARCHIVE

Function group

STXD

thanks

mrutyun^