Alex

Results 5 issues of 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...

enhancement

There seems to be an issue with formatting ![image](https://user-images.githubusercontent.com/3863263/73555705-62908e00-444e-11ea-8a16-b6d72982dca1.png)

Add an optional filter option via range table to define which fields needs to be generated

enhancement

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`...

bug