fix for issue #2747 (#2760)

This commit is contained in:
Hector Martinez 2019-06-29 08:06:07 +02:00 committed by Lars Hvam
parent f5d421e399
commit 3e53360722

View File

@ -367,6 +367,13 @@ CLASS ZCL_ABAPGIT_OBJECTS_PROGRAM IMPLEMENTATION.
"we set the tag to the correct value 'X': "we set the tag to the correct value 'X':
<ls_field>-modific = 'X'. <ls_field>-modific = 'X'.
ENDIF. ENDIF.
"fix for issue #2747:
IF <ls_field>-foreignkey IS INITIAL.
<ls_field>-foreignkey = lc_rpyty_force_off.
ENDIF.
ENDLOOP. ENDLOOP.
CALL FUNCTION 'RPY_DYNPRO_INSERT' CALL FUNCTION 'RPY_DYNPRO_INSERT'