Skip to content

Commit 3e5c762

Browse files
authored
moving gui stuff (#869)
1 parent 563b3d0 commit 3e5c762

31 files changed

+10
-893
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ For use with latest https://github.com/abaplint/transpiler
66

77
## Contributing
88

9-
- To ensure the stuff works you need to have [nodejs](https://nodejs.org/) installed
9+
- To ensure the stuff works you need to have [nodejs](https://nodejs.org) installed
1010
- run `npm install`
11-
- to run linter - `npm run lint`
12-
- to run tests - `npm run unit`
13-
- to run all together - `npm test` (please beware that both linter and test should pass for PR to be accepted)
11+
- run `npm test` (please beware that tests must pass for PR to be accepted)
1412
- to add new functionality please cover it with unit tests appropriately
1513

16-
For example [cl_abap_datfm.clas.abap](./src/date_time/cl_abap_datfm.clas.abap) implements the `cl_abap_datfm` class. The [cl_abap_datfm.clas.testclasses.abap](./src/date_time/cl_abap_datfm.clas.testclasses.abap) defined unit tests for it. So all like in real ABAP :)
14+
## Add-ons
15+
16+
* [open-abap-gui](https://github.com/open-abap/open-abap-gui) SAP GUI related classes/functionality
17+
* [open-abap-odata](https://github.com/open-abap/open-abap-odata) OData/Gateway shims
18+
* [open-abap-bal](https://github.com/open-abap/open-abap-bal) BAL logging
19+
* [shims-rfc](https://github.com/open-abap/shims-rfc) Shims for tRFC + qRFC + bgRFC

src/gui/cl_demo_output.clas.abap renamed to src/cl_demo_output.clas.abap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ CLASS cl_demo_output DEFINITION PUBLIC.
44
IMPORTING
55
data TYPE any
66
name TYPE string OPTIONAL.
7+
78
CLASS-METHODS clear.
9+
810
CLASS-METHODS display
911
IMPORTING
1012
data TYPE any OPTIONAL

src/gui/cl_gui_cfw.clas.abap

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/gui/cl_gui_cfw.clas.testclasses.abap

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/gui/cl_gui_container.clas.abap

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/gui/cl_gui_frontend_services.clas.abap

Lines changed: 0 additions & 238 deletions
This file was deleted.

src/gui/cl_progress_indicator.clas.abap

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/gui/cl_salv_aggregations.clas.abap

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)