/FORMfactor

ABAP - Refactor FORMs to local classes

Primary LanguageABAPMIT LicenseMIT

FORMfactor

Helps refactoring old FORM based programs to local classes with static methods.

Also see https://github.com/larshp/FORMfactor-Eclipse

Limitations

  • Does not work with new 740 language constructs
  • TABLES parameters not implemented yet
  • INCLUDEs not supported

Installation

  1. Install abapGit
  2. Install abapOpenChecks using abapGit
  3. Install FORMfactor
  4. Run via report ZFORMFACTOR, it will not automatically change anything in the system, code has to be copy-pasted into report manually.

image