From bb847a0e39118526b026b8f4a996dd0102b05c99 Mon Sep 17 00:00:00 2001 From: mrsimpson Date: Fri, 12 Feb 2016 17:50:30 +0000 Subject: [PATCH] Added Support for all logical transport objects and a saplink-plugin-wrapper --- zabapgit.prog.abap | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zabapgit.prog.abap b/zabapgit.prog.abap index b282beb79..b8f07966e 100644 --- a/zabapgit.prog.abap +++ b/zabapgit.prog.abap @@ -16232,4 +16232,7 @@ CLASS ltcl_git_pack IMPLEMENTATION. ENDMETHOD. -ENDCLASS. "lcl_abap_unit IMPLEMENTATION \ No newline at end of file +ENDCLASS. "lcl_abap_unit IMPLEMENTATION + +INCLUDE zabapgit_saplink_bridge IF FOUND. "this implies you've got saplink installed on your server +INCLUDE zabapgit_saplink_objects IF FOUND. "this include contains the activated SAPLink-Plugins \ No newline at end of file