Skip to content

Commit bfad1b7

Browse files
authored
Update README.md
1 parent 413aacf commit bfad1b7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Features
66
* Project Consistency: Easily integrable with your abap2UI5 apps
77
* Compatibility: Runs with SAP Netweaver (v.7.30 or higher) or S/4 Private (Standard ABAP)
88

9-
109
### Usage
11-
1. Use a single Interface:
10+
1. The launchpad-kpi addons can be accesd via a single interface and method:
1211
```abap
1312
INTERFACE z2ui5_if_lp_kpi
1413
PUBLIC.
@@ -21,7 +20,7 @@ INTERFACE z2ui5_if_lp_kpi
2120
2221
ENDINTERFACE.
2322
```
24-
2. Which can be used on app level to return KPIs:
23+
2. Include it into you app to return KPIs as shown here:
2524
```abap
2625
CLASS z2ui5_cl_lp_kpi_hello_world DEFINITION
2726
PUBLIC
@@ -60,10 +59,8 @@ ENDCLASS.
6059
###### Preview
6160
<img width="621" alt="Pasted Graphic 3" src="https://github.com/abap2UI5/abap2UI5-connector_launchpad_kpi/assets/102328295/1b24c31e-5570-4324-92d0-5db915394ceb">
6261

63-
64-
65-
### Installation
66-
[**Guideline**](https://www.linkedin.com/pulse/abap2ui5-host-your-apps-sap-fiori-launchpad-33-kpis-abap2ui5-uuxxe/)
62+
### Limitations & To-Do
63+
* Implement and CDS/SADL bases OData Service for `ABAP for Cloud` compatibility
6764

6865
### Issues
6966
For bug reports or feature requests, please open an issue in the [abap2UI5 repository.](https://github.com/abap2UI5/abap2UI5/issues)

0 commit comments

Comments
 (0)