‎2007 Dec 03 1:15 PM
Hi,
wht does the fn mod "READ_TEXT_INLINE" give?
wht shd be the input for that.
regards,
kb
‎2007 Dec 03 1:20 PM
hi kb,
1. it is basically to read standard text, which is maintained via SO10.
2. If u open SO10, u will get almost all fields, which should be input in the FM.
regards,
amit m.
‎2007 Dec 03 2:27 PM
Hi,
Just to get the details of the standard text maintained in SO10 tcode, we use this fm.
Following is the documentation obtained from SE37 of this Fm. U can get this when u click function documentation button on the application toolbar of any function module. Please Refer this.
SAPscript: Read text for inline editing
In order to process text modules in application programs, all
information about a text module must be transferred to internal
areas.
A text is read from the text file or text memory with this func
module. It must be described fully by specifying OBJECT, NAME,
LANGUAGE. Generic entries in these parameters are not valid.
When header information and text lines have been read successfu
are transferred to the work areas HEADER and LINES.
In addition, the number of lines defined in the parameter INLIN
are transferred from the table LINES to the table INLINES. This
table can be used to display the first text lines on a screen a
them. At PAI time the function module EDIT_TEXT_INLINE should b
up.
Parameters
ID
INLINE_COUNT
LANGUAGE
NAME
OBJECT
LOCAL_CAT
HEADER
INLINES
LINES
Exceptions
ID
LANGUAGE
NAME
NOT_FOUND
OBJECT
REFERENCE_CHECK
Function Group
STXD
‎2009 Jan 14 10:21 PM