cancel
Showing results for 
Search instead for 
Did you mean: 

SAP S/4 HANA SOAP to CPI

adnanmaqbool
Contributor

Dear All

I am calling a customized CPI scenario to read loan details from Successfactor.

I have created a consumer webservice to call CPI end point within SOAMANAGER of my S/4 HANA system. System is getting the required data back to ERP successfully but its returning all loan records and I want to restrict the records, based on a certain date communicated by user from ERP.

Kindly suggest , how to pass the date from ERP to CPI so that same date can be used within query as Filter. Basically , is there any way to create importing parameters within CPI, through which data can be passed to CPI SOAP call.

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor

You need to update your RFC CPI iFlow to take that date as an input parameter. Then you need to generate WSDL from CPI (not possible with any CPI tools. You mave to manually do this) and then update your client RFC using that WSDL. Otherwise, use PO or some other 3rd party systems to generate WSDL and use it in CPI and then use it in S4/ECC.

Vijay Konam