Application Development 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: 

Search Help for Program Names as in SE38.

Former Member
0 Kudos

Hi,

I would like associate a search help for a parameter, where it has to show the list of programs as if in SE38.

I would like to the table field name which gives this.

Thanks in advance,

Bharath Kumar Reddy.B

5 REPLIES 5

Former Member
0 Kudos

The table that as the programs is TRDIR, you can see the element PROGRAMM

Former Member
0 Kudos

But the TRDIR table does;nt have any associated F4 help with it, i would like the table which has both the F4 help & program names associated with it.

0 Kudos

Just create your own search help:

<code>

Step1: se11

Step2: short desc = 'test'

Step3: Create new search help called 'ZSH' with the following details(must be less than 5 chars long):

Selection method: TRDIR

Search help parameter: NAME, tick IMP and EXP, LPos=1 SPos=1. (you can add more fields depending what you want to see on search help)

Step4: Save and activate

Step5: Add following line into your program

parameter p_prog like trdir-name matchcode object ZSH.

</code>

Former Member
0 Kudos

Thank you very much

0 Kudos

Your welcome