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':
|
"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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user