Versions Compared

Key

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

...

The Code option takes you to the Implemented Class where you can make any additional ABAP code changes that you may require.
 The methods can be redefined by clicking on .

Info
iconfalse
titleNote

Methods redefined by the FAB Workbench tool will have pre-populated set of codes that can be used as a guide. Below is a sample redefinition of the method "Default Fields first time Form is loaded" having initial set of codes.
Image Added


Info
iconfalse
titleNote

Methods not available in the Form-Life Cycle dialog can be manually be-redefined from the class.

Step-by-step guide

How tro redefine a method from FAB

  1. Click on Image Added to bring up the Form-Life Cycle dialog
  2. Click on Image Added beside the method that you would like to get redefined or implemented

    Info
    iconfalse
    titleNote

    Ensure that the class is not opened in change mode otherwise the redefinition of the methods will fail


  3. Provide the transport request number
  4. Click on Image Added again to display the redefined method.

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

...