Skip to content

Commit ed2c7d4

Browse files
authored
Update z2ui5_sql_cl_app_01.clas.abap
1 parent 5d88779 commit ed2c7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_sql_cl_app_01.clas.abap

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ CLASS Z2UI5_SQL_CL_APP_01 IMPLEMENTATION.
566566
TRY.
567567
DATA(lo_popup_range) = CAST z2ui5_cl_pop_get_range_m( client->get_app( client->get( )-s_draft-id_prev_app ) ).
568568
IF lo_popup_range->result( )-check_confirmed = abap_true.
569-
ms_draft-s_preview-t_filter = lo_popup_range->result( )-t_sql.
569+
ms_draft-s_preview-t_filter = lo_popup_range->result( )-t_filter.
570570
preview_on_filter( ).
571571
ENDIF.
572572
RETURN.

0 commit comments

Comments
 (0)