Skip to content

Commit a3784b8

Browse files
Deleting unnecessary code from Demo 214 (#256)
1 parent ee5f3e2 commit a3784b8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/z2ui5_cl_demo_app_214.clas.abap

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,8 @@ class z2ui5_cl_demo_app_214 definition
44

55
public section.
66

7-
interfaces IF_SERIALIZABLE_OBJECT .
87
interfaces Z2UI5_IF_APP .
98

10-
data:
11-
BEGIN OF screen,
12-
input1 TYPE string,
13-
input2 TYPE string,
14-
input3 TYPE string,
15-
END OF screen .
169
data CHECK_INITIALIZED type ABAP_BOOL .
1710
PROTECTED SECTION.
1811

0 commit comments

Comments
 (0)