cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC Scenario.

Former Member
0 Kudos

Hello all again.

This time I am doing File to RFC sencario by following, https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1926. [original link is broken] [original link is broken] [original link is broken] [original link is broken]

I fine with everything except BPM. Not sure how to define the integtration process. I put three blocks; 1 to receive the file, 2nd one to BPM as synchronous, 3rd one is for the output file. I don't know how the set the properties for these three blocks.

Can I send the screen shot via this blob?

Regards,

N.S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You have to define four message interfaces.

i)two asynchronous interface for files...

ii)synchronous interface for RFC...

iii) One more synchronous which is used to convert the asynch call to a synchronous one.

Receive>sendsyncronous>send

In the recive step select asynch fileinput.

In the send synchronous step select the two synchronous interfaces as input and output.

In the send step select asynch file output.

Hope I am clear.

Thanks and Regards,

Sudheer.

Former Member
0 Kudos

According to the link, I have created these interfaces.

File_Details_Sync_AI (ABS-Sync)

File_Request_AI (ABS-ASync)

File_Request_Out_MI (OB-ASync)

File_Response_AI (ABS-ASync)

File_Response_IN_MI (IB-ASync)

In BPM I have

<b>Start Block</b>

<b>Receive Block</b>(File_Request_AI)

<b>SendSynchronous Block</b>

- Synchronous Interface (File_Details_Sync_AI )

- Request Message (??)<Need your help)

- Response Message (??)<Need your help)

<b>Send Block</b>(File_Response_AI)

<b>End Block</b>

What else need to be done on the SendSynchronous block.

Thanks again for your continued help.

N.S

former_member206604
Active Contributor
0 Kudos

Hi,

<i>>>>- Request Message (??)<Need your help)</i>

File_Request_AI

<i>>>>- Response Message (??)<Need your help)</i>

File_Response_AI

Thanks,

Prakash

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Narayanan,

One of the reasons for using a BPM is that,a file system will not support Application Acknowledgements. It will support only System Acknowledgements. So inorder to handle this we need to have a BPM.

Your scenario can be addressed like this..

File->XI(BPM)->R/3(RFC)

Please go through these links and see if it helps....

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

http://help.sap.com/saphelp_nw04s/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

Hope This is Useful.....:-)

Regards,

Abhy

former_member206604
Active Contributor
0 Kudos

Hi,

You can use these blogs as references

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

Thanks,

Prakash