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.

View Entire Topic
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