Proxy port length (#2800)

* Ensure Proxy Port has 4 digit length

* Ensure Proxy Port has 4 digit length
This commit is contained in:
Sdfraga 2019-07-18 16:12:25 +02:00 committed by Lars Hvam
parent 24e319cc68
commit ddcc1ee3c6

View File

@ -65,6 +65,8 @@ CLASS ZCL_ABAPGIT_PROXY_CONFIG IMPLEMENTATION.
CHANGING CHANGING
cv_proxy_port = rv_port ). cv_proxy_port = rv_port ).
CONDENSE rv_port.
ENDMETHOD. ENDMETHOD.