2008 Jan 22 8:15 AM
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
2008 Jan 22 8:27 AM
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
2008 Jan 22 8:22 AM
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
2008 Jan 22 8:27 AM
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