cancel
Showing results for 
Search instead for 
Did you mean: 

Is BPM required for HTTP to RFC to FILE

Former Member
0 Kudos

Hi,

Do I need to Configure BPM, for HTTP to RFC to FILE Scenario.

Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

check this blog :

Regard's

Chetan Ahuja

Answers (6)

Answers (6)

ParvathyS_SAP
Product and Topic Expert
Product and Topic Expert
0 Kudos

Genarally File to RFC to File scenarios, we really dont require any BPM.

But in case of HTTP to RFC to File, to mention the Module Parameters we dont have Sender Adapter

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

http://help.sap.com/saphelpnw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/frameset.htm

So BPM is required in this case...

Regards

Parvathy

Edited by: parvathy sriraman on Sep 18, 2008 3:41 PM

former_member181985
Active Contributor
0 Kudos

Hi,

I think without BPM it is not possible since you cannot use request & response modules in HTTP adapter as it comes under ABAP stack.

So BPM is a must.

Second way where you dont require a BPM but you can not track the file in XI as it will be done by HTTP client as below.

HTTP---->RFC (synchronous)

Once the RFC response reaches to HTTP client write the respose to a File.

Thanks,

Gujjeti.

Edited by: Praveen Gujjeti on Sep 18, 2008 3:18 PM

Edited by: Praveen Gujjeti on Sep 18, 2008 3:21 PM

sunil_singh13
Active Contributor
0 Kudos

Hi Varun,

Generally we require BPM for Stateful Scenarios (Which are interdependent).

in your case you can use RFC lookup in your mapping this will remove BPM requirment. And you can configure your Scenario without using BPM.

Else you can go for BPM also.

Thanks

Sunil Singh

Former Member
0 Kudos
dharamveer_gaur2
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi,

Normally if we are dealing with the File-RFCFile case means we really we dont require any BPM for this Process. Why because we have to mention on the File Sender Channel Module Parameter.

But you mentioned HTTPRFCFile, in this case we dont have any Sender Adapter to mention the Module Parameters.

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

So i think we require BPM in Your case...

Regards

Seshagiri