In the Record Working Time View,
for WBS Element OVS / Advance Search Help, we have four (Co.Area, Short ID, WBS Element, Description) Fields in it.
we need to add two more ( status and Resp. OBS ) fields in to it.
***********************************************************************************************************
we have added the required fields in the OVS by modifying the class CL_XSS_CAT_VALUE_HELP_POSID
and initialized the values in method IF_XSS_CAT_VALUE_HELP_HANDLER~INITIALIZE
and added them in IF_XSS_CAT_VALUE_HELP_HANDLER~GET_SLECTION_FIELDS method.
now the fields are getting displayed in the portal.
but search help is not working for those new fields.
No filtering is getting executed when we give values in those new fields.
did we miss any config, any modification is needed in other methods???
what should we do ???