Overview: Configuration-Guide for ABAP backend systems integrating with AEX
All ABAP backend systems involved in an AEX integration scenario need to be connected to the AEX. To ensure that all adapters are properly running with the ABAP system, different configuration steps are required and need to be completed before any integration scenarios can be developed. Therefore I created the following blog to provide an overview about all necessary steps to be completed.
I tried to provide a complete set of guides (either by referencing to my own blogs or by referencing to existing good blogs) for properly setting up the AEX and any ABAP backend system for different integration scenarios. Not all of the steps are mandatory since the required steps mainly depend on the type of integration scenarios used. It is stated in brackets if a configuration step is mandatory or not.
Setup Steps:
- Setup of SLD connections (mandatory)
- Setup of proxy connections (optional if no proxies are used)
- Integration Engine configuration and backend queue activation
- Setup of IDOC_AAE adapter (optional if no IDOCs are used)
- Activation of XI services on ABAP system (optional if no SOAP or proxy is used)
1st step: Setup of SLD connections:
Please refer to my blog for details regarding setup of SLD connections:
2nd step: Setup of proxy connections:
Please refer to my blog for details regarding the setup of a proper proxy connectivity:
3rd step: Integration Engine configuration and backend queue activation:
Please refer to my blog for details regarding the integration engine configuration:
4th step: Setup of the IDOC_AAE adapter:
William Li wrote a very good blog about the required setup steps. Please refer to this link:
http://scn.sap.com/people/william.li/blog/2011/05/04/configuring-pi-730-java-idoc-adapter
5th step: Activation of XI services on ABAP backend system
Please refer to my blog for details regarding the integration engine configuration:
Please let me know if anything is missing or if I explained thing wrong in this or any referenced blog.
This helps to improve this guide a lot!
Hi,
please review step
-> 5th step: Activation of XI services on ABAP backend system
as this should be done with a standard report and not manually (as per my comment to this blog)
Thank you,
Regards,
Michal Krawczyk
Hi Michal,
I will add this. However, any additional valuable input? Did I miss something?
Thanks and Best Regards
Harald
Hi Harald,
I was working on single stack for the first time and I was all at sea. I knew what all transactions should be done in dual stack but here I was struggling like a fresher 🙁
Your blog was very helpful to me. Thanks a lot 🙂
Regards
Harish
Hi Haresh,
I am happy that my blogs were helpful for you! Let me know if you have any questions.
Beat Regards
Harald
Hi Harald,
really helpful and nice structured overview.
Thanks a lot!
Best regards
Anne
Thank you Anne.
Best Regards
Harald
Thank you so much for this blog Harald.
I am having a small doubt.
For proxy communication:
2. Step: RFC-Connection to the AEX
SM59 -> http Connection to ABAP System (Type H)
I am little confused. Should we create H type connection or G type connection?
In many other blogs I have observed they have suggested to create G type connection.
Please help. We are in SAP PO 7.4 single stack.
Regards,
Suman
Hi Suman,
Thanks.
RFC connection has to be type "H". Type "G" is for the ESR connection (1. step).
Best Regards
Harald
I am also confused by the RFC connection type. According to help.sap.com the HHTP Destination for the Advanced Adapter Engine is type "G" below:
Creating the HTTP Destination for Advanced Adapter Engine
To create the HTTP destination to connect your ABAP backend system (business system) to Advanced Adapter Engine (AEX), perform the following steps:
Source:Connecting the ABAP Backend to Advanced Adapter Engine - Configuring Process Integration After Installation - SAP Librar…
Hi Harald,
This is a nice work; really helped in transitioning from SAP PI 7.31 to SAP PO 7.4.
Just to add that i was confused about the type of the RFC connection (H or G); confusion stemmed from the title for Type H - HTTP Connections to ABAP Systems. I guess it does not matter.
Thumbs up for you.
BO
Hi Harald
Thank you very much! I've done my work with this blog.