Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 708 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 708 Bytes

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