SAP ABAP New Syntax (2023)
Published 8/2023
Created by Smart Logic Academy
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 27 Lectures ( 2h 52m ) | Size: 1.15 GB
What you'll learn Detailed understanding of New SAP ABAP syntax Effective use of New SAP ABAP syntax in report Comparing old and new syntax for better understanding Working of new ABAP features introduced NW 7.40 onwards Requirements SAP ABAP basics Description SAP has introduced a modern approach to programming in SAP ABAP from ABAP 7.40 onwards. Often referred to as the 'New Syntax', the modern approach aims at creating an expression-oriented language. There are various new elements introduced and let's try to understand this with simple examples in this course.Why Learn New ABAP Syntax with Us?A new ABAP syntax is designed to simplify the life of an ABAP developer, but without knowing the proper functionality, it can be disastrous. We will provide you a more detail on each topic in less time.for example, let's consider we have ITAB internal table with 5 records and the code gets into a situation where it is reading record at index 6.Old syntax: READ TABLE itab INTO wa INDEX indxNew syntax: wa = itab[ indx ].With old syntax, if you didn't get the record for index 6, just sy-subrc will fail and nothing will go wrong but with the new syntax, the program leads to a short dump.No extra talk, straight to the point in detailed explanations with theory and practice sessions.You will learn by comparing old syntax with new syntax for better understanding.We have kept examples simple to understand in one go.You will get all the ABAP programs discussed in the course for your practice and quick reference.All the videos are less than 10 mins to keep you focused.Few facts related to the New ABAP syntax:The new syntaxes have been added without removing the old syntax i.e. it's with backward compatibility.Not necessary to have a HANA database.Can be practiced on ECC and S/4 HANA systems. Who this course is for SAP ABAP developers intended to understand and use new ABAP syntax.
TO MAC USERS: If RAR password doesn't work, use this archive program:
RAR Expander 0.8.5 Beta 4 and extract password protected files without error.
TO WIN USERS: If RAR password doesn't work, use this archive program:
Latest Winrar and extract password protected files without error.