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

search help custom

Former Member
0 Likes
1,005

I need a delimitation of the custom search help (field is vbak-ernam) :

the data that the search guide must contain must depend on the extractions performed.

for example, I enter the vbak with vbeln, so when I press f4 in the vbak-ernam select option (with custom search help) in this case there must be only one corresponding ernam value

I need a delimitation of the custom search help (field is vbak-ernam) :

the data that the search guide must contain must depend on the extractions performed.

for example, I enter the vbak with vbeln, so when I press f4 in the vbak-ernam select option (with custom search help) in this case there must be only one corresponding ernam value

3 REPLIES 3
Read only

former_member1716
Active Contributor
879

Hello nick reyan,

You need to work on the logic for filling the search help values dynamically.

FM DYNP_VALUES_UPDATE serve you the purpose.

To know how to use the same you can follow the below link.

DYNAMIC F4

Read only

0 Likes
879

It can be also done without any ABAP code (among other possibilities...) but I'm not sure whether the OP wants to create a custom search help from scratch or what...

Read only

Sandra_Rossi
Active Contributor
0 Likes
879

What is the interest of defining a search help which can return only one value?