- Create a new data table in the Configuration portal.
- Create a new subclass in the Z namespace
from /syclo/cl_dt_DO.
- Override get_data_table method
to retrieve data from SAP.
- Override get_data_filter_list method
to support any filter logic.
- Create a new mobile data object in the Z namespace,
referred to as a Z-MDO.
- Add the new data table definition to Agentry.
- Open the SAP project
in Agentry.
- Create the new data table.
- 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.
- Configure Java synchronization between the data table
and Agentry.
- Open the appropriate Java project for the SAP application.
- Modify the new data table class created when the data
table definitions was added to the Agentry application project.
- Create the associated stephandlers.
- Create the new POJO for the data table.
- 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.