cancel
Showing results for 
Search instead for 
Did you mean: 

SRM ABAP Proxies

Former Member
0 Kudos

Hi Gurus,

Please give me information and list of ABAP Proxies in SAP SRM module.

regards,

George.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There are two types of proxy in SAP;

1. Java Proxy

2. ABAP Proxy

ABAP Proxy - generates the classes and structures for interfaces and data types writted in WSDL, imported through the http connection from the web services;

When you have ABAP Proxy; it is just simple to understand, you directly connect to the webservice, therefore no integration server is necessary for such a communication; Whenever you want to handle a incoming data in a different way to standard generated process; you can go and change it directly. The transaction is SPROXY;

I used ABAP Proxy between XI and SRM; This proxy will be used in the application system (SRM);

So, outbound message interfaces are client proxies and inbound message interfaces are server proxies.

The message interfaces can be sync or async.

For more information please refer to

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

Please reward points if useful.

Thanks

Kasee Palaniappan

Answers (2)

Answers (2)

Former Member
0 Kudos

Please find complete details on these in the below link (SMP Login is required).

https://websmp104.sap-ag.de/~sapidb/011000358700008969412004E/index.htm#SRM

Regards

Kathirvel

Former Member
0 Kudos

Hi ,

If you go the Transaction SPROXY in your SRM System , you will find all avaible Software Components linked to your SRM System from the XI system.

The Name of some modules for SRM 5.5 server ( SRM 5.0 version) are :

..../Basis/Global

.../Procurement/Global

../ServiceEnablement,

.../Leasing

../Invoice/Global,

../ContractManagement/Global

Regards

Kalandi