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 2ca014b commit b486803Copy full SHA for b486803
src/z2ui5_cl_demo_app_212.clas.abap
@@ -19,7 +19,7 @@ CLASS z2ui5_cl_demo_app_212 DEFINITION
19
PROTECTED SECTION.
20
DATA mv_table TYPE string.
21
DATA mt_comp TYPE abap_component_tab.
22
- DATA mt_dfies TYPE z2ui5_cl_util=>ty_t_dfies.
+ DATA mt_dfies TYPE z2ui5_cl_util_ext=>ty_t_dfies.
23
DATA client TYPE REF TO z2ui5_if_client.
24
25
@@ -115,7 +115,7 @@ CLASS z2ui5_cl_demo_app_212 IMPLEMENTATION.
115
116
METHOD get_dfies.
117
118
- mt_dfies = z2ui5_cl_util=>rtti_get_t_dfies_by_table_name( mv_table ).
+ mt_dfies = z2ui5_cl_util_ext=>rtti_get_t_dfies_by_table_name( mv_table ).
119
120
ENDMETHOD.
121
0 commit comments