1. Internet Engineering Task Force (IETF) RFC 7231
Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
Section 6.3.1
"200 OK". This document defines the 200 OK status code as the standard response for a successful request. It is the authoritative source for HTTP standards
which SAP's products adhere to.
2. SAP Help Portal
SAP Integration Suite
API Management > Monitoring APIs and Resources > API Analytics. The monitoring dashboards categorize HTTP response codes into classes (2xx
4xx
5xx). The 2xx codes are consistently grouped to represent successful calls
confirming the standard interpretation within the SAP ecosystem.
3. SAP Help Portal
SAP Integration Suite
Cloud Integration > Defining an Integration Flow > Configure the HTTP Receiver Adapter. The documentation for handling responses from external systems specifies that a successful call typically returns an HTTP status code in the 2xx range
with 200 being the primary example.