Skip to content

Commit d5f7b4b

Browse files
authored
Docs: Add SAP Learning Journey (#164)
* Docs: Add Learning Journey * Docs: Add SAP Learning Journey * Update LEARNING.md
1 parent 730a5e5 commit d5f7b4b

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

docs/LEARNING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,22 @@
22

33
Exercism provides exercises and feedback but can be difficult to jump into for those learning ABAP for the first time. These free resources can help you get started:
44

5+
* SAP Learning Journey [Get Started with ABAP Programming](https://learning.sap.com/learning-journey/get-started-with-abap-programming-on-sap-btp)
56
* [ABAP for Newbies Community](https://community.sap.com/topics/abap/abap-for-newbies)
67
* [ABAP Language Documentation](https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm)
8+
9+
If you are new to ABAP, we recommend completing the following units of the SAP Learning Journey:
10+
11+
- Getting Started
12+
- ABAP Language Basics
13+
- Local Classes
14+
15+
After that, you will be ready to solve ABAP exercises on Exercism.
16+
17+
If you get to more complex exercises, we suggest going through the following units as well:
18+
19+
- Structures
20+
- Complex Internal Tables
21+
22+
These topics might be helpful for solving more difficult exercises on Exercism.
23+

docs/RESOURCES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@
55
* [ABAP Language Documentation](https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm)
66
* [Clean ABAP Guidelines](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md) and [cheat-sheet](https://github.com/SAP/styleguides/blob/main/clean-abap/cheat-sheet/CheatSheet.md)
77

8+
## Learning
9+
10+
* SAP Learning Journey: [Get Started with ABAP Programming](https://learning.sap.com/learning-journey/get-started-with-abap-programming-on-sap-btp) (free)
11+
812
## Tutorials
913

10-
* [ABAP Platform for Developers](https://developers.sap.com/topics/abap-platform.html)
14+
* [ABAP Platform for Developers](https://developers.sap.com/topics/abap-platform.html) (free)
1115

1216
## Training
1317

14-
* Free online classes at [openSAP](https://open.sap.com/courses?q=abap) in particular [Writing Testable Code in ABAP](https://open.sap.com/courses/wtc1)
18+
* Free online classes at [openSAP](https://open.sap.com/courses?q=abap) in particular [Writing Testable Code in ABAP](https://open.sap.com/courses/wtc1) (free)
1519
* [SAP Learning Journey and Certification](https://training.sap.com/trainingpath/Database+&+Technology-Development-ABAP+Core) (paid)
1620
* [ABAP Academy](https://abapacademy.com/) (paid)
1721

1822
## Open Source ABAP
23+
1924
* [abapGit](https://abapgit.org)
20-
* [dotabap.org](https://dotabap.org)
25+
* [dotabap.org](https://dotabap.org)

0 commit comments

Comments
 (0)