cancel
Showing results for 
Search instead for 
Did you mean: 

SERVER PROXY

Former Member
0 Kudos

Hi ,

can anyone send me links for server proxy?

Regards,

Somu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes somu,

we create proxy always in application system i.e. the system from which u want to send data to XI.

so if u r sending some data from r/3 to XI using proxy then u have to logon to R/3 system.

there use transaction SPROXY.u can see the replica of integration builder of XI. there u can select the message interface and right click on that..u will get an option of creating proxy.

similarly if u want to send some data from MDM to XI(for example value mappling replication) and if u r using proxy... then u have to log in MDM and use SPROXY transaction.

Hope u r little clear now

Regards

Biplab

Former Member
0 Kudos

Hi biplab,

it is clear for me now.in case of server proxies should we need to write any code in SE38 after double clicking on EXECUTE_ASYN..

Regards,

somu

Former Member
0 Kudos

No .. for server/inbound proxies we need not write any code

actually we write ABAP report program in SE38 for only client/outbound proxies.This program inturns call the method executeasynchrnous or executesynchrnous.When we execute the report then proxy will be triggerd automaticaly.

There is no need of any coding in Server proxy in se 38.

Please close the thread once u get ur answer.

All the best!!

Thanqs

Biplab

Former Member
0 Kudos

Hi biplab,

if u dnt mind if i extend the conversation further.

my doubt is ..with writing any code how will the data goes and get populated in sap r/3 side.

regards,

somu

Former Member
0 Kudos

Hi Somu,

Since Both XI and R3 can directly communicate with each other

with the help of Integration engiens,

what ever we code at R3

side ,those fuction modules will supply the logic to locate the data.

Along with coding and function modules at R3 side,

XI configurations will help in directing the data path to be reached.

Regards,

Ramesh.

Former Member
0 Kudos

Hi ramesh,

you mean to say that ,we should write the code in r/3 side by using function modules.am i right.

regrads,

somu.

Former Member
0 Kudos

Hi Somu,

In my view function modules are system generated methods

EXECUTE_SYNCHRONOUS

EXECUTE_ASYNCHRONOUS

Please go through this SAP help for more information on this:

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

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

http://help.sap.com/saphelp_nw04/helpdata/en/a8/b5222e29e44e6190eb8892655b97fd/content.htm

Regards,

Ramesh.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Proxy generation converts non-language-specific interface descriptions in WSDL into executable interfaces known as Proxies. Depending on the target programming language, you choose one of the following:1. Java Proxies. or 2. ABAP Proxies.

We can interface to XI through proxies. From WAS 6.20, proxy generation feature enables application systems to communicate with XI using proxies. Proxy generation enables you to create proxies in application systems. Proxies encapsulate the creation or parsing of XML messages and the communication with the relevant runtime components required to send or receive the messages.

There are two types of Proxies.

1. Java Proxies.

2. ABAP Proxies.

Java proxies are used when java applications needs to send and receive data and ABAP proxies are used when ABAP applications needs to send and receive data.

Proxy Generation

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

ABAP Proxy Runtime

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

To activate ABAP proxies

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

Detailed step-by-step solution for ABAP proxies in XI

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

ABAP Server proxies

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

Debugging of Inbound ABAP proxies

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

File to R/3 via ABAP Proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

How to push data from BI to XI using proxy

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e698aa90-0201-0010-7982-b49...

How to push data into BW from XI using proxy

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/18dfe590-0201-0010-6b8b-d21...

cheers!

Ramesh.

Former Member
0 Kudos

Hi,

thanx for ur replies.

SPROXY should be executed on xi side or in r/3 side...?where should we write the code in se38..i.e in xi side or r/3 side?

please help.

Regards,

somu

Former Member
0 Kudos

Hi Somu,

In R3 side you can code with transaction se80.

since it needs OOPs oriented coding..

Regards,

Ramesh.

Former Member
0 Kudos

Hi,

Proxies Should be Generate always on Application System i.e SAP R/3.

In case of Client proxies we need the Report Program to be write in SAP R/3 side to Initiate the Proxy.

In Case of Server Proxies we dont require any Report Program

Regards

Seshagiri

Former Member
0 Kudos

Hi seshagiri,

my reqiurement is that i have to upload employee expenses in to sap r/3 standard tables.i think we should use function module to upload the data ...this shouls be written in se 38..after double clicking on EXECUTE_SYNCHRONOUS.

please correct me if am wrong.

Regards,

somu

Former Member
0 Kudos

Hi,

Check the following links:

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

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

/people/michal.krawczyk2/blog/2005/09/07/xi-why-dont-start-searching-for-all-errors-from-one-place - all about the trace n log files !!!!

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

/people/amjad-ali.khoja/blog/2005/12/16/slaw-a-new-logging-tracing-framework-for-xi

/people/amjad-ali.khoja/blog/2006/02/07/using-dom4j-in-xi--a-more-sophisticated-option-for-xml-processing-than-sap-xml-toolkit

Also my be useful..

/people/community.user/blog/2007/01/09/enterprise-soa-explorations-reflections-on-database-integration

/people/anne.tarnoruder/blog/2006/10/26/reusing-code-with-pdk-for-net

/people/piers.harding/blog/2006/05/18/ruby-on-rails-with-ajax

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8314cb90-0201-0010-f586-915...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c...

Former Member
0 Kudos

Hi,

How to Activate Abap Proxy

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

ABAP Server Proxies

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

Regards

Seshagiri