Common ABAP classes and templates used in my and my company's developments (worth opensourcing).
TBD
Packages:
ERRORcontains exception classes used within the code and error-processing utilsEXAMPLEScontains demo programsLOGcontains simple logging class and a view for it (depends onVIEWpackage)MVR- Maintenance View Re-generator, the tool (or rather library) to regenerate maintenance views and apply typical fixes e.g. size of fields and screenTEMPLATEScontain boilerplate programs and objects to save new program initiation timeUTILcontains misc utility classes like interaction with FS or drilldowns to typical business objectsVIEWcontains simple view class, built on SALV but simpler to call, and utillities for it (for field catalog)
- Install via abapGit.
- Consider installing "by package" (
Exclude pathsetting) if you don't need all the code. - Consider ABAP Include Assembler if you want to integrate the code inside your codebase.
- Maintained by Alexander Tsybulsky (SBCG LLC).
- Maintenance View Re-generator (
mvrsubpackage) may contain fragments derived from abapGit