mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
DEVC: Fix DYNPRO_SEND_IN_BACKGROUND (#5461)
When deserializing SAP packages that do not exist in background, AG will dump with `DYNPRO_SEND_IN_BACKGROUND`. This is caused by a popup asking for the transport. Fixed by passing the transport to the save method. Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
ad1808cc72
commit
e6378ac17f
|
@ -635,6 +635,8 @@ CLASS zcl_abapgit_object_devc IMPLEMENTATION.
|
|||
li_package->save_generic(
|
||||
EXPORTING
|
||||
i_save_sign = ls_save_sign
|
||||
i_transport_request = iv_transport
|
||||
i_suppress_dialog = abap_true
|
||||
EXCEPTIONS
|
||||
cancelled_in_corr = 1
|
||||
permission_failure = 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user