cancel
Showing results for 
Search instead for 
Did you mean: 

reg: form

Former Member
0 Kudos

hi,

what is the function module that reads the text ,line by line in scripts.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai Rajyalakshmi,

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

READ_TEXT_INLINE

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

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

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

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

them. At PAI time the function module EDIT_TEXT_INLINE should be called

up.

Regards.

Eshwar.

former_member609120
Contributor
0 Kudos

There are 3 function modules used in SAP Scripts Print program

1. open_form

2.write_form

3.close_form

Former Member
0 Kudos

i have maintained two paragraphs p1 ,p2, in p1 first line is having data and remaining lines are blank, And in p2 first line is having data remaining lines are blank.i want to print the lines

which contains data as continous lines.