We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026aac1 commit d8dcc51Copy full SHA for d8dcc51
src/z2ui5_sql_cl_app_01.clas.abap
@@ -233,7 +233,7 @@ CLASS Z2UI5_SQL_CL_APP_01 IMPLEMENTATION.
233
ASSIGN ms_draft-s_preview-tab->* TO <tab2>.
234
IF sy-subrc = 0.
235
client->_bind_clear( `MS_DRAFT-S_PREVIEW-TAB->*` ).
236
- client->_bind_clear( `MT_COLUMN_CONFIG` ). "feng add for bug
+ client->_bind_clear( `MT_COLUMN_CONFIG` ). "feng add for bug
237
CLEAR ms_draft-s_preview-tab.
238
ENDIF.
239
0 commit comments