cancel
Showing results for 
Search instead for 
Did you mean: 

HELP IN INTEGRATION SCENARIOS

former_member186145
Participant
0 Kudos

I have the following situation:

I have seven systems. This 7 systems create an text files, that must be load by SAP ECCC.

The scenario is the following:

NON-SAP-Systems --> XI --> SAP ECC

And I have other scenario when, SAP ECC generate a file, and one of the systems must read this file

SAP ECC --> XI --> NON-SAP-System

Please, I need a recommendation, about which is the best form of implement this integration scenarios.

Thank you very much

regards

Dario

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For Non SAP to SAP The best thing would be

Make a single inbound interface which is a proxy 7 OUTBOUND Interface :1 INBOUND interface.(proxy)

Put a tag to identify each interface in the inbound message type.

For SAP to Non SAP you can use

1 (OUTBOUND Proxy) : 7 (INBOUND)

The identifier can be a filename or a tag populated in the Outbound message type

former_member186145
Participant
0 Kudos

Thank you very much !!

I have two questions:

  • If one more system need send info to SAP ECC, and I need add to the scenario, I need do it other interface outbound ?

  • If I have rules mapping (bindings, homologations,...), this I do it in PI ? or is better in SAP ECC ?

Thank you

regards

Dario

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

You can connect to ECC using through PI using

1. ABAP Proxies

2. IDoc/Remote Enabled Function Modules (RFC).

Considering you scenario, ABAP proxies should be a better option as mentioned by everybody else above.

However, it is not recommended to use PI for data loads. You can opt for LSMW for the same.

Thanks.

Hari

Shabarish_Nair
Active Contributor
0 Kudos

>

> I have the following situation:

>

> I have seven systems. This 7 systems create an text files, that must be load by SAP ECCC.

>

> The scenario is the following:

>

> NON-SAP-Systems --> XI --> SAP ECC

You can load the data to ECC via Proxy. IDoc or an RFC.

>

> And I have other scenario when, SAP ECC generate a file, and one of the systems must read this file

>

> SAP ECC --> XI --> NON-SAP-System

>

> Please, I need a recommendation, about which is the best form of implement this integration scenarios.

>

> Thank you very much

>

> regards

>

> Dario

Same as i mentioned earlier for the ECC.

What is it that you are exactly looking for?

former_member200962
Active Contributor
0 Kudos

>

> I have the following situation:

>

> I have seven systems. This 7 systems create an text files, that must be load by SAP ECCC.

>

> The scenario is the following:

>

> NON-SAP-Systems --> XI --> SAP ECC

>

> And I have other scenario when, SAP ECC generate a file, and one of the systems must read this file

>

> SAP ECC --> XI --> NON-SAP-System

>

> Please, I need a recommendation, about which is the best form of implement this integration scenarios.

>

> Thank you very much

>

> regards

> Dario

The best way to communicate with a SAP ECC system is proxy....but what if you have a RFC configured at the ECC system...then in such a case you have to use RFC communication.....you also have an option of using an IDOC....

it totally depends on how your SAP-ECC wants to send/receive the data

using proxy or IDOC also depends on the version of your SAP ECC system...

In both of your scenarios you can make a search on SDN to check if there is any blog available on how to carry out the configuration....suppose your non-SAP system is JDBC then make a search JDBC to SAP....and you will get lot of info....

Regards,

Abhishek.

Former Member
0 Kudos

There are 3 ways from which you can send data from ERP.

Proxies

IDOC

RFC

Each has advantages/ disadvantages of their own.

Proxies - support synch, good performance ( need to have a report or need to generate it manualy )

IDOC - Asych, can have option to trigger IDOC immeadiately / batch process

RFC - synch - lacks monitoring process on ERP.

So, you can pick up each based on your requirement.

are you looking for anything in specific?

let us know them, we can help you.

venkat.

former_member186145
Participant
0 Kudos

Hi

Thank you very much

The scenario is the following:

SAP ECC is the center or financial information.

This 7 systems, report to SAP ECC financial information.

The custom want have PI by integrate this information in SAP ECC. But this 7 system have different forms of send this information.

Then, we need PI by to make mapping of this 7 information structures, and create in SAP ECC the information in FI module

Thank you very much

Regards

dario

Former Member
0 Kudos

To:Mr Hernan

This is Naoki.

Our company oparated some PI projetct,

and I think ABAP Proxy is the best way to connect ECC,

If you can use ABAP, ABAP Proxy provide good performance and flexibility.

FileToABAPProxy, ABAPProxyToFile is the best way I think!

Naoki