Example: nca_lov_retrieve_items

In the following example, The nca_lov_retrieve_items function retrieves nine values each, for Periods, Categories, and Currencies.

nca_edit_click("GLXJEENT.FOLDER_QF.USER_JE_SOURCE_NAME.0");
nca_button_press("GLXJEENT.TOOLBAR.LIST.0");
nca_lov_retrieve_items("Periods",1,9);
...
nca_edit_click("GLXJEENT.FOLDER_QF.PERIOD_NAME.0");
nca_button_press("GLXJEENT.TOOLBAR.LIST.0");
nca_lov_retrieve_items("Categories",1,9);
nca_lov_select_item("Categories", "Addition");
...
nca_edit_click("GLXJEENT.FOLDER_QF.USER_JE_CATEGORY_NAME.0");
nca_button_press("GLXJEENT.TOOLBAR.LIST.0");
nca_lov_retrieve_items("Currencies",1,9);
nca_lov_select_item("Currencies", "USD");