cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Architecture ?

Former Member
0 Kudos

Hi,

I am quite new in the ABAP programming, I am still confiusing with the ABAP Proxy. If i have SAP system (ECC6) in different box with XI (PI 7.0). After i created the message interface in XI box. How the another SAP system in different box can generate ABAP PROXY class since the message interface created in XI box.

Any others configuration should be done ?

Please enlighteen me.

Best Regards

Fernand

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

<i>How the another SAP system in different box can generate ABAP PROXY class since the message interface created in XI box.</i>

>>>

We establish a connection between the XI and R3 -

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

Answers (1)

Answers (1)

rohit_goel
Participant
0 Kudos

Hi Fernand,

When We use Proxies first we create Message Interface in IR (XI system).

Then We move to our Application System (ECC6) and goto Transaction Code SPROXY.

then select your MI for which u need to create proxy and click on create.

and then activate it.ur proxy will be created and activated.

>>Any others configuration should be done ?

for proxy communication there shud be connection between ECC system and XI.

you can refer the