cancel
Showing results for 
Search instead for 
Did you mean: 

File-RFC-File Sync Scenario.

Former Member
0 Kudos

Hi Experts

Actually my scenario is should pick an xml file from FTP and then mapped to RFC request and again the RFC response should be handled and needs to drop in the target FTP as XML file.

Here both the file structure it is imported in External definition. as it is available in xsd directly.

Then need to develop the service interface in PI 7.1, i.e message interface in PI 7.0

during the creation of Inbound Message/Service Interface do we require because

in the message mapping we will be calling the request and response from the Imported Objects,

and in Interface/Operation Mapping we will call directly the RFC from the imported object

My Question is do we really require Inbound interface as Synchronous if so WHY?

else can we directly call the RFC in Oper/Intrer Mapping, Message mapping and complete the scenario.

Using the request response bean to handle the response..

Suggest the solution

Thanks,

sai

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As per your request,If you want to do File RFC file async to sync call then either you can use:

With BPM

http://wiki.sdn.sap.com/wiki/display/XI/FILETORFCTOFILEwithBPM

Without BPM using Request response bean

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File(Without%20BPM)

Kindly go through both the links

Regards,

Nutan

former_member200962
Active Contributor
0 Kudos

RFC can be directly used....creating a Service Interface is optional for RFC.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek,

May i know is there any advantage of using service interface for RFC.

regards,

sai

former_member181962
Active Contributor
0 Kudos

Hi sai,

None that i know.

In fact why do we need to create something manually, when we have the RFC structure ready to use?

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

Hi Ravi,

What is your advice on this scenario, do i need to create Inbound interface else directly using the RFC in Operation mapping.

elaborate more on this ..

regards

sai