Hi Frds,
My requiredment is to enhance product search with the zfield , So i trying to filter the resultant entity either in BADI or handler Class.
I have tried 2 ways.
1) As given in Note 1026956
- Enhance structure CRMT_PRIL_QUERY_ADVSEARCH_PROD
- Move new zfield to display at web ui
- Maintained entries in table CRMC_PRSEA_ATTR for the custom field
- Created BADI imp of CRM_PRIL_SEARCHEXIT , maintain filter ( tried with both structure standard and append str name)
Now Got struck , My implemantation BADI did not call. tried a lot but didnt find a way so moved to another approch
2) Tried to maintain entires in view CRMV_PRIL_OBJ so that my Zhandler class(super class CL_CRM_PRIL_ADVSEARCH_BASE) will call and filter the resultant entity. But unable to save entry in the view with the below value
Ext.Java Object ProdAdvancedSearchProducts
Object Type D
Object Type Query Objects
Set Type <_>
Relationship Type <_>
Structure CRMT_PRIL_QUERY_ADVSEARCH_PROD
Class ZCL_CRM_PRIL_ADVSEARCH_PROD
Web service enabled true
Understood this ques has been posted many time but i didnt found helpful answer.
Please advice.
Thanks,
Rajat