cancel
Showing results for 
Search instead for 
Did you mean: 

how to create object in sproxy-->

Former Member
0 Kudos

Hi all

i am new to XI

how to create a new object in sproxy transction

there is no such option called create in sproxy transction , i can only see a option called edit object

kindly hepl me out , to create new object in spoxy.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

What do you mean by create a new object in the proxy?

Means you want to generate the proxy class?

if yes then we have two proxies

1. Client Proxy: If the sender is R/3 then we have to create the client proxy, by using one SE38 program we can call this proxy

2. Server Proxy: If the R/3 is at receiver side then we call this as server proxy. it executes by itself.

Client proxy:

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

Server Proxy:

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

Proxy generation

http://help.sap.com/saphelp_nw04/helpdata/en/ba/d4c23b95c8466ce10000000a114084/content.htm

If you create the Service interface or message interface in the XI/PI then that interface we can view in the R/3 system when we execute the SPROXY transaction.

Regards

Ramesh

former_member187339
Active Contributor
0 Kudos

Hi Irfan,

There are lot of blogs and wiki material with this topic, just search sdn you will find one

As a start refer these

http://wiki.sdn.sap.com/wiki/display/XI/ABAPClientProxytoABAPServerProxy+Scenario

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

/people/bv.pillai/blog/2008/02/06/esr-service-modeling--step-by-step-guide-for-outside-in-approach

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

Regards

Suraj