mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 00:16:36 +08:00
Update README.md
This commit is contained in:
parent
b6260d6b29
commit
e812cf8ef4
10
README.md
10
README.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Development of UI5 Apps in pure ABAP. Follow this project on [twitter](https://twitter.com/OblomovDev) to keep up to date!
|
Development of UI5 Apps in pure ABAP. Follow this project on [twitter](https://twitter.com/OblomovDev) to keep up to date!
|
||||||
|
|
||||||
### Project Features
|
## Project 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 in 100% ABAP source code (no JavaScript, DDL, EML or Customizing)
|
* pure ABAP – development in 100% ABAP source code (no JavaScript, DDL, EML or Customizing)
|
||||||
* low system footprint - based on a plain http handler (no BSP, OData, CDS, BOPF, FE or RAP)
|
* low system footprint - based on a plain http handler (no BSP, OData, CDS, BOPF, FE or RAP)
|
||||||
|
@ -26,7 +26,7 @@ Development of UI5 Apps in pure ABAP. Follow this project on [twitter](https://t
|
||||||
### Demo [(Example)](https://github.com/oblomov-dev/ABAP2UI5/blob/main/src/00/z2ui5_cl_app_demo_01.clas.abap)
|
### Demo [(Example)](https://github.com/oblomov-dev/ABAP2UI5/blob/main/src/00/z2ui5_cl_app_demo_01.clas.abap)
|
||||||

|

|
||||||
|
|
||||||
### Installation
|
## Installation
|
||||||
Works with all available ABAP stacks and language versions:
|
Works with all available ABAP stacks and language versions:
|
||||||
* BTP ABAP Environment (ABAP for Cloud)
|
* BTP ABAP Environment (ABAP for Cloud)
|
||||||
* S/4 Public Cloud ABAP Environment (ABAP for Cloud)
|
* S/4 Public Cloud ABAP Environment (ABAP for Cloud)
|
||||||
|
@ -36,7 +36,7 @@ Works with all available ABAP stacks and language versions:
|
||||||
|
|
||||||
Install with [abapGit](https://abapgit.org), create a new HTTP service and call abap2UI5 [(more information)](https://github.com/oblomov-dev/abap2ui5/wiki):
|
Install with [abapGit](https://abapgit.org), create a new HTTP service and call abap2UI5 [(more information)](https://github.com/oblomov-dev/abap2ui5/wiki):
|
||||||
|
|
||||||
#### ABAP for Cloud:
|
##### ABAP for Cloud:
|
||||||
```abap
|
```abap
|
||||||
METHOD if_http_service_extension~handle_request.
|
METHOD if_http_service_extension~handle_request.
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ METHOD if_http_service_extension~handle_request.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Standard ABAP:
|
##### Standard ABAP:
|
||||||
```abap
|
```abap
|
||||||
METHOD if_http_extension~handle_request.
|
METHOD if_http_extension~handle_request.
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ ENDMETHOD.
|
||||||
### Setup
|
### Setup
|
||||||
Change the theme, UI5 repository, browser title - check the [wiki.](https://github.com/oblomov-dev/abap2ui5/wiki)
|
Change the theme, UI5 repository, browser title - check the [wiki.](https://github.com/oblomov-dev/abap2ui5/wiki)
|
||||||
|
|
||||||
### FAQ
|
## FAQ
|
||||||
* read these [instructions](https://github.com/oblomov-dev/ABAP2UI5/wiki/First-App) when you develop your first app<br>
|
* read these [instructions](https://github.com/oblomov-dev/ABAP2UI5/wiki/First-App) when you develop your first app<br>
|
||||||
* running into problems with your app? see [debugging & troubleshooting](https://github.com/oblomov-dev/ABAP2UI5/wiki/Debugging-&-Troubleshooting)
|
* running into problems with your app? see [debugging & troubleshooting](https://github.com/oblomov-dev/ABAP2UI5/wiki/Debugging-&-Troubleshooting)
|
||||||
* as always - your comments, questions, wishes and bugs are welcome, please create an [issue](https://github.com/oblomov-dev/ABAP2UI5/issues)
|
* as always - your comments, questions, wishes and bugs are welcome, please create an [issue](https://github.com/oblomov-dev/ABAP2UI5/issues)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user