‎2007 Feb 02 1:35 PM
Hi,
in scripts what is the use of the function Read_Text ?
bye,
muttu.
‎2007 Feb 02 1:36 PM
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
‎2007 Feb 02 1:36 PM
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.