Hi MDG experts,
I need help adding a search help in a field of a table in a change request, that when I choose a value, all the fields of the seleted search help record will be mapped to the fields of the table.
To carry it out, I created a feeder class Z, to redefine the methods need the CL_BS_BP_GUIBB_LIST class.
I tried the following solutions to do this:
1.In the get_definition method, if I associate the field (which acts as OVS), the values of the dictionary search help are listed but only one field is transfered to the record table.
2. Implement the OVS_HANDLE_PHASE_2 method (I determine which values appear in F4Help) and method OVS_HANDLE_PHASE_3 (which perform the mapping of other fields in the table register). The values are displayed correctly, as well as the mapping of other fields in the record. Now, I need to restrict values before the search help runs. But I don't know how to do that.
My question is: can I create filters in the search help to simulate the functionality provided by the dictionary search help with OVS_HANDLE_PHASE_0 implementing the method and/or the method OVS_HANDLE_PHASE_1?
Thank you very much for your time.