File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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
1312INTERFACE z2ui5_if_lp_kpi
1413 PUBLIC.
@@ -21,7 +20,7 @@ INTERFACE z2ui5_if_lp_kpi
2120
2221ENDINTERFACE.
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
2625CLASS 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
6966For bug reports or feature requests, please open an issue in the [ abap2UI5 repository.] ( https://github.com/abap2UI5/abap2UI5/issues )
You can’t perform that action at this time.
0 commit comments