mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
unit tests (#244)
* unit tests * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
This commit is contained in:
parent
9f2f0dbbcf
commit
0f6010fe1f
|
@ -1,6 +1,5 @@
|
||||||
# abap2UI5
|
# abap2UI5
|
||||||
Developing UI5 Apps in pure ABAP. Follow this project on [Twitter](https://twitter.com/OblomovDev)
|
Developing UI5 Apps in pure ABAP - follow this project on [twitter](https://twitter.com/OblomovDev) to keep up to date and check out the demo [repository.](https://github.com/oblomov-dev/abap2UI5-demos)
|
||||||
to keep up to date!
|
|
||||||
#### Features
|
#### Features
|
||||||
* easy to use – implement just one interface for a standalone UI5 application
|
* easy to use – implement just one interface for a standalone UI5 application
|
||||||
* pure ABAP – development using 100% ABAP (no JavaScript, DDL, EML or Customizing)
|
* pure ABAP – development using 100% ABAP (no JavaScript, DDL, EML or Customizing)
|
||||||
|
@ -14,7 +13,7 @@ Developing UI5 Apps in pure ABAP. Follow this project on [Twitter](https://twitt
|
||||||
* S/4 Public Cloud ABAP Environment (ABAP for Cloud)
|
* S/4 Public Cloud ABAP Environment (ABAP for Cloud)
|
||||||
* S/4 Private Cloud or On-Premise (ABAP for Cloud, Standard ABAP)
|
* S/4 Private Cloud or On-Premise (ABAP for Cloud, Standard ABAP)
|
||||||
* R/3 NetWeaver AS ABAP 7.50 or higher (Standard ABAP)
|
* R/3 NetWeaver AS ABAP 7.50 or higher (Standard ABAP)
|
||||||
* R/3 NetWeaver AS ABAP 7.02 to 7.42 - use the [low syntax branch](https://github.com/oblomov-dev/ABAP2UI5/tree/main_v702)
|
* R/3 NetWeaver AS ABAP 7.02 to 7.42 - use the [downport branch](https://github.com/oblomov-dev/abap2UI5/blob/main_downport)
|
||||||
|
|
||||||
#### Information (Blog Series)
|
#### Information (Blog Series)
|
||||||
1. Introduction: Developing UI5 Apps in pure ABAP [(Blog SCN - 22.02.2023)](https://blogs.sap.com/2023/02/22/abap2ui5-development-of-ui5-apps-in-pure-abap-1-3/)<br>
|
1. Introduction: Developing UI5 Apps in pure ABAP [(Blog SCN - 22.02.2023)](https://blogs.sap.com/2023/02/22/abap2ui5-development-of-ui5-apps-in-pure-abap-1-3/)<br>
|
||||||
|
|
|
@ -28,6 +28,7 @@ CLASS z2ui5_cl_http_handler DEFINITION
|
||||||
RETURNING
|
RETURNING
|
||||||
VALUE(result) TYPE string.
|
VALUE(result) TYPE string.
|
||||||
|
|
||||||
|
|
||||||
PROTECTED SECTION.
|
PROTECTED SECTION.
|
||||||
PRIVATE SECTION.
|
PRIVATE SECTION.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user