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 ab519a7 commit 11b89fbCopy full SHA for 11b89fb
src/z2ui5_sql_cl_history_api.clas.abap
@@ -86,7 +86,7 @@ CLASS z2ui5_sql_cl_history_api IMPLEMENTATION.
86
87
METHOD db_read_by_id.
88
89
- SELECT single FROM z2ui5_sql_t_01
+ SELECT SINGLE FROM z2ui5_sql_t_01
90
FIELDS *
91
WHERE uuid = @val
92
INTO CORRESPONDING FIELDS OF @result.
0 commit comments