Show TOC Start of Content Area

Procedure documentation Creating the Data Model  Locate the document in its SAP Library structure

Use

The Data Orchestration Engine (DOE) uses the Data Object Builder to model a data object. The data object is then stored in the form of structures in the Data Object Repository, which lies in the ABAP stack of the DOE. As a developer of mobile applications, you can then import the stored data objects to create the client data objects in your project.

Prerequisites

You have created an empty Mobile Service Component and defined its dependencies to other components.

More information: Defining Dependencies Between Components

Procedure

Create Client Data Objects

To create client data objects, you import data objects from the DOE and either use them as defined or deselect nodes and node attributes to define projections of them.

More information: Creating Client Data Objects

Note

If the data objects in the DOE have changed, you need to reimport their metadata.

More information: Reimporting Client Data Objects

Create Data Structures

More information: Creating Data Structures

Include Value Help (Optional)

More information: Including Value Help

 

End of Content Area