mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
refactor call to CONVERSION_EXIT_ALPHA_INPUT (#6194)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
82b74d7b7d
commit
569e4a518c
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user