How to construct an OData service in SAP ABAP

Entity container: It contains all the entity sets. Entity set: It represents a table. It is based on the entity type. Entity type: All the fields(properties) and the primary keys are mentioned. Property: It represents the fields along with data type. Entity: It describes a line of record in the data table. Association: It connects …

How to construct an OData service in SAP ABAP Read More »