‎2008 Apr 18 12:15 PM
hi
I am working on creation of library of objects used/created.
i am selecting all the transport created from E071 table and getting the field 'e070-OBJECT'.
I want to display the text of the object i.e field DDTEXT.
a search help is attached to object field named SCTSOBJECT which will display the text i need.
i want to use this search help to get the text associated with the object type and implement it in abap program.
gurus help me with this issue
‎2008 Apr 18 12:28 PM
hi,
u can use the search help in abap program using
PARAMETERS :<parameter name>TYPE <ref.field>
MATCHCODE OBJECT <search help name>.
thankx
raji
‎2008 Apr 18 12:34 PM
Hi,
the text is updated in table E07T
field name AS4TEXT
u can change the request text only through programs
‎2008 Apr 18 12:43 PM
‎2009 Mar 03 5:26 AM
Hi,
I wanted to know the description of object type too.
I've just found the function module 'TR_OBJECT_TABLE'.
Regards,