Show TOC Start of Content Area

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

Use

You create client data objects by importing data objects from the Data Orchestration Engine (DOE) and selecting required nodes and node attributes. In this tutorial you will import the data object ORDER to create the client data object for your order application.

Procedure

...

       1.      In the Service Explorer, open the Data Objects context menu (by right-clicking) and select Create Data Objects.

       2.      In the Select Source dialog box, select the Data Orchestration Engine that you configured for your development workstation.

       3.      In the Select Data Objects to Import dialog box, select node ORDER_TAKER.

You may want to enter ORDER as a filter text to help find the data objects in the tree more quickly.

       4.      Select ORDER and choose the arrow button to add the selected data object to the DOE Objects to Import list.

       5.      In the Select Nodes and Attributes dialog box, confirm the default.

This will select all attributes of ORDERHEADER.

The SynckeyMmw appears as a dimmed checkmark, since it is technically part of the client data object, but should later not appear on the UI.

       6.      Choose Finish.

Result

You have created a client data object. It appears as Order OrderOrderheader under the Data Objects node of your order_srv Mobile Service Component.

If you double-click it or press F3, you open the Object Editor for this node. Choose the Attributes tab to see all attributes of the client data object node OrderOrderHeader together with their Java types and their respective DOE data object node attribute names.

 

End of Content Area