Skip to content

Commit bfa29e3

Browse files
committed
update url
1 parent cb3600b commit bfa29e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/z2ui5_cl_lp_kpi_hello_world.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ CLASS z2ui5_cl_lp_kpi_hello_world IMPLEMENTATION.
1818
METHOD z2ui5_if_lp_kpi~count.
1919

2020
"way1 - simple version, just use the classname
21-
"https://<<system>>/sap/opu/odata/sap/Z2UI5_PROXY_KPI_SRV/ENTITYCollection/$count?$filter=CLASS eq 'z2ui5_cl_proxy_kpi_hello_world'
21+
"https://<<system>>/sap/opu/odata/sap/Z2UI5_PROXY_KPI_SRV/ENTITYCollection/$count?$filter=CLASS eq 'z2ui5_cl_lp_kpi_hello_world'
2222
result = 12.
2323

2424

2525
"way2 - use the importing parameter for different calculations and results
26-
"https://<<system>>/sap/opu/odata/sap/Z2UI5_PROXY_KPI_SRV/ENTITYCollection/$count?$filter=CLASS eq 'z2ui5_cl_proxy_kpi_hello_world' and FILTER eq '{ "PROP1" : "B", "PROP2" : "VAL2" }'
26+
"https://<<system>>/sap/opu/odata/sap/Z2UI5_PROXY_KPI_SRV/ENTITYCollection/$count?$filter=CLASS eq 'z2ui5_cl_lp_kpi_hello_world' and FILTER eq '{ "PROP1" : "B", "PROP2" : "VAL2" }'
2727
TRY.
2828
DATA lr_val TYPE REF TO data.
2929
/ui2/cl_json=>deserialize(

0 commit comments

Comments
 (0)