2.2 Preferences
This topic describes about defining the preferences for Maintenance Forms.
Details entered in Preferences screen are used in generating INCS for SMTB_MENU, SMTB_FUNCTION_DESCRIPTION and SMTB_ROLE_DETAILS.
In the Control String field, the developer needs to select
the actions which should be available for Preferences screen in the FLEXCUBE.
Figure 2-4 Preferences for Maintenance Screen
Note the following points while providing details in the Preferences screen
- Control String: REVERSE, ROLLOVER, CONFIRM, LIQUIDATE, HOLD operations are not applicable for maintenance screens.
- Defining Browser Menu Tree: Browser menu tree will be defined in the script generated for smtb_function_description.
- Main Menu: LBL_{function id}_MAIN_MENU
- Sub Menu 1: LBL_{function id}_SUB_MENU_1
- Sub Menu 2: LBL_{function id}_SUB_MENU_2
- Description: LBL_{function id}_DESC
Refer Development WorkBench - Screen Development I for the detailed explanation on preferences.
Example 2-1 UTDFNDRL
For UTDFNDRL, following labels has to be maintained
- LBL_UTDFNDRL_MAIN_MENU
- LBL_UTDFNDRL_SUB_MENU_1
- LBL_UTDFNDRL_SUB_MENU_2
- LBL_UTDFNDRL_DESC
Parent topic: Screen Development