Set validity of default transport to one day (#4051)

Closes #4050
This commit is contained in:
Marc Bernard 2020-10-22 02:43:02 -04:00 committed by GitHub
parent 42f52990e5
commit efa0935a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,6 +204,7 @@ CLASS ZCL_ABAPGIT_DEFAULT_TRANSPORT IMPLEMENTATION.
CALL FUNCTION 'TR_TASK_SET'
EXPORTING
iv_order = iv_transport
iv_validdays = 1
EXCEPTIONS
invalid_username = 1
invalid_category = 2