‎2008 Dec 02 9:23 AM
Moderator message: please use a meaningful subject in future
Hi,
How to read a long text from a screen developed in EP.
Should I go with read text ??? if Yes how do i know the parameters that need to be passed to READ_TEXT function module.
Regards,
Mr.A
Edited by: Matt on Dec 2, 2008 2:13 PM
‎2008 Dec 02 9:26 AM
hi,
i dont have much knowledge on EP, but see whether u can able to find
tdid, tdname and tdobject for that long text...
if u can able to find this, it is definitely possible.. hope u know that...
Rgds.,
subash
‎2008 Dec 02 9:27 AM
hi
To get the parameter of this function Module, you have to go to the text you want, diplay it in plain page mode and then via the menu 'GO TO' --> 'HEADER' .
A popup window give you : object id, name, ...
The table "t_tdline" contains the entire text .
CALL FUNCTION 'READ_TEXT'
EXPORTING*
CLIENT = SY-MANDT
id = w_id
language = sy-langu
name = w_name
object = w_object*
ARCHIVE_HANDLE = 0*
LOCAL_CAT = ' '
IMPORTING
HEADER = tables
lines = t_tdlines
hope it helps
regards
Aakash Banga
‎2008 Dec 02 9:29 AM
‎2008 Dec 02 9:42 AM
Hi,
check this table STXH and STXL may be useful in finding the id , name , object.
Rhea.
‎2008 Dec 02 1:14 PM
‎2008 Dec 03 7:41 AM
‎2008 Dec 03 8:30 AM
Functional consultant should be able to tell you in which SAP transaction that long text get originated or get saved.
Only from there you can go to HEADER & find ID & other info.