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

Read_Text

Former Member
0 Likes
292

Hi,

in scripts what is the use of the function Read_Text ?

bye,

muttu.

2 REPLIES 2
Read only

Former Member
0 Likes
269

read_text is a function module which can read the standard text by the object key and object id etc. IT would get the text in an internal table.

Regards,

Ravi

Read only

Former Member
0 Likes
269

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.