cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Scenario

Former Member
0 Kudos

Dear All,

For SAP (Proxy) --> To --> File (adapter) scenario: Don't we have to do message mapping, interface mapping steps?

also

When I try to create proxy for the interface defined in XI using sproxy in IR, by right clicking on the Outbound interface, it asks me for inputing the Package name???

Please advice...

Regards,

Ashish

Accepted Solutions (0)

Answers (4)

Answers (4)

moorthy
Active Contributor
0 Kudos

Hi,

If you don't want to tranport the object, you can use $TMP and go ahead in the SAP system... for sample scenario.

Otherwise you need to create package etc-

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

Regards,

Moorthy

agasthuri_doss
Active Contributor
0 Kudos

Hi Ashish,

It is a ABAP class Package .

Regards

Agasthuri Doss

Former Member
0 Kudos

Ashish,

We will have to create both the message mapping and interface mapping in XI for proxies also.

Also regarding the package name you check with your R3 guys or the R3 developer of the interface for the name of the package your proxy should use.

...Satish

former_member192343
Active Contributor
0 Kudos

Message mapping is not needed if structure of proxy and file is the same.

Former Member
0 Kudos

Do we have to create Proxies in SPROXY with in XI only or we have to make proxies on the systems side like SAP or SRM etc.

Regards,

Ashish

Former Member
0 Kudos

HI,

Client proxy,or server proxy..??

If you want to create ABAP proxy you hahave to use SProxy in XI if it is client, server then it may be in respective r3/scm.crm systems...

ABAP proxies: WAS 6.40 required (or 6.20 and plugin)

see the below links for get an idea..

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

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm

for java proxies

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

and also see below links

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

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

http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm

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

http://help.sap.com/saphelp_nw04/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1b5342d8a7be30e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1b5342d8a7be30e10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

http://help.sap.com/saphelp_bw30b/helpdata/en/64/30063c66171b3de10000000a11402f/content.htm

Client Proxy -

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

In this case you can define you scenario as a proxy to File. The blog explains the proxy part. Map the structure to a file and complete the scenario.

Server Proxy -

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

Regards

Chilla..

former_member192343
Active Contributor
0 Kudos

We create proxy in SAP systems r3, crm and etc...not in XI

Former Member
0 Kudos

Hi Ashish,

You have to specify a development package because when you generate an abap proxy the system create an abap class, so a package name is needed.

You can create the package name with se80 transaction.

Additionally you have to specify a prefix for the names of the objects generated.

Hope this help.

Francesco