Closed nomssi closed 1 year ago
In unit test method TEST_APP_DEEP_DATA( ) of class Z2UI5_CL_HTTP_HANDLER, the field symbol must be defined as
FIELD-SYMBOLS <row> TYPE REF TO data.
on lower releases, or a syntax error occurs.
guess https://github.com/oblomov-dev/abap2UI5/blob/main/src/z2ui5_cl_http_handler.clas.testclasses.abap#L783
ah interesting, fixed now:
In unit test method TEST_APP_DEEP_DATA( ) of class Z2UI5_CL_HTTP_HANDLER, the field symbol must be defined as
on lower releases, or a syntax error occurs.