From 4b3d2334ccf5b57b96fd1e595667f8ff95530f68 Mon Sep 17 00:00:00 2001 From: larshp Date: Mon, 21 Jan 2019 15:09:12 +0100 Subject: [PATCH] rollback #2312 --- .../zcl_abapgit_objects_program.clas.abap | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/objects/zcl_abapgit_objects_program.clas.abap b/src/objects/zcl_abapgit_objects_program.clas.abap index 2896c31bf..e92fa0835 100644 --- a/src/objects/zcl_abapgit_objects_program.clas.abap +++ b/src/objects/zcl_abapgit_objects_program.clas.abap @@ -855,15 +855,15 @@ CLASS ZCL_ABAPGIT_OBJECTS_PROGRAM IMPLEMENTATION. * if the DDIC element has a PARAMETER_ID and the flag "from_dict" is active * the import will enable the SET-/GET_PARAM flag. In this case force "off" - IF -param_id IS NOT INITIAL - AND -from_dict = abap_true. - IF -set_param IS INITIAL. - -set_param = lc_rpyty_force_off. - ENDIF. - IF -get_param IS INITIAL. - -get_param = lc_rpyty_force_off. - ENDIF. - ENDIF. +* IF -param_id IS NOT INITIAL +* AND -from_dict = abap_true. +* IF -set_param IS INITIAL. +* -set_param = lc_rpyty_force_off. +* ENDIF. +* IF -get_param IS INITIAL. +* -get_param = lc_rpyty_force_off. +* ENDIF. +* ENDIF. ENDLOOP. LOOP AT lt_containers ASSIGNING .