如下圖所示:SAP S/4HANA 內建有下列這些類型:
使用者移動裝置同 SAP 雲的內建
SAP 雲系統之間的內建
SAP 雲系統同物聯網解決方案的內建
SAP On-Premises 解決方案同 SAP 雲的內建
SAP On-Premises 系統間的內建
SAP On-Premises 系統同物聯網解決方案的內建

SAP 系統內建的技術手段之一:API - Application Programming Interface,典型的類型如下:
OData
SOAP - Simple Object Access Protocol,就是我們常用的 web service
BAPI - Business Application Programming Interface,ABAP 特色技術
IDoc - ALE interface,廣泛應用于 SAP ABAP On-Premises 系統間的資料互動
Communication User:定義了執行 API 的 technical 使用者
Communication System:定義了通訊的遠端系統明細:Define address of systems to talk to
Communciation Arrangement:定義了系統間通過具體什麼管道進行通信 - Who talks to whom how
SOAP:Asynchronous reliable messaging of business documents between systems 通過異步且可靠的消息傳遞,實作系統間業務文檔的交換
OData:Direct access to business objects, usually synchronous - 同步直接通路 SAP Business Object 模型
IDOC & BAPI:Integration to ERP on-Premise with classic technologies, enablement for specific scenarios - 用于基于 ABAP 的 SAP 傳統 On-Premises 産品間的內建
web service 開發
Model inbound interface in ESR
Generate a provider proxy on the application system
Implement the methods with the required logic
Create runtime configuration in SOAMANAGER
Test Service – WSNavigator, SOAP Client etc.
Only runtime configuration in SOAMANAGER is required for the standard SAP Services
詳細步驟,參考 Jerry 的文章:最詳細的 SAP ABAP Web Service 建立步驟講解
下圖是 SAP Cloud for Customer 和 SAP S/4HANA Cloud 的服務內建場景: