Skip to content

Commit 21f806b

Browse files
authored
Update README.md
1 parent abb3578 commit 21f806b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# abap2UI5-btp_proxy_kpi
2-
🚧 work in progress 🚧
3-
<br><br>
4-
Find a way to send KPIs from ABAP to BTP. <br>
5-
Maintain KPIs for abap2UI5 apps integrated in SAP Build Workzone Launchpad Service.
6-
<br><br>
72
_Running into problems or found a bug? Create an issue [**here**](https://github.com/abap2UI5/abap2UI5/issues)_
3+
4+
#### Key Features
5+
* KPI Connector: Send KPIs of your abap2UI5 Apps to SAP Fiori Launchpad
6+
* User-Friendly: Implement just a single method and return the desired value
7+
* Project Consistency: Easily integrable with your abap2UI5 apps
8+
* Compatibility: Runs with SAP Netweaver (v.7.30 or higher) or S/4 Private (Standard ABAP)
9+
810
<br>
11+
#### Functionality
912
<img width="1502" alt="Screenshot 2024-06-05 at 17 26 06" src="https://github.com/abap2UI5/abap2UI5-connector_launchpad_kpi/assets/102328295/52c82ade-0325-4402-9620-292fbc6de721">
1013
[LINK](https://excalidraw.com/#json=ZkShohIKvXiVa7MrLghOb,JGduCresBjsHfGtg7GthMg)
1114
<br>
12-
#### Approach / First Idea:
15+
#### Approach:
1316
(1/3) Use a single Interface:
1417
```abap
1518
INTERFACE z2ui5_if_proxy_kpi
@@ -82,3 +85,5 @@ ENDCLASS.
8285
8386
ENDMETHOD.
8487
```
88+
89+
#### Installation

0 commit comments

Comments
 (0)