‎2007 Mar 14 11:15 AM
Hi,
Let me know the method name corresponding to Call Function 'READ_TEXT'.
Thanks in advance.
‎2007 Mar 14 12:04 PM
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
thanks
mrutyun^
‎2007 Mar 14 11:47 AM
hi,
Check out the sample program SAPTEXTEDIT_DEMO_3. This program creates a text editor in which you can write some text and save it and later you can load this text into the editor.
it uses get_text_as_r3table and set_text_as_r3table of class cl_gui_textedit to save and load the text to the editor.
Regards,
Richa
‎2007 Mar 14 12:04 PM
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
thanks
mrutyun^