Create an Implementation Class
For most practical applications it is necessary to use ABAP code to facilitate tasks such as:
- defaulting field values
- back-end (SAP) validations
- determining approvers
- updating master data and/or performing SAP transactions
For this it is necessary to create an "Implementing Class" which is a subclass of /IQX/CL_FORMS_BASE_CLASS. This can be generated in the Properties or Form Life-Cycle dialog of the workbench.
Step-by-step guide
From the Properties
- Click on
- Provide the Implementing Class name and click on to create and activate the class
- Click
From the Code (Form Life-Cycle)
- Click on
- Provide the Implementing Class name and click on to create and activate the class
- Click
Related articles
IQX Business Solutions - FAB 2.40