Hi all,
I'm using OADP Object Search, using and implementation of interface "IF_HRWPC_OADP_OBJECTSEARCH" and a parameter group defined on cluster "HR_SELECTIONS". I want to use a value help with one of the fields on the screen but I can't find the way to achieve it...
Method "GET_FIELDS_FOR_SIMPLE_SEARCH" of interface "IF_HRWPC_OADP_OBJECTSEARCH" gets all fields.Field "HASVALUEHELP" is in the exported table. I mark this flag for the entry I want to use the value help.
The first problem is method "GET_VALUEHELP_SIMPLE_SEARCH" of interface "IF_HRWPC_OADP_OBJECTSEARCH" is never called... I suppose this method associates the field and the value help but it is never called. There is only one class that implements OADP interface on the system, "CL_HRASR00_OADP_OBJECTSEARCH", but neither works.
On the application value help/listbox icon doesn't appear in fields marked as "HASVALUEHELP". I tried the example component OADP_EXAMPLE and there aren't examples like what I'm looking for.
I tried with a field with domain values and a field with reference table and value help assigned... the result is always the same and method "GET_VALUEHELP_SIMPLE_SEARCH" is never called.
Is there any way to show a value help, listbox or something similar on OADP Object Search?
Regards,
Sergio