You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/LEARNING.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,22 @@
2
2
3
3
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:
4
4
5
+
* SAP Learning Journey [Get Started with ABAP Programming](https://learning.sap.com/learning-journey/get-started-with-abap-programming-on-sap-btp)
5
6
*[ABAP for Newbies Community](https://community.sap.com/topics/abap/abap-for-newbies)
6
7
*[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.
Copy file name to clipboardExpand all lines: docs/RESOURCES.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,21 @@
5
5
*[ABAP Language Documentation](https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm)
6
6
*[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)
7
7
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
+
8
12
## Tutorials
9
13
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)
11
15
12
16
## Training
13
17
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)
15
19
*[SAP Learning Journey and Certification](https://training.sap.com/trainingpath/Database+&+Technology-Development-ABAP+Core) (paid)
0 commit comments