Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Information about call message proxy

Former Member
0 Kudos

Hi all,

i need information about call message proxy which is used by us and deveolp by SAP-XI. i need to know how we are chooosing the fields and type of the proxies in our program and is their any alternate to used these in interfaces .

how we r using it for inbound and out bound interfaces.

2 REPLIES 2

Former Member
0 Kudos

Hi Ankur,

This depends on the design chosen.

There are alternatives as you can use IDOC or BAPI (ALE) to communicate between different systems.

Regards,

Atish

Former Member
0 Kudos

hi,

Proxy function Module contains all the feilds and data to b transported, this will be mapped by xi-experts and after mapping it they will dump the data to other server.

In sproxy t-code they will create inbound interface and define proxy name and class like this...

Name ZSUBORDERII_SEND_ORDER_ID_INFO

Short Text Proxy Interface (generated)

Name ZSUBORDERCL_SEND_ORDER_ID_INFO

Short Text Proxy Class (generated)

and in proxy class interface one method is defined in that method code is written

and proxy is called....

If any doubts feel free to ask.

Reward Points.

Regards,

Bohra