Creating GAF applications
In this recipe, we will see how we can develop and configure Guided Activity Floorplan (GAF) applications. By default, one single step is automatically added to the component configuration. We will create one main step (step 2) that will comprise of one substep. We will write coding that will display the substep after the Next button of the step 2 is clicked. There is no ticket area for a GAF application.
In this recipe, we will focus on the steps relevant to GAF applications.
Getting ready
We create a component by the name ZST8_GAF
that comprised of views and windows shown in the following screenshot for the steps and substep:
The defined application is based upon the component FPM_GAF_COMPONENT
and interface view is FPM_WINDOW
.
How to do it...
Follow these steps:
Within the configuration editor, one main step already exists. In addition, two toolbar buttons, Previous and Next buttons also exist.
Select the main step and in the Attributes UIBB: WINSTEP1 panel, assign the...