Come for answers, stay for best practices. All we're missing is you.
The standard implementation of the Maximo Enterprise Adapter for SAP Applications uses SAP NetWeaver Process Integration (PI) for integrating between Maximo Asset Management and SAP ERP. You can configure other middleware, such as WebSphere Application Server, to provide the integration.
To integrate without SAP NetWeaver PI, you must replicate the contents of the SAP NetWeaver PI on the middleware server, specifically the mapping and technical routing content. In addition, you must configure logical ports on SAP ERP and import function module definitions from SAP ERP into the middleware server.
Refer to the following documentation:SAP NetWeaver Process Integration documentation, available on the SAP NetWeaver website.Maximo Enterprise Adapter for SAP Applications System Administrator Guide, available on the Maximo Enterprise Adapter for SAP Applications information center
There are two options for configuring transaction processing from Maximo Asset Management to SAP ERP.
Publish each function module as a web service, generate a web services description language (WSDL) file, and import it into the middleware server. The middleware server can then use Hyper Text Transfer Protocol (HTTP) to call relevant web services on SAP ERP. This option requires some configuration but results in less processing activity on the middleware server.
ABAP batch reports use client proxy classes to send data from SAP ERP. These proxy classes, by default, point to the corresponding service in SAP NetWeaver Process Integration. To send data to an alternative destination, use the lpconfig transaction to define a default logical port (endpoint) for each client proxy class. SAP ERP can then provide a WSDL file for a service, for example SAP_GLACCOUNTS_TOMX, for import to the middleware server. The middleware server can then use HTTP to send the transaction to Maximo Asset Management.
You must configure the following logical ports to enable processing of batch reports:
Real-time transactions from SAP ERP to Maximo Asset Management use a combination of IDocs and function modules. There are two options for processing real-time transactions from SAP ERP to Maximo Asset Management.
#Maximo#MaximoIntegrationandScripting#AssetandFacilitiesManagement