Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
For this it is necessary to create an "Implementing Class" using ABAP workbenchwhich 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

...

Click on Display

...

 
Use a class name that is meaningful to your application and follows your organizations naming standards.
In this example, ZCL_MY_IMPLEMENTATION_CLASS is used.
Image Removed

...

Save and Activate the class.

...

Set the class in the Properties of the Project in the FAB Workbench

...

Press the 'Properties' button in the FAB Workbench

...

Enter the class name in the 'Implementing Class' field

...

From the Properties

  1. Click on Image Added
  2. Provide the Implementing Class name and click on Image Added to create and activate the class
    Image Added
  3. Click Image Added

From the Code (Form Life-Cycle)

  1. Click on Image Added
  2. Provide the Implementing Class name and click on Image Added to create and activate the class
    Image Added
  3. Click Image Added
Info

...