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

Method name

Former Member
0 Likes
454

Hi,

Let me know the method name corresponding to Call Function 'READ_TEXT'.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
431

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^

2 REPLIES 2
Read only

Former Member
0 Likes
431

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

Read only

Former Member
0 Likes
432

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^