mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Cleanup
This commit is contained in:
parent
fa44a8036b
commit
4c72122ef9
|
@ -301,21 +301,21 @@ CLASS zcl_abapgit_default_task IMPLEMENTATION.
|
|||
|
||||
METHOD clear_default_task.
|
||||
|
||||
CALL FUNCTION 'TR_TASK_RESET'
|
||||
EXPORTING
|
||||
iv_username = is_default_task-username
|
||||
iv_order = is_default_task-ordernum
|
||||
iv_task = is_default_task-tasknum
|
||||
iv_dialog = abap_false
|
||||
EXCEPTIONS
|
||||
invalid_username = 1
|
||||
invalid_order = 2
|
||||
invalid_task = 3
|
||||
OTHERS = 4.
|
||||
CALL FUNCTION 'TR_TASK_RESET'
|
||||
EXPORTING
|
||||
iv_username = is_default_task-username
|
||||
iv_order = is_default_task-ordernum
|
||||
iv_task = is_default_task-tasknum
|
||||
iv_dialog = abap_false
|
||||
EXCEPTIONS
|
||||
invalid_username = 1
|
||||
invalid_order = 2
|
||||
invalid_task = 3
|
||||
OTHERS = 4.
|
||||
|
||||
IF sy-subrc <> 0.
|
||||
zcx_abapgit_exception=>raise( |Error from TR_TASK_RESET { sy-subrc }| ).
|
||||
ENDIF.
|
||||
IF sy-subrc <> 0.
|
||||
zcx_abapgit_exception=>raise( |Error from TR_TASK_RESET { sy-subrc }| ).
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user