From af06a83eb9557f8ecc81b0005839b14a300bb7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Erd=C3=B6si?= Date: Mon, 16 Oct 2017 10:35:26 +0200 Subject: [PATCH] Issue 1005: Function include naming When deserializing functions, the corresponding include name is generated by SAP coding and may not match the include name from the original system. This difference is then considered as a local modification. Excluding the include name of the function from the serialized information would solve the issue. --- src/zabapgit_object_fugr.prog.abap | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zabapgit_object_fugr.prog.abap b/src/zabapgit_object_fugr.prog.abap index 7b34f5dc4..30a36533e 100644 --- a/src/zabapgit_object_fugr.prog.abap +++ b/src/zabapgit_object_fugr.prog.abap @@ -18,7 +18,6 @@ CLASS lcl_object_fugr DEFINITION INHERITING FROM lcl_objects_program FINAL. TYPES: BEGIN OF ty_function, funcname TYPE rs38l_fnam, - include TYPE progname, global_flag TYPE rs38l-global, remote_call TYPE rs38l-remote, update_task TYPE rs38l-utask,