mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
perf test, dont look for current package (#4642)
the user can input the package anyhow decouples the perf test option from gui #4639, plus will make it easier to implement #4641
This commit is contained in:
parent
16ca0fef77
commit
5a121a2174
|
@ -29,7 +29,7 @@ ENDCLASS.
|
|||
|
||||
|
||||
|
||||
CLASS zcl_abapgit_services_basis IMPLEMENTATION.
|
||||
CLASS ZCL_ABAPGIT_SERVICES_BASIS IMPLEMENTATION.
|
||||
|
||||
|
||||
METHOD create_package.
|
||||
|
@ -128,18 +128,10 @@ CLASS zcl_abapgit_services_basis IMPLEMENTATION.
|
|||
lt_result TYPE zcl_abapgit_performance_test=>ty_results,
|
||||
lo_alv TYPE REF TO cl_salv_table,
|
||||
lx_salv_error TYPE REF TO cx_salv_error,
|
||||
lv_current_repo TYPE zif_abapgit_persistence=>ty_value,
|
||||
lo_runtime_column TYPE REF TO cl_salv_column,
|
||||
lo_seconds_column TYPE REF TO cl_salv_column,
|
||||
li_popups TYPE REF TO zif_abapgit_popups.
|
||||
|
||||
TRY.
|
||||
lv_current_repo = zcl_abapgit_persistence_user=>get_instance( )->get_repo_show( ).
|
||||
IF lv_current_repo IS NOT INITIAL.
|
||||
lv_package = zcl_abapgit_repo_srv=>get_instance( )->get( lv_current_repo )->get_package( ).
|
||||
ENDIF.
|
||||
CATCH zcx_abapgit_exception ##NO_HANDLER.
|
||||
ENDTRY.
|
||||
|
||||
li_popups = zcl_abapgit_ui_factory=>get_popups( ).
|
||||
li_popups->popup_perf_test_parameters(
|
||||
|
|
Loading…
Reference in New Issue
Block a user