cancel
Showing results for 
Search instead for 
Did you mean: 

File-RFC-File

Former Member
0 Kudos

Hi,

I want to Configure a Scenario wherein XI receives FileId, then It Should Read the File, Process it And I should get Content as Response to a file. I defined Remote Function Module with FileId and Content as respective Import and Export Parameters. I want to configure scenario using BPM's. i.e, File - RFC- File using BPM.

Regards.

Varun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Here is the [Blog for File-RFC-File using BPM.|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1926] [original link is broken] [original link is broken] [original link is broken];

thanks

farooq

Answers (5)

Answers (5)

Former Member
0 Kudos

1. Map input File Msg type to RFC request.

2. Map RFC response to output msg type.

BPM Configuration

start--->Receive File--->Transformation(Mapping between src file type and RFC request type)
--->Send Synchronous--->Transformation(Mapping between RFC respose type and tgt file type)--->
Send-->Stop

Former Member
0 Kudos

Hi varun,

For your case you want to use 2 receive steps.

Correlate with the field which you want to read.

After that use transformation step do the mapping for file to Request message.

Then use sync send step for send and receive the data from RFC.

Then use the transformation step do the mapping for Response message to file.

Then use the async send step to send to file.

Regards,

Prakasu

Former Member
0 Kudos

Hi,

Refer this blog for synchronous scenario

Sender RFC Adapter:

Please go through these links:

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=rfctofile&cat=sdn_all

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi,

Use Asynch-Synch Bridge in BPM

Follow the weblog

Regards,

Jayasimha Jangam

Former Member
0 Kudos

Hello

The below mentioned link is completely explained step by step .

Regard's

Chetan Ahuja