cancel
Showing results for 
Search instead for 
Did you mean: 

PROXY

Former Member
0 Kudos

hi..all

I am writing a proxy in EC1 system and want to call the same proxy in another system.lets say EC3 system.

Plz guide me the step by step procedure .

how to write a proxy?

how to make the connection in between them?

Regards

Manas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi manas mahani ,

The following r excellent websites which give detailed step-by-step solution to solve u'r problem:

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...

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

cheers!

gyanaraj

****Pls reward points if u find this helpful

Former Member
0 Kudos
Former Member
0 Kudos

HI,

You need to do the configuration for ABAP proxy.

ABAP Proxy configuration:

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

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

File to Inbound Proxy:

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

Debugging Inbound Proxy:

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

\Thnx

Chirag

Former Member
0 Kudos

hi Chirag..

I dont need XI in between the communication.

I need the communication between R/3 systems.

My requirement is like I have send data from R/3 system (EC1) to another R/3 system (EC3).

PLz guide me with the step by step process.

Also what is the code to retrive the values from EC1 syatem and to post it in another system

REGards

Manas

Former Member
0 Kudos

HI,

1) creating Function module in one R3 and writing bdc in the same FM and then calling the FM from another R3

2) use ALE

3) U can use BDC:first use download function module download it in notepad or excel and then use the upload FM to update it in anoter server

4) U can go for BAPI.

I think u can search on SDN u will get the steps.

Thnx

chirag