larshp / abapmerge

Merge ABAP classes/interfaces/INCLUDEs into single file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to merge?

piliptsevich opened this issue · comments

npm install -> done
abapgit package exported -> done

How do I run merge for exported package?

thanks

Hi,
The script for abapGit is located at https://github.com/abapGit/abapGit/blob/master/package.json#L5

it executes abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone > zabapgit.abap

note that there is a lot of caveats, eg. only global interfaces and classes are merged, and there must be a starting program to gather it all into

Hi,

thank you for quick response