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

fn mod

Former Member
0 Likes
509

Hi,

wht does the fn mod "READ_TEXT_INLINE" give?

wht shd be the input for that.

regards,

kb

3 REPLIES 3
Read only

Former Member
0 Likes
464

hi kb,

1. it is basically to read standard text, which is maintained via SO10.

2. If u open SO10, u will get almost all fields, which should be input in the FM.

regards,

amit m.

Read only

Former Member
0 Likes
464

Hi,

Just to get the details of the standard text maintained in SO10 tcode, we use this fm.

Following is the documentation obtained from SE37 of this Fm. U can get this when u click function documentation button on the application toolbar of any function module. Please Refer this.

SAPscript: Read text for inline editing

In order to process text modules in application programs, all

information about a text module must be transferred to internal

areas.

A text is read from the text file or text memory with this func

module. It must be described fully by specifying OBJECT, NAME,

LANGUAGE. Generic entries in these parameters are not valid.

When header information and text lines have been read successfu

are transferred to the work areas HEADER and LINES.

In addition, the number of lines defined in the parameter INLIN

are transferred from the table LINES to the table INLINES. This

table can be used to display the first text lines on a screen a

them. At PAI time the function module EDIT_TEXT_INLINE should b

up.

Parameters

ID

INLINE_COUNT

LANGUAGE

NAME

OBJECT

LOCAL_CAT

HEADER

INLINES

LINES

Exceptions

ID

LANGUAGE

NAME

NOT_FOUND

OBJECT

REFERENCE_CHECK

Function Group

STXD

Read only

Former Member
0 Likes
464

thanks