I want to define a searchhelp for one of my columns on a tablecontrol.
But in this searchhelp i only want to see values lower than a the value of a specific field.
so i would like to implement some sort of conditioned select method for my search help.
how can i obtain information about how this works???
Hi Tobias,
One way of doing that is, by manually providing the search help.
make use of the POV event, and you may use
DYNP_VALUES_READ to read the screen values. You will have to set DETERMINE_LOOP_INDEX to X as u are talking about a table control.
Now use whatever logic you want fill up a table and provide to the F4 function module F4IF_INT_TABLE_VALUE_REQUEST.
Else you may use importing exporting in search help, if the field names match database table names.
Regards,
Pavan
Add a comment