Skip to content

Commit 8ff0d72

Browse files
authored
Update README.md
1 parent bfad1b7 commit 8ff0d72

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

README.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
# launchpad-kpi
22

3-
Features
3+
#### Key Features
44
* KPI Connector: Send KPIs of your abap2UI5 Apps to SAP Fiori Launchpad
55
* User-Friendly: Implement just a single interface and method to return the KPI value
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+
#### Compatibility
10+
* S/4 Private Cloud or On-Premise (Standard ABAP)
11+
* R/3 NetWeaver AS ABAP 7.50 or higher (Standard ABAP)
12+
13+
#### Dependencies
14+
* [abap2UI5](https://github.com/abap2UI5/abap2UI5)
15+
16+
#### Limitations & Todo
17+
* Implement and CDS/SADL bases OData Service for `ABAP for Cloud` compatibility
18+
19+
#### Demo
20+
###### Idea
21+
<img width="700" alt="image" src="https://github.com/abap2UI5/abap2UI5-connector_launchpad_kpi/assets/102328295/c7db9e46-6876-40d8-a632-be79e2fbcb91">
22+
23+
###### Preview
24+
<img width="621" alt="Pasted Graphic 3" src="https://github.com/abap2UI5/abap2UI5-connector_launchpad_kpi/assets/102328295/1b24c31e-5570-4324-92d0-5db915394ceb">
25+
26+
927
### Usage
1028
1. The launchpad-kpi addons can be accesd via a single interface and method:
1129
```abap
@@ -50,17 +68,5 @@ ENDCLASS.
5068
3. Maintain the KPI at the Launchpad with the following endpoint:
5169
`.../sap/opu/odata/sap/Z2UI5_PROXY_KPI_SRV/ENTITYCollection/$count?$filter=CLASS eq 'z2ui5_cl_proxy_kpi_hello_world'`
5270

53-
54-
### Concept
55-
56-
###### Idea
57-
<img width="700" alt="image" src="https://github.com/abap2UI5/abap2UI5-connector_launchpad_kpi/assets/102328295/c7db9e46-6876-40d8-a632-be79e2fbcb91">
58-
59-
###### Preview
60-
<img width="621" alt="Pasted Graphic 3" src="https://github.com/abap2UI5/abap2UI5-connector_launchpad_kpi/assets/102328295/1b24c31e-5570-4324-92d0-5db915394ceb">
61-
62-
### Limitations & To-Do
63-
* Implement and CDS/SADL bases OData Service for `ABAP for Cloud` compatibility
64-
65-
### Issues
66-
For bug reports or feature requests, please open an issue in the [abap2UI5 repository.](https://github.com/abap2UI5/abap2UI5/issues)
71+
#### Contribution & Support
72+
Pull requests are welcome! Whether you're fixing bugs, adding new functionality, or improving documentation, your contributions are highly appreciated. 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)