Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

get value from search help from program

Former Member
0 Likes
726

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

4 REPLIES 4
Read only

Former Member
0 Likes
630

hi,

u can use the search help in abap program using

PARAMETERS :<parameter name>TYPE <ref.field>

MATCHCODE OBJECT <search help name>.

thankx

raji

Read only

Former Member
0 Likes
630

Hi,

the text is updated in table E07T

field name AS4TEXT

u can change the request text only through programs

Read only

Former Member
0 Likes
630

Check this Search help exit code.

TRINT_F4_EXIT_OBJECT

Read only

Former Member
0 Likes
630

Hi,

I wanted to know the description of object type too.

I've just found the function module 'TR_OBJECT_TABLE'.

Regards,