This course is for SAP ABAP Fundamentals.
All the below topics have been covered from scratch to Advance.
•Data Dictionary
•Report
•Function Module
•ALV
•Debugging
•Performance
After this course, you will feel comfortable in your day-to-day development, debugging, and support projects.
This course explains all the concepts with real-time examples.
The report and Function Modules are the most important part of the SAP ABAP. These are the heart of this course.
All the concept related with Data type, Internal tables, Internal table operations, etc has been covered in greater detail.
This course is best suited for the ABAP Freshers and experienced up to 6 Years.
This can be also very much useful for the Functional Consultant in order to understand the code and debug the issue.
Some of the highlights of the topics are below –
Different types of tables in Detail
Transparent Table, Pool Table, Cluster Table
Check Table
Foreign Key Relationship
Referential Integrity
Data Element
Domain
Lable in Data element
Buffering in Detail with Example
Different types of Buffering
Single Record Buffer, Generic Record Buffer, and Full Buffer
Buffer Monitoring – ST10
How to enable and Check Buffering
Difference Between Domain and Data Element
Data Class
Size Category
Delivery Class
Table Vs Structure differences
Include Structure
Append Structure
What is View
Different types of View – Database View, Projection View, Help View, and Maintenance View
how to enable buffer,
How to check buffer
How to use T-Code ST10
Difference between Data element and Domain
Difference between Value table and Check table
Difference between.Include and Append Structure
Projection View
Maintainance View
Different Data types in Data Dictionary
Type group
Value table
Elementary Search Help
Precedence Level of search help
Elementry Search Help in Detail
Collective Search Help in Detail
SAP Locking Mechanism in Detail
Lock Types
Shared Lock( READ LOCK )
Exclusive Lock ( WRITE LOCK )
Exclusive but not Cumulative Lock
Optimistic Lock
The life cycle of any development process | Development – Quality – Preproduction – Production
Different Types of Transport Request
Transport request and Task
Transport Management
First Hello World Program in SAP ABAP
Abap Data types
Elementary Data types in Detail
Left Justified
Right Justified
Numeric Datatypes
Non Numeric Data types( C, N , D , T, STRING)
Character(C), Numeric(N), Date(D), Time Data types(T) and String.
User-Defined Data type( Structure, Table Type ) – Check just the next video for this in more detail
User-Defined Data types( Data Element, Structure, and Table Type)
Global User-defined Data types creation and Local Data types creation
Work area and Internal Table
Different Way of data declaration
Data declaration using Primitive Data type and User-defined Data types in multiple ways
Select Query and Internal table
SHIFT
REPLACE
STRLEN
SEARCH
System Varialbes – SY-DATUM, SY-UZEIT, SY-SUBRC, SY-UZEIT, SY-FDPOS
Different Types of Comment
SPLIT
OFFSET
Character operations
CO
CN
CA
NA
CS
NS
CP
NP
Types of Internal Table – Standard table, Sorted table, and Hashed Table
Internal Table Operations – Append, Insert, Sequential Search, Binary Search, and index-based search.
Search performance for Sequential, Binary and Index-Based Search
MODIFY – To modify the record in the internal table
DELETE – Delete a record in the internal table
INSERT – Insert a record in the internal table
CLEAR – To clear the internal table
FREE – To free the internal table
Difference between CLEAR and FREE.
Classical Report
Interactive Report
Normal Function Module
Update function Module
Remote Enabled Function Module
Debugging
ALV
etc…