Skip to content

Commit

Permalink
Static Value Helps: frontend part abap-api-tools result table
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Mar 24, 2021
1 parent 481cd8f commit aa2cb2b
Show file tree
Hide file tree
Showing 9 changed files with 1,186 additions and 815 deletions.
5 changes: 2 additions & 3 deletions abap-api-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
CLI tool for [conventions' based applications](https://github.com/SAP/fundamental-tools/blob/main/doc/app.md)

- BAPI/RFM call templates ([What is BAPI/RFM?](https://sap.github.io/cloud-sdk/docs/java/features/bapi-and-rfc/bapi-and-rfc-overview/))
- Ui components with ABAP annotations:
- Ui components with ABAP annotations
- [Aurelia](http://aurelia.io/)
- Angular, React and Vue by [SAP Fundamenal Library](https://sap.github.io/fundamental/)
- Angular, React and Vue by [Microsoft FAST](https://www.fast.design/docs/introduction/)
- UI5 web components for [React](https://sap.github.io/ui5-webcomponents-react/?path=/story/getting-started--page)
- [Value Helps](https://github.com/SAP/fundamental-tools/blob/main/abap-value-help/README.md)
- Custom configurations, open for integration
- Minimalistic, unobtrusive, powerful
- [Conventions' based app](https://github.com/SAP/fundamental-tools/blob/main/doc/app.md)

:gift: Generic Value Helps: [abap-value-help](https://github.com/SAP/fundamental-tools/blob/main/abap-value-help/README.md)

## Content<!-- omit in toc -->

- [Installation](#installation)
Expand Down
1,334 changes: 827 additions & 507 deletions abap-api-tools/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions abap-api-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abap-api-tools",
"description": "ABAP api tools",
"version": "2.1.0",
"version": "2.2.0",
"homepage": "https://github.com/sap/fundamental-tools",
"author": "SAP",
"license": "Apache-2.0",
Expand Down Expand Up @@ -55,13 +55,13 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"@types/node": "^14.14.28",
"@types/node": "^14.14.35",
"@types/sprintf-js": "^1.1.2",
"@types/yargs": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"jest": "^26.6.3",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
}
}
4 changes: 4 additions & 0 deletions abap-api-tools/src/ts/alpha.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2014 SAP SE Srdjan Boskovic <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

import { RfcStructure } from "node-rfc";

export type AlphaCatalogType = {
Expand Down
Loading

0 comments on commit aa2cb2b

Please sign in to comment.