mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Remove unused action decode methode
This commit is contained in:
parent
43e91a6296
commit
127f5a3c9c
|
@ -109,11 +109,6 @@ CLASS zcl_abapgit_html_action_utils DEFINITION
|
|||
!ev_seed TYPE string
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
CLASS-METHODS requirement_decode
|
||||
IMPORTING
|
||||
iv_string TYPE clike
|
||||
RETURNING
|
||||
VALUE(rv_requirement_index) TYPE i.
|
||||
PRIVATE SECTION.
|
||||
CLASS-METHODS unescape
|
||||
IMPORTING iv_string TYPE string
|
||||
|
@ -436,11 +431,4 @@ CLASS zcl_abapgit_html_action_utils IMPLEMENTATION.
|
|||
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD requirement_decode.
|
||||
DATA: lt_fields TYPE tihttpnvp.
|
||||
|
||||
lt_fields = parse_fields_upper_case_name( iv_string ).
|
||||
get_field( EXPORTING name = 'REQ' it = lt_fields CHANGING cv = rv_requirement_index ).
|
||||
ENDMETHOD.
|
||||
|
||||
ENDCLASS.
|
||||
|
|
Loading…
Reference in New Issue
Block a user