来源资料待手动核验
项目简介
源仓库暂未提供可读取的项目简介;请查看下方 README 了解项目目标与使用方式。
源仓库暂未提供可读取的项目简介;请查看下方 README 了解项目目标与使用方式。
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:
