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 using user exit depending on values entered on selection screen

Former Member
0 Kudos

Hi,

I have a selection screen with 4 select options

Prod hierarchy 1

Prod hierarchy 2

Prod hierarchy 3

Prod hierarchy 4

Now if i enter a value in Prod hierarchy 1

& press F4 help on the Prod hierarchy 3 it should give me the values only corresponding to Prod 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 Prod hierarchy 1 value entered in selection screen in the user exit.

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

your help will be appreciated

Siddharth

4 REPLIES 4

Former Member
0 Kudos

ANSWERED

Former Member
0 Kudos

ANSWERED

0 Kudos

I have a similar problem. could you let me know how you did that.

0 Kudos

In debug mode you can find that values in Structures fields.

Comeout from debug and use that structure fields to get the value of particular field.