cancel
Showing results for 
Search instead for 
Did you mean: 

XI/PI: need to create configuration from backend service interface to file

former_member268877
Participant
0 Kudos

Hi All,

I need to create configuration in which i have to map my backend service interface to file document.

For example i have interface CreateOrderInformation_Out which is coming from abckend and i want to store those details in a file on external/desktop via XI/PI.

Can someone guide me with detailed steps involved in this?

Which communication channel to use?How to create that channel?

Thanks in advance,

Regards,

Ujwal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

your scenario will look like this:

ECC->XI->File

From ECC to XI: Use ABAP proxy (no communication channel required)

From XI to File: Use file adapter (receiver communication channel required).

For creating proxy: goto transaction sproxy and create proxy of CreateOrderInformation_Out.

Call this proxy in your code to transfer data to XI/PI.e

You need to define following objects in PI:

Inbound receiver interface

Message Type (includes datatype)

Refer to SDN and SAP help for step by step tutorials.

Regards,

Gourav

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

What is your Source System (target system seems to be FIle)

What you need:

Integration Repository:

1 Source and 1 Target Datatype

1 Source and 1 Target Message type

1 Outbound (for Source) and 1 Inbound (for Target) Message Interface

1 Message mapping....if source and target structures are different

1 Interface mapping

Integration Directory:

1 Sender and 1 Receiver Business Service....if source is SAP then instead of Business Service it will be Business System

1 Sender Communication Channel and 1 Sender Agreement (if sender is other than PROXY, IDOC, HTTP)

1 Receiver Communication Channel (FILE Adapter) and 1 Receiver Agreement

1 Interface Determination

1 Receiver Determination

Regards,

Abhishek.

former_member268877
Participant
0 Kudos

Hi Abhishek,

Thanks, how do we associate receiver interface with file adopter?

now i have source message interface and target interface created in IR.

I can chose source interface with R3 system as sender.

How do i select file adopter and respective target interface?

Regards,

Ujwal

former_member268877
Participant
0 Kudos

Also it would be great if you can guide on how to create communication channel for file in ID.

Former Member
0 Kudos

Hi,

Please post this question in PI (Process Integration ) forum so that experts can help you. Close this and other threads if your original question is answered.

Regards,

Gourav