Skip to content

Commit 34507d4

Browse files
Update src/z2ui5_cl_demo_app_211.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
1 parent 74b5a9f commit 34507d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/z2ui5_cl_demo_app_211.clas.abap

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ CLASS Z2UI5_CL_DEMO_APP_211 IMPLEMENTATION.
5454

5555
FIELD-SYMBOLS <table> TYPE ANY TABLE.
5656

57-
CHECK tabname IS NOT INITIAL.
57+
IF NOT ame IS NOT INITIAL.
58+
RETURN.
59+
ENDIF.
5860

5961
TRY.
6062

0 commit comments

Comments
 (0)