Skip to content

Commit 222eed5

Browse files
authored
fix
1 parent 36e3e0b commit 222eed5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/get_started/quickstart.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install [abap2UI5](https://github.com/abap2UI5/abap2UI5) with [abapGit:](https:/
1515
:::
1616

1717

18-
### 2. Create HTTP Handler
18+
### 2. Create HTTP Handler & Service
1919
Create a new package and define a new HTTP handler class:
2020

2121
::: code-group
@@ -47,8 +47,7 @@ ENDCLASS.
4747
```
4848
:::
4949

50-
### 3. Create HTTP Service
51-
Use the transaction SICF to create a new HTTP service with the handler above:
50+
Next use the transaction SICF to create a new HTTP service with the handler above:
5251

5352
![395892553-dd699c28-1b4e-4751-a049-0f01962a70ae](https://github.com/user-attachments/assets/b76d9459-79be-40e1-a00e-b4e8cbbab9d4) <br>
5453
![alt text](image-5.png)
@@ -59,16 +58,16 @@ For ABAP Cloud environments, follow [this guide.](https://developers.sap.com/tut
5958
:::
6059

6160
::: tip Security
62-
This project communicates solely with the HTTP service you define, giving you complete control over accessibility, authentication, and other security aspects.
61+
abap2UI5 communicates solely with the HTTP service you define, giving you complete control over accessibility, authentication, and other security aspects.
6362
:::
6463

65-
### 4. Initial Launch
64+
### 3. Initial Launch
6665
Now open the HTTP endpoint in your web browser:
6766
<img width="800" alt="image" src="https://github.com/user-attachments/assets/c8962298-068d-4efb-a853-c44a9b9cda56">
6867
Press `check` and launch the test app. That's it! You're ready to create your own abap2UI5 apps – just create a new class and start coding.
6968

7069

71-
### 5. Your First App
70+
### 4. Your First App
7271
Next, create a new class in your system:
7372
```abap
7473
CLASS zcl_my_app DEFINITION PUBLIC.

0 commit comments

Comments
 (0)