S/4HANA API Browser
ODataNewBrowse SAP S/4HANA Cloud APIs — including API_SUPPLIERINVOICE_PROCESS_SRV, API_JOURNALENTRYITEMBASIC_SRV, and API_COSTCENTER_SRV — by business domain, with endpoints and API Business Hub links.
15 APIs
Advertisement
About S/4HANA API Browser
SAP S/4HANA Cloud exposes hundreds of OData and REST APIs through the API Business Hub, but finding the right one for a given business object without leaving your IDE slows down integration design. This browser catalogs S/4HANA Cloud APIs by business domain with endpoint names and a direct link to the official API Business Hub documentation.
How to use this tool
- Filter APIs by business domain (Sales, Finance, Procurement, etc.).
- Search by API name or business object (e.g. API_SALES_ORDER) to find the right service.
- Follow the link to the SAP API Business Hub page for full request/response schemas.
- Cross-check the entity structure against the OData Metadata Viewer once you have the actual $metadata.
All processing happens locally in your browser. No data is sent to any server. Your SAP code and business data remain private at all times.
Frequently Asked Questions
What is the SAP API Business Hub?
SAP API Business Hub (api.sap.com) is SAP's central catalog of APIs, events, and integration packages for all SAP products. It provides API documentation, sandbox environments, and downloadable API specifications (OpenAPI/OData).
Can I use S/4HANA APIs without SAP Cloud?
Yes. Many S/4HANA APIs are available in on-premise S/4HANA via SAP Gateway. The API availability and version may differ between cloud and on-premise editions. Check the API's availability section on the API Business Hub.
What authentication do S/4HANA OData APIs use?
S/4HANA Cloud APIs typically use OAuth 2.0 (client credentials or authorization code flows) via SAP BTP. On-premise APIs often use basic authentication or SAML. Always check the specific API's authentication requirements in the API Business Hub.
Advertisement