Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.23 KB

SAP: ABAP OData Service & UI5 CRUD App Example

Welcome to a simple tutorial series about creating an SAP OData Service in ABAP and consuming its CRUD functionality with a UI5 Master-Detail app.

In this tutorial series you will..

  • [01] ..create an OData-Service and implement associated CRUD functionality using ABAP-code to access an existing table in the SAP-System
  • [02] ..get to know how to use an OData-Service with different request parameters
  • [03] ..get to know SAP/open UI5 () and implement a Hello World Example
  • [04] ..access your OData-Service [01] and display the data using master-table and detail-form. In the detail form xou can also create, update, delete the current record.

The tutorial is contained in the PDF document in the corresponding directory. There may also be additional informations and files.

The series cover the following topics:

  • create OData-Service from DDIC and implement CRUD with ABAP
  • use OData-Service
  • UI5 Basics (View, Controller, Model, Component, I18n, Icons, Messages, Routing/Navigation, DataBinding)

For further information check out the following links