‎2008 May 18 8:32 PM
Hi,
How can I link dynamically a search help with a parameters in the AT SELECTION-SCRENN ON VALUE REQUEST event ?
Thanks?
‎2008 May 19 12:57 AM
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
‎2008 May 19 3:46 AM
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