Introduction to ODATA in SAP.
* OData is an open standard that is both a data format and a protocol for consuming and manipulating data in a uniform way.
* OData is the way of communication between frontend which is SAP UI5/FIORI and SAP backend.
* SAP Gateway component handles the OData Services. The Gateway component can be either embedded in ECC/S4 HANA or it can be on a separate gateway system.
* Each OData service is represented by a URI (Uniform Resource Identifier) or URL (Uniform Resource Locator). We will use URI term going forward.
* OData Service has two types of documents – Service and Metadata.
* Atom format (xml) and JSON formats are supported.
* Any web browser can be used to explore OData Service.
* Metadata
- Metadata contains information about all the components of the data model for OData Service such as
- Entity type name, properties, keys, and navigation properties
- Association name, principal and dependent entities.
- Entity Sets
- Association Sets
********************************Thank You*****************************
Comments
Post a Comment