cancel
Showing results for 
Search instead for 
Did you mean: 

proxy creation

Former Member
0 Kudos

Hi

My scenario is like file-xi-proxy (server proxy). But as the file is yet to come we thought we will implement proxy code first in ECC system. So for the time being ........to create server proxy is it fine if we just creat Design Objects(repository) ?? or else even I got to create configuration objects on the receiver side ?? If I am not wrong just D/T, M/T, Inbound Interface is sufficient to create the proxy. Please correct me if I am wrong.

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

<b><i>........to create server proxy is it fine if we just creat Design Objects(repository) ?? or else even I got to create configuration objects on the receiver side ?? If I am not wrong just D/T, M/T, Inbound Interface is sufficient to create the proxy.>>>></i></b> .....

Yes you r right ...without creating Configuration objects also you can create server/client proxy.

make sure that you have activated all the design objects.u have created... .

When u log into ECC system esing transaction SPROXY u can see a replica of IR.there select the Inbound message interface ,rht clk->generate proxy....

But ofcourse If u don't complete the configuration part your proxy will not work....

ask if u have any doubt...

All the best

Regards

'Biplab

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi there,

only thing u really need are message interfaces. Proxies are generated from them - they describe structures and communication types used in scenario and needed to create the right classes in the ABAP Dictionary.

Peter

Former Member
0 Kudos

Hi palnati

refer this Blog

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

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

and also have a look at this thread

http://help.sap.com/saphelp_nw04/helpdata/en/c9/74246d8ad2447799063d39013e9a11/content.htm

Also refer to:

http://help.sap.com/saphelp_nw04/helpdata/en/62/8a5f3c31727d59e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ba/f21a403233dd5fe10000000a155106/frameset.htm

Check Proxies section in this blog....

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

Thanks !

Regards

Abhishek Agrahari

Shabarish_Nair
Active Contributor
0 Kudos

<i>If I am not wrong just D/T, M/T, Inbound Interface is sufficient to create the proxy. Please correct me if I am wrong.</i>

>>>

yes these are the only thing that is required in case you want to start implementing the code for the proxy since it is based on your mesg. interface the proxy is generated.

Ref:

Server Proxy (Receiver Proxy)-

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

Former Member
0 Kudos

Hey

yeah ,u will do a proxy scenario similar to any other scenario(like create DT,MT etc)difference comes in ID steps where u need to configure a receiver XI communication channel for server proxy(for client proxy we dont need any CC).

and then configure other pipeline steps

thanx

Aamir