Case Solutions

APIs OData V2 and V4

Standard OData V2/V4 APIs expose SAP business objects via REST. Enhancing them involves extending generated service metadata, adding custom fields, actions, or filters while preserving backward compatibility. When the system supports RAP, you create a custom RAP‑based OData service (V2 or V4 depending on the release) that implements the same entity sets but leverages RAP’s CDS‑driven modeling, transactional handling, and draft support. Additionally, RAP can encapsulate BOPF (Business Object Processing Framework) objects, exposing their methods through the OData service while keeping BOPF’s lifecycle, validation, and authorization logic intact, thus unifying classic BOPF and modern RAP paradigms.

Back to top arrow