mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
parent
f5d421e399
commit
3e53360722
|
@ -367,6 +367,13 @@ CLASS ZCL_ABAPGIT_OBJECTS_PROGRAM IMPLEMENTATION.
|
|||
"we set the tag to the correct value 'X':
|
||||
<ls_field>-modific = 'X'.
|
||||
ENDIF.
|
||||
|
||||
"fix for issue #2747:
|
||||
IF <ls_field>-foreignkey IS INITIAL.
|
||||
<ls_field>-foreignkey = lc_rpyty_force_off.
|
||||
ENDIF.
|
||||
|
||||
|
||||
ENDLOOP.
|
||||
|
||||
CALL FUNCTION 'RPY_DYNPRO_INSERT'
|
||||
|
|
Loading…
Reference in New Issue
Block a user