‎2007 Mar 14 2:56 AM
hi,
in fb03, press enter, in the document overview screen, there is a text column. i would like to know how to know the id, language, name and object that i need to pass in to FM read_text for the text that entered in there.
thanks
‎2007 Mar 14 3:01 AM
The value can be find in the table TTXID.
Regards,
Amit
Reward all helpful replies.
‎2007 Mar 14 3:09 AM
Hi...
Go Through the following tables.....
<b>TTXID</b>
<b>TTXOB</b>
Reward if it helps u......
‎2007 Mar 14 3:17 AM
just dbl click on the text editor it will go to the next screen here in menu path goto-->header ..here you can find
Text Name
Language
Text ID
Text object
just pass all the things in read_text fm.
regards
shiba dutta
‎2007 Mar 14 3:35 AM
‎2007 Mar 14 3:59 AM
sorry i am not aware of fb03 i have given the general procedure just dbl click on the text and check that. it may work due to some patch updation in my company i can not access fb03 now.
regards
shiba dutta
‎2007 Mar 14 4:03 AM
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
Exceptions
ID
LANGUAGE
NAME
NOT_FOUND
OBJECT
REFERENCE_CHECK
WRONG_ACCESS_TO_ARCHIVE
Function group
STXD
thanks
mrutyun^