Exchange between SAP and Marketplace
Posted: Wed Feb 12, 2025 7:16 am
The task of SAP in integration with the MP is to give it data on the number of goods received in the warehouse by the employee's order (internal client), as well as the planned delivery date for each item. Tracking the completeness of the order is carried out on the marketplace side.
Data exchange is scheduled within the production turkey mobile database calendar and only on working days. SAP ERP accesses the MP site once a day and requests a list of orders. The MP transfers to SAP the orders that have not been cancelled and that have been issued since the last dispatch.
The exchange between MP and SAP is implemented via the SOAP protocol using the WSDL notation. For debugging on the MP side, logging of the exchange with SAP ERP and other external systems is performed.
Exchange in the MP-SAP system.jpg
We implemented the integration of the internal marketplace with SAP in several steps:
Wrote exchange methods;
We registered endpoints – input addresses on the site that will receive certain requests (example accept only a certain set of fields that describe the client, tax identification number, name, address, telephone number, etc.);
We programmed the queries themselves with their structure, field properties, and data types.
Data exchange is scheduled within the production turkey mobile database calendar and only on working days. SAP ERP accesses the MP site once a day and requests a list of orders. The MP transfers to SAP the orders that have not been cancelled and that have been issued since the last dispatch.
The exchange between MP and SAP is implemented via the SOAP protocol using the WSDL notation. For debugging on the MP side, logging of the exchange with SAP ERP and other external systems is performed.
Exchange in the MP-SAP system.jpg
We implemented the integration of the internal marketplace with SAP in several steps:
Wrote exchange methods;
We registered endpoints – input addresses on the site that will receive certain requests (example accept only a certain set of fields that describe the client, tax identification number, name, address, telephone number, etc.);
We programmed the queries themselves with their structure, field properties, and data types.