cancel
Showing results for 
Search instead for 
Did you mean: 

ANY ALE CONFIGURATIONS NEEDED IN PROXY TO FILE SENERIO

Former Member
0 Kudos

HAI

CAN ANY BODY TELL ME ANY ALE CONFIGURATIONS NEEDED IN CASE

OF PROXY TO FILE SCENARIO.

CAN ANY BODY SEND ME STEP TO STEP OF PROXY TO FILE SCENARIO.(INCLUDING REPORT IN APPLICATION SYSTEM SIDE)

AND HOW TO DEBUG CLIENT PROXY (CAN WE DEBUG OUTBOUND PROXY?).

REGARDS

SANDEEP

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Use these two blogs as pointed by Chilla.

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File

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

No need for any Ale Configuration. Just activate ABAP proxies and then generate the abap proxies as shown in blog 1387.

Regards

Bhavesh

PS : Using Capitals on the Internet is equivalent to shouting at people. Avoid doing this.

Former Member
0 Kudos

thanks for u r ps

Answers (3)

Answers (3)

prasanthi_chavala
Active Contributor
0 Kudos

Hi Sandeep,

Just you need to create RFC destination in SAP R/3 system which points to ur XI sytem.

>>> <i>AND HOW TO DEBUG CLIENT PROXY (CAN WE DEBUG OUTBOUND PROXY?).</i>

We can debug the report which is calling the asynchronous or synchronous method in ur application side and it will trigger the proxy and further u have to check in the sxmb_moni in ur R/3 side and XI to see whether the msgs are triggered or not.

Thanks,

Prasanthi.

Former Member
0 Kudos

hi prasanthi,

can u just tell me how to debug ABAP client proxy.

regards

sandeep

Former Member
0 Kudos

hi,

CAN ANY BODY TELL ME ANY ALE CONFIGURATIONS NEEDED IN CASE

OF PROXY TO FILE SCENARIO. - Not required.

CAN ANY BODY SEND ME STEP TO STEP OF PROXY TO FILE SCENARIO.

- Go to SPROXY in your Application system expand SWC ,expand pandnamespace and expand outbound iterface right click create proxy..inside the class write the code.

AND HOW TO DEBUG CLIENT PROXY (CAN WE DEBUG OUTBOUND PROXY?). - you can test your proxy through SPROXY or report debug the line bye line in SE38.

Regards,

Venu.

Former Member
0 Kudos

Hi,

Please use small letters !!!

See the below links

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File

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

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

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

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

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

http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/41e08c90-0201-0010-9197-d8774336...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ae9874-109c-2910-f48a-e91f0cdd...

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

Regards

Chilla