cancel
Showing results for 
Search instead for 
Did you mean: 

RFC(ABAP Proxy)-------XI-------->FILE Asynch

Former Member
0 Kudos

Hi All,

Good evening.

Please let me clear one thing, the message automatically comes into XI when executing proxy at R/3 side? or we have to send from RWB by using the path

component monitoring--


>Proxyruntime----->sendmessage

there we paste the message from SXMB_MONI of R/3?

Please clarify my doubt ASAP.

Thanks & Regards,

Nagarjuna.

Accepted Solutions (0)

Answers (7)

Answers (7)

deepak_shah
Contributor
0 Kudos

hi

while triggerin proxy via a function module or through abap code, the messages will automatically come to XI integration engine as the required setting are done for it during installation.

ie during installation we mention the R/3 system details which are referred to while creatin proxyy via transaction SPROXY

thanks

Former Member
0 Kudos

boss in simple words

yes, it would go automatically,

Just the following is required

1. An HTTP connection from your application system to XI

2. proper maintainace of IS in the SLD for your technical system.

Reward points of useful

Best Regards

Abhishek

Former Member
0 Kudos

Hi Nagarjuna kumar

the message is automatically comes into XI when executing proxy at R/3 side. because you have created outbound interface in xi and you are generating (doing coding) proxy for that outbound interface in r3. when doing the coding you are providing one parameter as input in proxy that will also help the message to go in XI.

Former Member
0 Kudos

Hi

You can test the scenario from SXMB_Moni of R/3.

Or you can call the execute_synchronous method and the whole scenario will work fine.

Please refer below scenarios

File to R/3 via ABAP Proxy

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

ABAP Proxy Runtime

http://help.sap.com/saphelp_nw04s/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

Setting Up Point-to-Point Connections with proxy

http://help.sap.com/saphelp_nw04s/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm

Reliable Messaging – EOIO in ABAP Proxies

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d4900e81...

Thanks

Swarup

Former Member
0 Kudos

Hi Nagarjuna,

while developing the proxy u will do the settings, there u will be using an option or registered server program, then u will be declaring the particular program which u are going to use, so when a proxy is activated, it automatically calls that registered program inturn it implements the data movement from R/3 or any legacy system to XI engine later the process was common.

regards,

Kishore

Former Member
0 Kudos

"The message automatically comes into XI when executing proxy at R/3 side."

This is question you have asked also, this is also theanswer.

So dont confuse yourself.

BR,

Alok

Former Member
0 Kudos

Hi,

Already answered in the thread which was raised by you.

Thnx

Chirag