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 workbench

  1. /IQX/CL_FORMS_BASE_CLASS

Use SAP transaction SE24 (Class Builder) to create a sub-class of /IQX/CL_FORMS_BASE_CLASS

Step-by-step guide

  1. Start transaction SE24 and enter Object Type: /IQX/CL_FORMS_BASE_CLASS
  2. Click on Display

  3. Choose Edit→Create subclass (Shift+F1)
  4. Enter the name of your New Class
     
    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.
  5. Save and Activate the class.
  6. Set the class in the Properties of the Project in the FAB Workbench
  7. Press the 'Properties' button in the FAB Workbench
  8. Enter the class name in the 'Implementing Class' field

 


Info

Filter by label (Content by label)
showLabelsfalse
max5
spacesIFAB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("class","code","implementation") and type = "page" and space = "IFAB"
labelsimplementation class code

...

Page Properties
hiddentrue


Related issues