cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Client proxy creation XI side or R3 SIde ?

Former Member
0 Kudos

Hi friends ,

I am new to proxies

i ahev referred the follwing blog

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

In my sceanrio i want to create Client proxy from XI OutBound Interface .

<b>

1. Do i need to create Proxy from XI sap gui (or ) R3 Dev system sap gui ?

2. Then i planning to write abap report to call rfc and return data to proxy .Do i need to wtrite abap report in R3 side or XI side proxy it self ?

I am not clear in this

3. I have xi dev system and R3 Dev system . IR desing done rfc ready how top procedd further ?

4. Do i need to do any settings ?

</b>

Regards.,

Shyam

Accepted Solutions (1)

Accepted Solutions (1)

prasanthi_chavala
Active Contributor
0 Kudos

Hi Shyam,

<b>1. Do i need to create Proxy from XI sap gui (or ) R3 Dev system sap gui ?</b>

Always proxies are developed at the application side.You have create proxy on ur R/3 system not on XI. Once you are done with the IR objects then the message interfaces will be reflect in sproxy tcode in R/3 and start defining the outbound proxy from there..

<b>2. Then i planning to write abap report to call rfc and return data to proxy .Do i need to wtrite abap report in R3 side or XI side proxy it self ?</b>

You have write abap report in R/3 side.

<b>3. I have xi dev system and R3 Dev system . IR desing done rfc ready how top procedd further ?</b>

Write the abap report where u have to incooperate the rfc call and pass the return values to the proxy structure.....So when u execute the report the data will triggered to the XI system........this is the flow..

<b>4. Do i need to do any settings ?</b>

Go through this blog for the settings required for proxy scenarios:

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

Regards,

Prasanthi.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi shyam,

<b>1. Do i need to create Proxy from XI sap gui (or ) R3 Dev system sap gui ?>></b>

from R/3 system

<b>2. Then i planning to write abap report to call rfc and return data to proxy .Do i need to wtrite abap report in R3 side or XI side proxy it self ?>>></b>

write report program in R/3 ..call RFC in the report .

<b>3. I have xi dev system and R3 Dev system . IR desing done rfc ready how top procedd further ?>>></b>

go to R/3 Dev system... use transaction SPROXY ...right click on ur Outbound interface .....to create proxy....

<b>4. Do i need to do any settings ?>>></b>

there should be a connection between XI and R/3.....

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

Rgrds

Biplab

santhosh_kumarv
Active Contributor
0 Kudos

Hi shyam,

>>1. Do i need to create Proxy from XI sap gui (or ) R3 Dev system sap gui ?

Write the report code in the R/3 Dev system..

Regards

San

there is a Way.