Skip to content

Commit

Permalink
Improve error message for SUSH objects not being supported. (abapGit#…
Browse files Browse the repository at this point in the history
  • Loading branch information
00500500 authored Apr 19, 2024
1 parent 3bfb2be commit 6645fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/zcl_abapgit_object_sush.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ CLASS zcl_abapgit_object_sush IMPLEMENTATION.
CREATE DATA lr_data_head TYPE ('IF_SU22_ADT_OBJECT=>TS_SU2X_HEAD').

CATCH cx_sy_create_data_error.
zcx_abapgit_exception=>raise( |SUSH is not supported in your release| ).
zcx_abapgit_exception=>raise( |SUSH is not supported in your SAP release| ).
ENDTRY.

ENDMETHOD.
Expand Down

0 comments on commit 6645fce

Please sign in to comment.