CLAS: Avoid popups in lower releases (#6709)

This commit is contained in:
Marc Bernard 2023-12-20 13:37:00 -05:00 committed by GitHub
parent 1059db6cc9
commit 1ddb7f0db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,6 +337,12 @@ CLASS zcl_abapgit_object_clas IMPLEMENTATION.
set_abap_language_version( CHANGING cv_abap_language_version = ls_vseoclass-unicode ).
IF ls_vseoclass-category = '40'.
" In lower releases, creating exception classes raise a popup asking for package
" To avoid this, we set the default package here
set_default_package( iv_package ).
ENDIF.
mi_object_oriented_object_fct->create(
EXPORTING
iv_check = abap_false