https://github.com/bechtle-ag/abap-learning
ABAP Learning
https://github.com/bechtle-ag/abap-learning
abap abap-development abaplint learning learning-exercises sap tutorial
Last synced: 4 months ago
JSON representation
ABAP Learning
- Host: GitHub
- URL: https://github.com/bechtle-ag/abap-learning
- Owner: Bechtle-AG
- License: cc0-1.0
- Created: 2024-08-16T07:09:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T08:26:32.000Z (5 months ago)
- Last Synced: 2025-01-30T12:48:05.238Z (4 months ago)
- Topics: abap, abap-development, abaplint, learning, learning-exercises, sap, tutorial
- Language: ABAP
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ABAP Learning



> In this repository, you will find exercises for the ABAP learning path.
## Prerequisites
- VS Code or Eclipse with a ABAP Server
### VS Code
VS Code
- [Standalone ABAP Development Extension Pack]
- node js
- clone this repository
- pnpm
```bash
npm install -g pnpm
```### Eclipse
Eclipse
- ADT (ABAP Development Tools)
## Exercises
> [!NOTE]
> You can find more exercises on the `exercism` platform. [Exercism ABAP](https://exercism.io/tracks/abap/exercises)- [Exercise 1: Selection Screen - Hello World]
- [Exercise 2: Selection Screen - Calculator]
- [Exercise 3: Dynpro - Calculator][Standalone ABAP Development Extension Pack]: https://marketplace.visualstudio.com/items?itemName=larshp.standalone-abap-development
[Exercise 1: Selection Screen - Hello World]: exercises/ex01/README.md
[Exercise 2: Selection Screen - Calculator]: exercises/ex02/README.md
[Exercise 3: Dynpro - Calculator]: exercises/ex03/README.md