We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d88779 commit ed2c7d4Copy full SHA for ed2c7d4
src/z2ui5_sql_cl_app_01.clas.abap
@@ -566,7 +566,7 @@ CLASS Z2UI5_SQL_CL_APP_01 IMPLEMENTATION.
566
TRY.
567
DATA(lo_popup_range) = CAST z2ui5_cl_pop_get_range_m( client->get_app( client->get( )-s_draft-id_prev_app ) ).
568
IF lo_popup_range->result( )-check_confirmed = abap_true.
569
- ms_draft-s_preview-t_filter = lo_popup_range->result( )-t_sql.
+ ms_draft-s_preview-t_filter = lo_popup_range->result( )-t_filter.
570
preview_on_filter( ).
571
ENDIF.
572
RETURN.
0 commit comments