cancel
Showing results for 
Search instead for 
Did you mean: 

new to SAP XI BPM, File-->RFC--> File

Former Member
0 Kudos

Hi All,

I am new to SAP XI BPM,

My Scenario is : the input parameter for the RFC is sent through a file and the response from the RFC comes into XI which is then written into a file.

Here my dought is How many Container I have to create... and tell me what is use of Container...

Thanks & Regards

Siva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Siva,

You need to create two container elements one for request, i.e. to send data to the RFC and other response to get the response from the RFC. The request container element should be of the type of request abstract interface and response should be of type of response abstract interface. As, it is a synchronous scenario, you will have:

1.) Receive Step Container Element: request type

2.) Send Synchronus Container Element: response type

3.) Send Asynchronus Container Element: response type

Hope this gives you some idea,

Regards,

Ravikiran.C

PS: Pls assign points if you find the answers helpful.

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Siva,

Refer this weblog

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

>>How many Container I have to create

4

a) One each for Input and output file (if they are different).

b) One for request and one for response of RFC.

>> what is use of Container

http://help.sap.com/saphelp_nw04/helpdata/en/78/62373f58502e48e10000000a114084/content.htm

Regards

Suraj

Former Member
0 Kudos

Hi,

You can follow this blog.

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

Thanks

Mohan