Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
prakashsaurav
Active Participant

Extend oData Services for My Travel & Expenses Fiori App - Part 1

1 Logic to read & manipulate Entity Information

In this scenario we are only extending Expense entity type. Therefore we will have to provide logic to read and manipulate only Expense Type data.


Identified Methods:

Note:
GET_ENTITY in Super Class of standard method calls GET_ENTITY_SET for individual entity read. Therefore we dont have to take care of GET_ENTITY in extension

1.1 Logical flow for EXPENSES_GET_ENTITYSET

1.2 Logical flow for EXPENSES_UPDATE_ENTITY

1.3 Logical flow for EXPENSES_CREATE_ENTITY

4 Comments
Labels in this area