refactor call to CONVERSION_EXIT_ALPHA_INPUT (#6194)

Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
Lars Hvam 2023-04-05 16:39:09 +02:00 committed by GitHub
parent 82b74d7b7d
commit 569e4a518c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,11 +129,8 @@ CLASS ZCL_ABAPGIT_PERSISTENCE_REPO IMPLEMENTATION.
ENDIF.
ENDLOOP.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
input = rv_next_repo_id
IMPORTING
output = rv_next_repo_id.
SHIFT rv_next_repo_id RIGHT DELETING TRAILING space.
TRANSLATE rv_next_repo_id USING ' 0'.
ENDMETHOD.