cancel
Showing results for 
Search instead for 
Did you mean: 

RFC-SOAP scenario

Former Member
0 Kudos

Hi ,

We are working on SAP to CRM Integration RFC to SOAP, in this Inovice interface, We will trigger the interface in XI, it has to fetch the records from ECC system and update in CRM system. When we are trying to trigger this interface in xi based on From and TO Dates. it is not fetching any records , it is showing zero records in Moni. when we tested the RFC in ECC system giveing the From and TO Dates it is fetching some records, through xi it is not fetching any records.

Please let me know the reason, why data is not fetching.

thanks in adavance.

regards,

Pasi

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Pasi,

when we tested the RFC in ECC system giveing the From and TO Dates it is fetching some records, through xi it is not fetching any records.

A function module, when imported to XI/PI, consists of three messages, namely: Request, Response and Exception. When you are executing the function module in the SAP system, you will be getting a response because the function module is located in the system itself and that the values are located in the SAP system.

When you send the request to SAP PI, it should not be able to retrieve the values because

1. The function module is not in SAP PI

2. The values that will be retrieved is also not in SAP PI

So as a solution, you need to create a function module that will call the fm in SAP and send its output to SAP PI.

Hope this helps,

Mark

Answers (1)

Answers (1)

RKothari
Contributor
0 Kudos

Hello,

Which Date format are you using while passing the values through XI?

Is the date format same as SAP format or the format you are providing while testing in CRM system?

-Rahul