Skip to content

Commit 8bdcad3

Browse files
committed
Fix class name mismatches in hello_world.md and launchpad.md
- hello_world.md: Text referenced Z2UI5_CL_APP_HELLO_WORLD but code defines zcl_app_hello_world, aligned to ZCL_APP_HELLO_WORLD - launchpad.md: OData URL filter referenced z2ui5_cl_proxy_kpi_hello_world but code defines z2ui5_cl_lp_kpi_hello_world, aligned to match https://claude.ai/code/session_01AaA4EMw83KMzGP6kaDZPJU
1 parent ee9bd40 commit 8bdcad3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration/launchpad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ ENDCLASS.
9797
```
9898
(3/3) A generic OData service takes care of everything else (which just returns n dummy entries). Just maintain the KPI at the Launchpad with the following endpoint:
9999
```
100-
.../sap/opu/odata/sap/Z2UI5_PROXY_KPI_SRV/ENTITYCollection/$count?$filter=CLASS eq 'z2ui5_cl_proxy_kpi_hello_world'
100+
.../sap/opu/odata/sap/Z2UI5_PROXY_KPI_SRV/ENTITYCollection/$count?$filter=CLASS eq 'z2ui5_cl_lp_kpi_hello_world'
101101
```

docs/get_started/hello_world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CLASS zcl_app_hello_world IMPLEMENTATION.
2121
ENDMETHOD.
2222
ENDCLASS.
2323
```
24-
Head back to the landing page in your browser and enter `Z2UI5_CL_APP_HELLO_WORLD` to launch your app.
24+
Head back to the landing page in your browser and enter `ZCL_APP_HELLO_WORLD` to launch your app.
2525

2626
### View Display
2727
Now let's add a view to display a simple text:

0 commit comments

Comments
 (0)