Alex
Alex
With abapGit v.1.92.0 there is a syntax error in class ZCL_AGS_UTIL Method GET_TIME. No GET Method can be found in Class zcl_abapgit_time. Instead there are get_unix and get_utc Methods.
Suggestion: replace cl_abap_typedescr->typekind... with a local copy from zcl_abap_typedescr See class zcl_op_component -> add for usages of cl_abap_typedescr->typekind.. type->typekind_int8 comes with s/4hana Switch to local typerkinds would add more upward...
There seems to be an issue with formatting 
Add an optional filter option via range table to define which fields needs to be generated
This is not handled well `DATA columns TYPE STANDARD TABLE OF if_data_preview=>ty_column. columns = VALUE #( ( metadata = VALUE #( name = `MANDT` type = `C` description = `MANDT`...