Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Feb 28, 2024
1 parent 85643d4 commit 71ef8ff
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/z2ui5_cl_demo_app_059.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENDCLASS.



CLASS Z2UI5_CL_DEMO_APP_059 IMPLEMENTATION.
CLASS z2ui5_cl_demo_app_059 IMPLEMENTATION.


METHOD z2ui5_if_app~main.
Expand Down Expand Up @@ -94,10 +94,6 @@ CLASS Z2UI5_CL_DEMO_APP_059 IMPLEMENTATION.
RETURN.
ENDIF.

if mv_search_value = `ta`.
data(dummy) = ``.
endif.

LOOP AT mt_table REFERENCE INTO DATA(lr_row).
DATA(lv_row) = ``.
DATA(lv_index) = 1.
Expand Down Expand Up @@ -127,11 +123,12 @@ CLASS Z2UI5_CL_DEMO_APP_059 IMPLEMENTATION.
navbuttonpress = client->_event( 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL ) ).

data(ls_cnt) = value z2ui5_if_types=>ty_s_event_control( check_allow_multi_req = abap_true ).
DATA(lo_box) = page1->vbox( )->text( `Search` )->search_field(
livechange = client->_event(
val = 'BUTTON_SEARCH'
t_arg = VALUE #( ( `${$source>/value}` ) )
s_cnt = VALUE #( check_allow_multi_req = abap_true )
s_cnt = ls_cnt
)
width = `17.5rem` ).

Expand Down

0 comments on commit 71ef8ff

Please sign in to comment.