Application Development 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: 

FM for text types

Former Member
0 Kudos
131

Hi All,

Good day...

I would like to ask if any of you knows the FM for text types. Kindly send it to me...

Thanks and God bless.

Regards,

JC

1 ACCEPTED SOLUTION

Former Member
0 Kudos
76

Hello Jaycee,

Te function module for text types are :

SAVE_TEXT and READ_TEXT

Find the small description about these FMs.

*SAVETEXT:*_

The function module writes a text module to the text file or text

memory, depending on the specific text object.

The module can be used to change existing texts and to create new texts.

If it is clear that it is a new text, this can be specified via the

parameter INSERT. The result is better performance as a test read is not

performed.

*READTEXT:*_

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.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli

2 REPLIES 2

Former Member
0 Kudos
76

Hi,

The following function modules for saving text and reading text

SAVE_TEXT

READ_TEXT

reward me a points if it is use full answer

praveen

Former Member
0 Kudos
77

Hello Jaycee,

Te function module for text types are :

SAVE_TEXT and READ_TEXT

Find the small description about these FMs.

*SAVETEXT:*_

The function module writes a text module to the text file or text

memory, depending on the specific text object.

The module can be used to change existing texts and to create new texts.

If it is clear that it is a new text, this can be specified via the

parameter INSERT. The result is better performance as a test read is not

performed.

*READTEXT:*_

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.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli