cancel
Showing results for 
Search instead for 
Did you mean: 

file to rfc to file scenario.

Former Member
0 Kudos

hi all,

iam doing a scenario

file<->PI<->file

i wanted to do this scenario using ABAP proxies,

can any help me out doing this scenario.

regards,

Madhav poosarla.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As per my understaning,

I think FILE > XI>FILE in this scenario youare getting a data from a ECC system to the XI and the putting the same as in to the File type. From ECC system to the XI you need a proxy configuration if i am right before proceed check in ECC system -->sxmb_adm in integration engine configuration role as busineess ssytem and the value is created H type rfc destination. Then go to sproxy tcode if it enabled menas no issue syou can proceed further. If it disabled means in the above tab there will be an connection test option.Check the report and find out the error betwwen the ECC to Xi connection.if it everything is ok Integrabuilder data understood message has to come.For this you also need to enter the values in SPROXSET tcode.

Thanks and Regards

Vijay

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Use this wiki for implementing ur scenario.

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

Ranjeet Singh.

Former Member
0 Kudos

Hi,

For this File-xiFile scenario, The ABAP Proxies will not come into the Picture.

Why because if u want to implement proxies means atleast one end we ahld have the ABAP System.

Regards

Seshagiri

nisarkhan_n
Active Contributor
0 Kudos

you want ABAP Proxie or ABAP Mapping?

in your FIle to File scenario ABAP Proxy wil not come into picutre...for ABAP proxy one of the systems should be SAP webas ABAP.

For ABAP Mapping check this lnks

The How-to-guide

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d030259...

Testing ABAP Mapping

/people/sameer.shadab/blog/2005/09/29/testing-abap-mapping

How to call XI ABAP Mapping via RFC

/people/ricardoandres.maienza/blog/2007/04/06/how-to-call-xi-abap-mapping-via-rfc

SDN TV demo to create and test ABAP mapiing - https://media.sdn.sap.com/SDNTV/main.asp?mediaId=128

How to guide for ABAP mapping.

https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071155&;

Former Member
0 Kudos

hi all,

sorry there is a small mistake in the question,

file<->PI<>rfc

i want to do this synchronous scenario using ABAP proxies.

regards,

Madhav poosarla

nisarkhan_n
Active Contributor
0 Kudos

In XI use the same strucure as outbound for Inbound also....use direct mapping (optional)

then

login to the R/3---run SPROXY select your interface right click and genereate proxy save and activate....ask the ABAPEr to take the metod async for reading data from there.....

Refer this on Proxy generation

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

Smarter Approach for coding ABAP Proxies

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

or

ABAP Proxy configuration:

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm

Client Proxy -

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Server Proxy -

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

File to Inbound Proxy:

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

refereed from the below lnk

Former Member
0 Kudos

hi nisar,

when iam using proxy for executing synchrnous scenario,

file<->pi<-RFC

do i have to use BPM or adaptermodule for capturing the response.

or recieving file adapter will be automatically capture?

regards,

Madhav poosarla

nisarkhan_n
Active Contributor
0 Kudos

You will get the response by dafault...but to capture in file you need to use the module above SP 19 it is supported....check this lnk with each step wise and use accordingly.

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

Former Member
0 Kudos

Hi

when u call the RFC at the receiver system, and when the RFC will be executed at the R/3 system then it will automatically give the response back. if u will not create the file at the receiver side then u will be able to see the response message in sxmb_moni.

there will be two messages in moni one is for the request and other id for the response.

Thanks

Rinku

Former Member
0 Kudos

thanks nasir,