cancel
Showing results for 
Search instead for 
Did you mean: 

Help with server proxy

Former Member
0 Kudos

Hello,

I am doing a File-XI-R3 proxy scenario.

1. Please provide me with docs with step by step scenario developement.

2. do I have 2 create CC, receiver agreement ?

thanks

Nikhil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi nikhil ,

as u are going to create proxy, you have to create the CC by selecting XI adapter type. and you have to create the receiver agreement as well for assigning the CC created on the receiver side (i mean server proxy)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks !!!

Former Member
0 Kudos

Hi

<b>>>do I have 2 create CC, receiver agreement ?</b>

For this u need to create CC and Receiver agreement

In CC u will mention the details like Host name,Service number,Authentication and path.

<b>>>Please provide me with docs with step by step scenario developement</b>

<b>Design:</b>

-> Create DT src and tgt

-> Then MT based on that

-> Message Interfaces Inbound and Outbound

-> Mapping objects

<b>Configuration</b>

Business service

-> CC for both sender and receiver

-> Receiver determination and interface determination

- >Agreements

Save and Activate

Then go to ABAP Coding,

Server: R/3 system

Transaction: <b>SPROXY</b>

-> Under ur namespace u can find ur interfaces there in Inbound interface -> right click create proxy.

-> U can find the Implementing class there Double Click the ABAP Name.

-> Double click Method name in the next screen.

-> There u have to write ur Proxy code.

Regards

Yuga

Former Member
0 Kudos

nikil,

Go through this,

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

proxy to file,

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

regards,

Yuva