AbapGit
A source-verified project description is not available yet. Open the detail page or wait for a manual refresh.
Source facts need a manual refresh
The source repository does not currently provide a readable project description. See the README below for project goals and usage guidance.
The source repository does not currently provide a readable project description. See the README below for project goals and usage guidance.
Generate ABAP Objects from Templates. ABAP Generator - be smart, stay lazy.
Use-Case: If you use a Design Pattern like Model-View-Controller, you always have to create a lot of Object for a new Project. You create a Package, a Report, a Model-Class, a View-Class and maybe other Classes. There is also the hassle to pass the Selection Screen Data from the Report to the Model Class. There are generic ways to read the Selection Data of the Report but they always made it more complex, difficult to read and error-prone.
With ABAP Generator:
You can change the Default Values and Settings in Table ZZT_ABAP_GEN with SM30. (Default Values will be generated in ZZT_ABAP_GEN with first run of ZABAP_GENERATOR).
Transaction ZABAP_GENERATOR Initialization:

Template Package:

New Package:

Update Report as you like:

Transaction ZABAP_GENERATOR Update:

Updated Report:

Updated Model:
