cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy to FILE. step by step in Design(IR) & ID

Former Member
0 Kudos

Hi can any one send me

Step by Step for abap proxy to File scenerio in XI .except Ravikumar allampallam's blog.

Thanks for all it worths.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Since your scenario is ABAP proxy -> XI -> File, so your sending system must be SAP system, let me assume it is ECC:

IR:

1. Design your DT / MT / MI for both sending or receiving system, or import external definition if you are provided.

2. Design your Message Mapping if necessary

3. Define your interface mappping and assign mapping program

4. Actions and Integration Scenario (Optional)

ECC:

1. Run SPROXY, locate the outbound interface you created for ECC system, generate Proxy

2. Coding ABAP program to get data from ECC system and assign to the generated proxy structure, call the method

execute_asynchronous

ID:- normal configuration steps

1. BS and CC

2. Receiver Determination

3. Interface Determination

4. Receiver Agreement

5. Sender Agreement can be ignored

Liang

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to Kiran and all other replies.

former_member556603
Active Contributor
0 Kudos

Hi,

How to create proxy.

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

How to Activate Proxy.

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

ABAP Server Proxies (Inbound Proxy)

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

OutBound Proxy (Client Proxy)

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

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

File to R/3 via ABAP Proxy with good example

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

Debug your inbound ABAP Proxy implementation

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

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

Synchronous Proxies:

Outbound Synchronous Proxy

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bp...

Inbound Synchronous Proxy

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsa...

Thanks,

Satya

Former Member
0 Kudos

Anil,

Refer the below link:[http://saptechnical.com/Tutorials/XI/ABAPClientProxy/page1.htm]

******Reward Points if useful

Regards,

Kiran Bobbala