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

Link a MATCHCODE (searchhelp) with a PARAMETERS?

Former Member
0 Likes
417

Hi,

How can I link dynamically a search help with a parameters in the AT SELECTION-SCRENN ON VALUE REQUEST event ?

Thanks?

2 REPLIES 2
Read only

Former Member
0 Likes
330

Hi,

Why do you want to link it at run time in the event? You can directly assign it in the selection screen defination.

Regards,

Atish

Read only

Former Member
0 Likes
330

In earlier versions you could do this with function module HELP_VALUES_GET_WITH_MACO, but if you read the source code of this in ECC you will see it now just calls the F4IF_FIELD_VALUE_REQUEST and sets the "searchhelp" parameter with the matchcode required - so you can do the same inside your "value request" logic.

Jonathan