Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larshp/FORMfactor
ABAP - Refactor FORMs to local classes
https://github.com/larshp/FORMfactor
Last synced: 3 months ago
JSON representation
ABAP - Refactor FORMs to local classes
- Host: GitHub
- URL: https://github.com/larshp/FORMfactor
- Owner: larshp
- License: mit
- Created: 2015-09-04T14:15:39.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T08:43:53.000Z (over 3 years ago)
- Last Synced: 2024-05-02T01:52:55.785Z (6 months ago)
- Language: ABAP
- Homepage:
- Size: 20.5 KB
- Stars: 16
- Watchers: 8
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- abap-florilegium - FORMfactor - Refactor FORMs to local classes | `refactoring` (Categories / 💡 Code Templates & Generators)
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)