Properties of OData Services
Properties of OData Services
OData Services are mainly executed under SAP NetWeaver gateway component with
database operations ( Select, Insert, Delete, Update ).
1. XML format
1. Data Model
2. Service Implementation
4. Service Maintenance
3. Data Model
1. Entity Type
It is an option to maintain the collection of fields with data type and length.
2. Entity
Entity is an option to hold a single record at a time.
3. Entity Set
Entity Set is an option to hold the collection of records.
4. Association
Association is the relationship between two entity types.
5. Association Set
Note :-
Under single ODATA project we can have n number of entity type and entity sets.
4. Service Implementation
It mainly contains CRUD methods.
i.e. It will contain all the methods that will be responsible for performing CRUD
operations
5. Runtime Artifacts
Runtime artifacts mainly contains runtime classes ( which are auto generated ).
Whenever you will click on generate button, then these custom classes will be generated on
the runtime automatically.
6. Service Maintenance
Error Log :- It is used to trace / find out the error occurred during service execution.