SAP System Overview
  • Get SAP System Access
  • SAP System Overview
  • SAP System Architecture
  • Environment For Our Programs
  • First Look At The ABAP Workbench
  • How to obtain your course certificate of completion
Data Dictionary
  • Data Dictionary Introduction
  • Create your first table – Part 1
  • Create Your First Table Part 2
  • Create Your First Table Part 3
  • Create Your First Table Part 4
  • Enter data into your table
  • View the data in our table
Introducing The ABAP Editor
  • Create Your First Program – Part 1
  • Create Your First Program Part 2
  • Write Statement
  • Chaining Statements Together
  • Declaring Variables
  • Constants
Performing Calculations
  • Arithmetic Addition
  • Arithmetic – Subtraction
  • Arithmetic – Division
  • Arithmetic Multiplication
  • Conversion Rules
  • Division Variations
Character Strings
  • Character Strings Declaring C And N Fields
  • Character Strings Intro And Concatenate
  • Condense
  • Find The Length Of A String
  • Replace
  • Search
  • Shift
  • Split
  • Sub-Fields
Debugging Your Program
  • Debugging Your Programs - Part 1
  • Debugging Your Programs – Part 2
  • Debugging Your Programs – Part 3
  • System Variables
  • Table Mode
  • Breakpoints
  • Watchpoints
  • End Your Debug Session
Working With Your Database Tables
  • Working With Your Database Tables Make A Copy Of Your Table
  • Working With Your Database Tables Foreign Keys
  • Search Help for the GENDER Fields
  • Working With Your Database Tables Append Structures
  • Working With Your Database Tables Include Structures
  • Working With Your Database Tables Key Fields
  • Working With Your Database Tables Deleting Fields
  • Working With Your Database Tables Deleting Tables
Working With Other Data Types
  • Date and Time Fields
  • Date Fields in Calculations
  • Working With Other Data Types Time Fields In Calculations
  • Quantity and Currency Fields in Calculations
Using ABAP To Modify Data In A Database Table
  • Modifying Data In A Database Table Authorisations
  • Modifying Data In A Database Table Fundamentals
  • Database Lock Objects
  • Using Open-SQL Statements
  • Using Open-SQL Statements – 5 Statements
  • Insert Part 1
  • Insert Part 2
  • Clear
  • Update
  • Modify
  • Delete
Program Flow Control And Logical Expressions
  • Program Flow Control And Logical Expressions Control Structures
  • IF Statement
  • Linking Logical Expressions Together
  • Program Flow Control And Logical Expressions Nested IF Statements
  • Program Flow Control And Logical Expressions Case Statement
  • Select Loops
  • Program Flow Control And Logical Expressions Do Loops
  • Nested Do Loops
  • While Loops
  • Program Flow Control And Logical Expressions Nested While Loops
  • Loop Termination – Continue
  • Program Flow Control And Logical Expressions Loop Termination Check
  • Loop Termination – Exit
Building User Selection Screens
  • Events
  • Intro to Selection Screens
  • Creating Selection Screens
  • At Selection Screen
  • Parameters
  • Selection Screens Check Boxes And Radio Button Parameters
  • Select Options
  • Select Example
  • Selection Screens Select Additions
  • Selection Screens Text Elements
  • Selection Screens Variants