This repository contains my notes taken when learning ABAP at Exercism.
Link to all exercises: Exercism ABAP All exercises
Problem | File | Description |
---|---|---|
001_HelloWorld | 001_HelloWorld.abap | Code solution for Problem 1: Hello, World |
001_HelloWorld | 001_HelloWorld_JPN.abap | Code solution for Problem 1: Hello, World with comments in Japanese |
001_HelloWorld | 001_extra_syntax.md | Basic syntax of ABAP in Chinese |
001_HelloWorld | 001_extra_syntax.md | Basic syntax of ABAP in Japanese |
002_ITAB Basics | 002_ITAB_Basics_JPN.abap | Code solution for Problem 2: ITAB Basics with comments in Japanese |
003_ITAB Aggregation | 003_ITAB_Aggregation.abap | Code solution for Problem 3: ITAB Aggregation |
003_ITAB Aggregation | 003_ITAB_Aggregation.md | Code breakdown for 003_ITAB_Aggregation.abap in Chinese |
004_ITAB Combination | 004_ITAB_Combination.abap | Code solution for Problem 4: ITAB Combination |
004_ITAB Combination | 004_ITAB_Combination.md | Code breakdown for 004_ITAB_Combination.abap in Chinese |
005_ITAB Nesting | 005_ITAB_Nesting.abap | Code solution for Problem 5: ITAB Nesting with comments in English |
005_ITAB Nesting | 005_ITAB_Nesting.md | Code breakdown for 005_ITAB_Nesting.abap in Chinese |
006_Scrabble Score | 006_Scrabble_Score.abap | Code solution for Problem 6: Scrabble Score |
006_Scrabble Score | 006_Scrabble_Score.md | Code breakdown for 006_Scrabble_Score.abap in Chinese |
007_Two Fer | 007_Two_Fer.abap | Code solution for Problem 7: Two Fer |
007_Two Fer | 007_Two_Fer.md | Code breakdown for 007_Two_Fer.abap in Chinese |