Hello Experts!
Today I'll introduce my challenge #365daysABAP.I also give my impression and share some tips from the challenge.
Actually,I have just started my ABAP studying about 2 years ago.I didn't know about ABAP as a Object Oriented Programming Language before I join SAP Japan.
I want review the classic ABAP,and earn skils for Modern ABAP so started tweeting in Japanese with
#365daysABAP tag on my twitter from 01/01/2020.
This is my first tweet for #365daysABAP.
【What is ABAP】
Advanced
Business
Application
Programming
It's a high-level programming language used on Developing SAP System.
It seems that look like a procedural language like classic COBOL syntax + Visual Basic,but It can be used as an object-oriented language like Java.Caution that if you do not write in OOABAP, you will get told off by ABAP god.
#365daysABAP
When I tweet those, Experts on twitter help my understanding.
The difference for SAP QA is that the conversation continues to other technical topics,it expands my view not only for ABAP but also Basis or other language
🙂
I'll give you some tips to learning ABAP which i earn through my challenge.
Youtube by Thomas Jung
https://m.youtube.com/channel/UCVLSTvSR7UAd87o_0qoIR4Q
As you know, Tomas always adovocating about ABAP new technology.
He updated ABAP OO siries.It is very helpful for ABAP OO beginner.
Clean ABAP on github
I introduce it on
my blog before .
It is helpful to know about new syntax or modern programming.
https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md
SAP Help portal
You can get abstract of ABAP NW7.5 here.
https://help.sap.com/viewer/7bfe8cdcfbb040dcb6702dada8c3e2f0/7.5.10/en-US/2ff82a005ddd4f369b74bfda71...
ABAP keyword Documentation
https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abenabap.htm
with index
https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/index.htm
This is my lovery textbook!!! I always read this. I wish i finished reading from end to end lol
In other language
If you already use other language, it is efficient searching ABAP with the syntax name or example of your language.
There is basic idea in ABAP same as other language so if you confused, you colud earn insights from article of other language
Searching Keyword
When you want learn modern ABAP, Let's use those keyword
- ABAP OO
- Modern ABAP
- ABAP 7.5
- ABAP Dynamic Programming
- RESTful
- BOPF
etc.
I'm happy if this help your ABAP life!
Thanks,Rena Takahashi