Skip to content

Commit e8b9387

Browse files
authored
Update README.md
1 parent 537b612 commit e8b9387

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ INTERFACE z2ui5_if_lp_kpi
2121
2222
METHODS count
2323
IMPORTING
24-
filter TYPE string
24+
filter TYPE string
2525
RETURNING
2626
VALUE(result) TYPE i.
2727
@@ -39,13 +39,12 @@ CLASS z2ui5_cl_lp_kpi_hello_world DEFINITION
3939
INTERFACES z2ui5_if_app.
4040
4141
ENDCLASS.
42+
4243
CLASS z2ui5_cl_proxy_kpi_hello_world IMPLEMENTATION.
4344
4445
METHOD z2ui5_if_lp_kpi~count.
45-
4646
"kpi calculation....
4747
result = 11.
48-
4948
ENDMETHOD.
5049
5150
METHOD z2ui5_if_app~main.

0 commit comments

Comments
 (0)