The course is well suited for Beginners who are planning to make their carriers in ABAP.
SAP System Overview
- SAP System Overview
- SAP System Architecture
- Environment For Programs
DATA Dictionary
- DATA Dictionary Introduction
- Create Database Table
- Entering Data into Table
- Display Data from the Table
ABAP Editor Introduction
- Create First Program
- Select, Write and Chaining Statement Together
- Variables and Constants Declaration
Performing Arithmetic Calculations
- Arithmetic - Addition
- Arithmetic - Subtraction
- Arithmetic - Multiplication
- Arithmetic - Division
Character Strings
- Character String Data Types
- Concatenate
- Find The Length of the String
- Replace
- Search
- Shift
- Split
- Sub Fields
Program Debugging
- Debugging Program
- Debugging and Breakpoints
Working with Other Data Types
- Date Calculations
- Time Calculations
Open SQL Statement
- Open SQL Statement Introduction
- Insert Data Into Table
- Update Data in the Table
- Deleting Data From the Table
- Modify Data(Insert/Update) in Table
Program Flow Control and Logical Expressions
- Flow Control and Logical Expression - IF, CASE
- Select Loops
- Nested Loops
- Loop Termination
- Expression Loop Termination Check
- Loop Termination Exit
User Selection Screen
- Selection Screen Introduction
- At Selection Screen
- Parameters
- Initialization Block
- Select Option
Internal Tables
- Internal Table Introduction
- Types of internal Tables
- First Sample Program
- For All Entries
- Read Statement
- Internal Tables Describe Modify
Modularizing Programs
- Modular Programming Introduction
- Function Module
- Include
- Subroutine