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

parameter for read_text

Former Member
0 Likes
736

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
Read only

amit_khare
Active Contributor
0 Likes
651

The value can be find in the table TTXID.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
651

Hi...

Go Through the following tables.....

<b>TTXID</b>

<b>TTXOB</b>

Reward if it helps u......

Read only

Former Member
0 Likes
651

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

Read only

0 Likes
651

hi,

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

thanks

Read only

Former Member
0 Likes
651

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

Read only

Former Member
0 Likes
651

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^