Deploying and Testing the Application

Procedure

  1. In the UI Explorer , in the context menu of the order_ui component, choose Deploy .
  2. Mark the checkboxes for the components order_ui and order_srv and confirm all subsequent dialog steps.

    After successful a build and deployment, the wizard offers to Launch simulator .

  3. Choose Launch simulator to start the mobile client simulator in a new window.
  4. Enter your User name and Password and choose Logon .
  5. In the Application Launcher , choose OrderApp to start the application.
  6. Test the application by selecting an order header and inspecting its order items. Note down the order ID.
  7. Select an order item
  8. Edit the values for Hours spent and Material .
  9. Save your changes.
  10. Use the triangle in the upper right corner of the item table to toggle the displayed table columns. Choose to display the Hours Spent and Material columns.
  11. Check that the table has adopted the values.
  12. Leave the application by choosing Start of the navigation pathMenu Next navigation step Application launcherEnd of the navigation path.
  13. Restart the application by choosing OrderApp .
  14. Find the edited entries and check that the entries are still being displayed, which means that they are really read from the database and were not merely stored in the client's own memory.

    If you have configured synchronization (as described in chapter XYZ), you can also verify that the local changes will be applied automatically to the application backend upon synchronization

  15. Choose Start of the navigation pathMenu Next navigation step SyncEnd of the navigation path to synchronize your changes with the DOE.
  16. If you now inspect the back-end tables ZTR_ORDER_HDR and ZTR_ORDER_ITM using the data browser (transaction SE16) in the Data Orchestration Engine, you will find that the changed values have been adopted.
  17. Choose Start of the navigation pathMenu Next navigation step ExitEnd of the navigation path to close the mobile client simulator
  18. Choose Finish to leave the deployment wizard.