cancel
Showing results for 
Search instead for 
Did you mean: 

connecting systems in different landscape

Former Member
0 Kudos

Hi All,

We want to send the standard IDoc from ECC1 to ECC2 via PI.

Both the systems are in different landscape and have no network connectivity.

Each ECC has separate PI system in thier respective landscape.

So how can we send the Idoc from ECC1 to ECC2? And which PI system will be used?

Regards,

Aditi

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Aditi,

You can connection ECC1 to any one of PI Box and the PI box can post the IDOC to ECC2 box, but both ECC box should be connected to PI.

If in case both box are not connected to one PI then

ECC1-> (IDOC)-> PI (of ECC1) -> Through SOAP adapter -> PI (of ECC2) -> (IDOC)-> ECC2

Regards,

Harish

Former Member
0 Kudos

Hi harish,

Thanks for the prompt reply.

Both the ECC boxes are not connected to one PI.

I think we have to try the second option. So we have to create three scenarios

i) ECC1 - PI(ECC1)

ii.) PI(ECC1) - PI(ECC2)

iii.) PI(ECC2) - ECC2

As we would be using IDoc for the ECC boxes in case i. & ii. what would be the message type used for PI system. And which adapter will be used for sending the message to and from PI.

Could you please provide any link which explains the detailed steps for these.

Thanks,

Aditi

Harish
Active Contributor
0 Kudos

Hi Aditi,

Please find the detail

i) ECC1 - (IDOC) PI(ECC1) (Use IDOC as external definition and create abstract interface)

ii.) PI(ECC1)  (Use IDOC as external definition and create abstract interface) -  (Use IDOC as external definition and create abstract interface)PI(ECC2)

iii.) (Use IDOC as external definition and create abstract interface) PI(ECC2) - ECC2 (IDOC)

there will be 1 schenario in PI(ECC1) and one in PI (ECC2). In PI (ECC1) IDOC to abs interface, in PI (ECC2) is abs to IDOC.

Regards,

Harish