cancel
Showing results for 
Search instead for 
Did you mean: 

File to proxy to IDOC without BPM

Former Member
0 Kudos

Hi All

I have configured this File - RFC - File without BPM blog successfully

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File(Without%20BPM)

I was wondering if its possible to configure a similiar scenario but with IDOC as the final receiver. What extra IR and ID objects will be needed ?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks for the responses. Really helpful

prateek
Active Contributor
0 Kudos

I just noticed that the question is unclear due to which there were different opinions. You have mentioned Proxy in the subject but there is no mention about proxy in the thread description. Mention your requirement clearly.

Regards,

Prateek

Former Member
0 Kudos

I have achieved the scenario with File - RFC - File and also File - Proxy - File .

But after reading this thread, I guess either File - RFC - IDOC or also File - Proxy - IDOC is not prossible. Could you please let me know how to go about the BPM? What BPM objects will be needed and what will be the flow?

prateek
Active Contributor
0 Kudos

I guess either File - RFC - IDOC or also File - Proxy - IDOC is not prossible

Correct, File - Proxy - Idoc is not possible without BPM.

Your BPM will have the following steps:

1. Async Receive for File

2. Sync Send for Proxy

3. Transformation (if reqd)

4. Asyn Send for Idoc

Regards,

Prateek

former_member200962
Active Contributor
0 Kudos

BPM would have the below steps:

Receive (from File) --> Transformation (Optional) --> SyncSend (to PROXY) --> Transformation (Optional) --> Send (To IDOC)

Former Member
0 Kudos

hi,

You was able to do "File - RFC - File" beacuse:-

1) Here only two kind of adpater involved and u achieved using adapter module in File adapter.

2) RFC supports Sync. communication.

But in File-Proxy-IDOC there are three kind of adpater involved and IDOC doesn't support sync. communication.

So it impossible to do it without BPM.

Hope u got the reason.

Thanks

Jaideep

Former Member
0 Kudos

Map the response of RFC to IDOC strucutre which is impored in PI instead of file target structure.

Prateek ur correct.

chirag

Edited by: Chirag Gohil on Aug 11, 2010 2:52 PM

prateek
Active Contributor
0 Kudos

Not possible. Idoc does not support sync behavior as RFC does.

Regards,

Prateek

Former Member
0 Kudos

I need to pick some data from a file , then I need to pass that to a proxy which will add some more rows to that data and then I need to map the consolidated data to an IDOC. Is this possible and how?