Application Templates
In addition to widgets, FAB provides a way to create a template application that can then be used as a starting point for new applications. This is useful for keeping applications consistent when similar UI designs and functionality are required.
Creating and Configuring a New Application Template
- Open the application you wish to create a template from in the developer workbench.
- Right click the Project node in the Form Structure and goto Widgets → Convert to Template.
- The Create Widget dialog will appear where you should provide a Widget Name, Description and any Notes.
- Click the green checkmark to create the Template.
- In order to use the template, you have to open and configure it in the FAB Configuration transaction (/IQX/FAB_CONFIG)
- Click App Templates in the left hand pane.
- Click New Entries to add a new template.
- Provide a meaningful Template Name and then provide the name of the Template Widget you created earlier.
- Click Save.
Using an Application Template
- Create a new Application using the Create button in the developer workbench.
- Provide the name of the Template you would like to use in the Use Template field.
- Click the button to create your new application based on the selected template.