Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larshp/FORMfactor

ABAP - Refactor FORMs to local classes
https://github.com/larshp/FORMfactor

Last synced: about 2 months ago
JSON representation

ABAP - Refactor FORMs to local classes

Awesome Lists containing this project

README

        

# 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](https://github.com/larshp/abapGit)
2. Install [abapOpenChecks](https://github.com/larshp/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](https://cloud.githubusercontent.com/assets/5888506/9815179/6ad4c6ee-5894-11e5-96c3-c163b5a75dad.png)