ODataClass 2
ODataClass 2
______________________________
OData Services are mainly for "Database Functionalities" ( SELECT, INSERT, DELETE,
UPDATE )
Note : For all these OData Services , THe Front-end Developement Approach remains
"Same"
i,e
The Front-end Applications will consume OData Services for Database
Interaction
The Front-end Application deals with Screens or "View Designing" with
screen Elements ( Table/Drop/Check/Chart/List/MicroChart)
_________________________________________________________________________
OData Service Project using SEGW Transaction Code ( SAP Netweaver Gateway with
ECC )
DataModel
Service Implementation
Runtime Artifacts
Service Maintainence
__________________________________________________
Data Model :
-------------------
note :under Single OData Service Project, we can have N Number of Entity Types
under single oData Service Project , we can have N Number of
EntitySets
______________________________________________________________________
Service Implementation :
---------------------------------------
From Front-end ,
we use create( ) method to Access CREATE_ENTITY( ) method of OData
we use bindElement( ) method to Access GET_ENTITY( ) method of OData
we use bindRows() method to Access GET_ENTITYSET( ) method of OData
we use update( ) method to Access UPDATE_ENTITY( ) method of OData
we use remove( ) method to Access DELETE_ENTITY( ) method of OData
_________________________________________________________________________
Runtime Artifacts:
-----------------------------------
RunTimeArtifacts are technically collection OF Classes for implementing Database
functionalities
Service Maintainence:
------------------------------------
Error Log -> to trace/find out errors which occured during odata service
execution