mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
rollback #2312
This commit is contained in:
parent
3f494f091f
commit
4b3d2334cc
|
@ -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 <ls_field>-param_id IS NOT INITIAL
|
||||
AND <ls_field>-from_dict = abap_true.
|
||||
IF <ls_field>-set_param IS INITIAL.
|
||||
<ls_field>-set_param = lc_rpyty_force_off.
|
||||
ENDIF.
|
||||
IF <ls_field>-get_param IS INITIAL.
|
||||
<ls_field>-get_param = lc_rpyty_force_off.
|
||||
ENDIF.
|
||||
ENDIF.
|
||||
* IF <ls_field>-param_id IS NOT INITIAL
|
||||
* AND <ls_field>-from_dict = abap_true.
|
||||
* IF <ls_field>-set_param IS INITIAL.
|
||||
* <ls_field>-set_param = lc_rpyty_force_off.
|
||||
* ENDIF.
|
||||
* IF <ls_field>-get_param IS INITIAL.
|
||||
* <ls_field>-get_param = lc_rpyty_force_off.
|
||||
* ENDIF.
|
||||
* ENDIF.
|
||||
ENDLOOP.
|
||||
|
||||
LOOP AT lt_containers ASSIGNING <ls_container>.
|
||||
|
|
Loading…
Reference in New Issue
Block a user