larshp / abapmerge

Merge ABAP classes/interfaces/INCLUDEs into single file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make timestamp programmatically accessible

fabianlupa opened this issue · comments

Hi,

would it be possible to add a constant to the marker interface (for abapGit)? Doing READ REPORT on a 100k+ lines report to parse one line of comments is quite the performance killer ;)

For example:

INTERFACE lif_abapmerge_marker.
* abapmerge 0.14.8 - 2023-01-09T17:14:22.870Z
  CONSTANTS merge_timestamp TYPE string VALUE `2023-01-09T17:14:22.870Z`.
ENDINTERFACE.

yea, pull request welcome