Create Dictionary Objects
April 2, 2019

  1. Design / Prototype
  2. Create Dictionary Objects
  3. Create Interface View (CDS)
  4. Business Object Generation (CDS – Object Model Annotations )
  5. Generated Business Object
  6. BOPF – Development
  7. Test BOPF Object using BOBT
  8. Access Control (CDS)
  9. Consumption View (CDS)
  10. OData Service Generation and Registration
  11. Test OData Service using SAP Gateway Client
  12. UI development

As per the requirement, we will need three table. One each for Header & Item data for contacts. Additionally, I created a master table for contacts category, this is required to supply value help for UI.

You can create dictionary table as per your requirement. Just make sure to use UUID as key.

Note:
Tables for storing Drafts will be auto generated with business objects, so there is no need to create it manually.
Created By and Changed By is not added as field, because Phone Book application is user based and it will have only one authorized owner, who can manage it.

Header Table for Phone Book

Item Table for Phone Book

Contact Category Master Table

Data – Contact Category

<< Top