Adding a New Data Table

  1. Create a new data table in the Configuration portal.
    1. Create a new subclass in the Z namespace from /syclo/cl_dt_DO.
    2. Override get_data_table method to retrieve data from SAP.
    3. Override get_data_filter_list method to support any filter logic.
    4. Create a new mobile data object in the Z namespace, referred to as a Z-MDO.
  2. Add the new data table definition to Agentry.
    1. Open the SAP project in Agentry.
    2. Create the new data table.
    3. Make any other applicable changes to the application that is using the new data table, such as displaying the new value or modifying rules to search on the new values.
  3. Configure Java synchronization between the data table and Agentry.
    1. Open the appropriate Java project for the SAP application.
    2. Modify the new data table class created when the data table definitions was added to the Agentry application project.
    3. Create the associated stephandlers.
    4. Create the new POJO for the data table.
    5. Publish the application to the SAP Agentry Development Server in preparation for testing. Restart the Server as changes were also made to the Java logic in support of the new data table.
Next

Perform a transmit from the Agentry Test Environment and verify that the new data table and all related functionality are producing desired results.