cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC without BPM

Former Member
0 Kudos

Hi Friends,

I am working on simple File to RFC scenario where i dont need to capture response msg. Could anyone let me know how it can be done without BPM..

Regards,

Suman N

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Yes it is possible without a BPM.

1) Create synch interfaces 4r source and target.

For RFC while creation of interface

input msgtype - Request msg

output msgtype - Response msg

2) Create 2 msg mappings.

inputmsgtype(file)----> Requestmsgtype(RFC)

Responsemsgtype(RFC)--->outputmsgtype(file)

3) Create 1 interface mapping choosing synch interfaces on

src and tgt side.

-->you ll get two tabs here request and response.

-->Click on request nd specify 1'st mapping

--> Click on response nd specify the 2nd mapping.

Refer this blog:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29&;

Edited by: malini balasubramaniam on Aug 4, 2008 12:41 PM

Former Member
0 Kudos

Hi;

1) Create a msg type for the file data.

2) Import the RFC in IR.

3) Create a message interface for the file side. No interface is created for the RFC.

4) Create the message mapping and interface mapping.

5) Create the ID objects accordingly.

Thanks,

Pragati

Former Member
0 Kudos

Hi ! Suman

if you have SP19, then you can create a ASYNC-SYNC bridge and then you can implement this file -rfc scenario without BPM.

check this thread also discuss the same

Regds

Abhishek

Former Member
0 Kudos

Hi,

When you use a synchrous RFC you require a BPM in order to handle the response. If you use a Asynchronous RFC then BPM is not needed.

former_member182455
Active Contributor
0 Kudos

Hi suman,

check this links

Check out this link where you wil find how to send response thru RFC to file by using Proxies ...

SP 10 on PI and XI 3.0 on SP 14 , then check this thread where I have given the solution,.

http://help.sap.com/saphelp_erp2005vp/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm

&tstart=0

regards

srinivas

Former Member
0 Kudos

Hi,

if you have SP19, then you can create a ASYNC-SYNC bridge and then you can implement this file -rfc scenario without BPM.

This is possible without BPM. You just need to create the file side Message type to map request side of RFC and accordingly create the message interfaces for file.

Now in Mapping interface you will not get response side as the file side Message interface is asynchronous.

This will help you

Thanks

swarup

Edited by: Swarup Sawant on Aug 4, 2008 11:29 AM

Edited by: Swarup Sawant on Aug 4, 2008 11:30 AM