cancel
Showing results for 
Search instead for 
Did you mean: 

PI will be required to do a validation with data in the SAP CRM system

Former Member
0 Kudos

Hi All,

I am doing FILE TO IDOC(CRM) interface. In this PI will be required to do a validation with data in the SAP CRM system. Here UPRN is an unique identifier in the legacy and CRM customer record. CRM_BUPA_BSP_SEARCH_ACCOUNT function module can be used to search CRM data base for existing business partner with the UPRN. UPRN in CRM system will be maintained againest business partners against ZUPRN external id.

Function module needs to be queried against IDTYPE = ZUPRN and IDNUMBER = UPRN number.

If a citizen is found in CRM system, PI is required to generate a message to update the data in CRM system and not create a new citizen.

How can i validate the FM in the PI? Plz help on this requirement, If any one knows and face this type of issue.

Thanks

Govinda.

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

By validation if you just mean to use the FM to check for the existing business partners, then you may perform RFC lookup in your mapping to call the function module. Make sure that your function module is remote enabled.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1...

Regards,

Prateek