2014 May 23 12:17 PM
Hi Experts,
We have a requirement wherein we need to implement BP search based on POD ID from IC webclient in SAP CRM 7.0
Can anyone suggest any solution or if anybody ealrier implemented such scenario in SAP CRM - ISU project.
Thanks in Advance.
Regards,
Vishal
2014 May 23 2:32 PM
Vishal:
This search feature is already available with CRM7. The POD id search is available in the TMD search which then determines the partners. Otherwise, you can implement your own search function if it absolutely has to be done for BP only - but it seems like an unnecessary enhancement.
regards,
bill.
2014 May 23 2:46 PM
Hi William,
Thanks for replying and sharing the info. WE found the POD ID in TMD search.. but here requirement is slight different in the project where we need to add POD ID in normal BP search funtionality in IC webclient.
I found ISU_FINDER_REMOTE RFC which can be used for this purpose and working on the design .
Regards,
Vishal
2014 May 23 4:11 PM
Vishal:
You should not need to use RFC for this purpose. You should check query BPByVSQuery where partners by premise are determined. You could create a query similar to this using the data already available in CRM. CRM tables already have the relations between BP and POD.
regards,
bill.
2014 Aug 14 7:51 AM
Hello Vishal,
since CRM 7.0 EHP2 (switch CRM_UT_ER_2) there is a query called IsuBuilHeaderISUDataQuery which uses the business agreement ID, the IS-U contract number, the quotation ID or the billing document number in order to find the related business partner.
The implementation class is CL_CRM_IU_IL_BUIL_ISU_DATA_QRY which can be used as a template for your requirement.
Best regards,
Michael.
2014 Aug 20 8:23 AM