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: 

Getting selction screen values into search help exit

Former Member
0 Kudos

I have a selection screen with 2 select options

hierarchy 1

hierarchy 2

Now if i enter a value in hierarchy 1

& press F4 help on the hierarchy 2 it should give me the values only corresponding to hierarchy 1.(i.e. filter the values)

I have to achieve this only using Search help user exit & not by changing the program.

I am unable to get hierarchy 1 value entered in selection screen in the user exit.

Pls help me how to send selection screen values to search help exit.

Pls let me know if there is any way of getting the values filtered out using Search help user exit .

2 REPLIES 2

Former Member
0 Kudos

You can read values entered on selection screen using FM DYNP_VALUES_READ.

Fetch required values from database tables depending upon entered values and provide these fetched values that as search help to hierarchy 2.

But for this you need to modify the program.

Regards,

Aparna

former_member188685
Active Contributor
0 Kudos

if there is some relation between hierarchy 1

hierarchy 2 then only they can be visible. are those two fields part of search help. are they belong to same table. there are various factors to consider. just check how the standard transactions search helps behaving the same way you should proceed.