HI All,
I would like to customize the interaction history search functionality based on product ID. In the existing interactions search functionality I can search the Transactions based on Business Partner Number,Description,Transaction Number etc(BTQuery1O fields) but there is no option to search on product id (ordered_prod)field which is attached to transaction and stored in AdminI.
I have tried to replicate the search procedure in my own controller implementation class but failed to create the entity collection which is going to set to TypedContext nodes as I cannot access the private method MERGE_FROM_DC() of CL_CRM_BOL_ENTITY_MANAGER .
Is there any other approach to solve this issue ? is it possible to set where condition or selection fields in the table CRMC_REPDY ?
Thanks,
KT