cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ECC-PI-AII integration

Former Member
0 Kudos

Hi experts !

I am new to SAP PI. I have to integrate SAP ECC and Auto Id Infrastructure systems(SAP AII).

Can any one please suggest me with the working methodologies, demo examples, and documents related to SAP ECC-PI-AII integration.

Thanks in advance.

Regards

Koti Reddy

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>I have to integrate SAP ECC and Auto Id Infrastructure systems(SAP AII).

You need to check two types of adapters in SAP:

IDOC adapter - for sending messages from ECC to PI

proxy adapter - to sending messages from PI to AII

You can download standard PI content for AII (which you can use in PI) which has mappings, structures, etc.

BTW

nice challenging task for a new PI person

good luck,

Regards,

Michal Krawczyk


Former Member
0 Kudos

Thanks Michal.

Which standard PI content for SAP AII has to be downloaded and from where.

Please suggest me with useful links and demo examples on SAP ECC-PI-AII integration, if any..... because i have to gather the requirement, and develop the interface as i am the only 1 person involved in this integration project.

Regards

Koti Reddy

Bhargavakrishna
Active Contributor
0 Kudos

Hi Koti,

refer below link for step by step guide  importing standard sap pi content

http://wiki.sdn.sap.com/wiki/display/XI/How+to+import+SAP+content+into+the+PI+ESR

Also refer SAP notes which available below the page..

Hope it will helpful..

Regards

Bhargava krishna

Former Member
0 Kudos

Hi Bhargava,

Let me know that we have to download the PI content (or) its a Basis work ???

Regards

Koti Reddy

vikas2
Active Participant
0 Kudos

The objects will be in /AIN/ namespace ( search for AUTO-ID while looking for ESR content  )

In PI, under AUTO-ID 5.1 ( as example ), you'll have

http://sap.com/xi/AIN
http://sap.com/xi/AIN/Global

There is standard content to :

- send data from SAP ECC to SAP AII ( idoc to proxy structure used by AII )

- send data from AII to ECC ( converts AII proxy structure to ECC idoc structure )

Former Member
0 Kudos

Hi,

If you have authorization  to download content and import into ESR, you don't have to wait for BASIS,

else go with them

Good Luck!

Krishna

Former Member
0 Kudos

Hi experts,

The integration is in between the SAP ECC system and SAP AII using SAP PI.

1.. The SAP ECC system sends operational idocs of message type AIDOPMSG, basic type AIDOP02 and output type APL2/ALBO with the status “OPEN”.  Then through PI we have to send the data to SAP AII using class /AIN/CL_IF_OPERATIONAL_IN  and the SAP AII system returns the status to “CLOSE” using the class  /AIN/CL_IF_OPERATIONAL_OUT.  And the same acknowledgement (or) confirmation has to be sent to SAP ECC.

2.. Upon the SAP ECC system gets the confirmation, then another shipment idoc has to be triggered and through PI it will reach SAP AII system using  a inbound class as above and while it returns the confirmation through outbound class, it has to change the status “OPEN” to “LOADING” and should give confirmation to the SAP ECC system.

Please guide me to integrate this requirement.

Regards

Koti

Bhargavakrishna
Active Contributor
0 Kudos

Hi,

You can go for IDOC to IDOC scenario

Refer below link for step by step guide of the same..

http://www.saptechnical.com/Tutorials/XI/IDocToIDoc/page1.htm

Regards

Bhargava krishna

Former Member
0 Kudos

Hi Michal,

The integration is in between the SAP ECC system and SAP AII using SAP PI.

1.. The SAP ECC system sends operational idocs of message type AIDOPMSG, basic type AIDOP02 and output type APL2/ALBO with the status “OPEN”.  Then through PI we have to send the data to SAP AII using class /AIN/CL_IF_OPERATIONAL_IN  and the SAP AII system returns the status to “CLOSE” using the class  /AIN/CL_IF_OPERATIONAL_OUT.  And the same acknowledgement (or) confirmation has to be sent to SAP ECC.

2.. Upon the SAP ECC system gets the confirmation, then another shipment idoc has to be triggered and through PI it will reach SAP AII system using  a inbound class as above and while it returns the confirmation through outbound class, it has to change the status “OPEN” to “LOADING” and should give confirmation to the SAP ECC system.

Please guide me to integrate this requirement.

Regards

Koti

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

in PI if you want to use standard communication you just need to generate the business scenario which you will get in standard XI content - in PI you don't do much more...

much more work is required on AII and ECC to send receive messages when correct status happens

but it's all doable - no worries - just start with standard content and then you will dig more into other topics - when to send messages and config in AII,

I know and do all 3 parts (ECC, PI, AII) but I guess you have some support with ECC and AII so just check with guys responsible for ECC/AII for help,

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Vikas,

Thanks for your response.

I have downloaded the standard PI content to ESR under these namespaces.

http://sap.com/xi/AIN
http://sap.com/xi/AIN/Global

I am using these two standard Operational mappings

AIDOP02_Operational and  Operational_AIDOP02 with the mapping program as

AIDOP02_Operational of type XSLT.

Let me know

1) How to activate the standard content

2) How to check whether the standard content has proxy associatedto it

3) How to test the standard content

Regards

Koti Reddy

Answers (0)