An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ABAP Learning
![GitHub License](https://img.shields.io/github/license/Bechtle-AG/abap-learning?style=for-the-badge)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/Bechtle-AG/abap-learning?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/Bechtle-AG/abap-learning?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/Bechtle-AG/abap-learning?style=for-the-badge)

> 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