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: 

Populate field using value of an

Former Member
0 Kudos

Hi All,

I have two selection paramaters for abap program. i.e

sales org

hier level

The value of hierlevel is stored in another table(abc) for each sales org. User enter sales org manually, then second field - hier level should populate automatically OR dropdown list (F4) of second field -hier level should contain value only related to entered sales org using table (abc).

Please note that after entering sales org manually, sometime users press enter button or sometime use tab to move to next field.

How can I do that?

1 ACCEPTED SOLUTION

hubert_heitzer
Contributor
0 Kudos

Hi,

you can create a search help exit with selected "sales org"-value as input parameter.

In the exit you preperate the list for "hier level".

Regards, Hubert

3 REPLIES 3

hubert_heitzer
Contributor
0 Kudos

Hi,

you can create a search help exit with selected "sales org"-value as input parameter.

In the exit you preperate the list for "hier level".

Regards, Hubert

0 Kudos

Hubert, Could you please explain in detail?

0 Kudos

Sorry, there is a lot to explain.

Watch this link

https://wiki.sdn.sap.com/wiki/display/Snippets/Implementing%20Search%20Help%20Exits

or search for

search AND help AND exit

in the forum.

Regards, Hubert