Curriculum
Section 1: SAP System Overview | |||
---|---|---|---|
Lecture 1 |
Get SAP System Access
Preview | Text | |
Lecture 2 |
SAP System Overview
Preview | 00:41 | |
Lecture 3 |
SAP System Architecture
| 05:41 | |
Lecture 4 |
Environment For Our Programs
| 08:19 | |
Lecture 5 |
First Look At The ABAP Workbench
| 11:18 | |
Lecture 6 | 3 pages | ||
Section 2: Data Dictionary | |||
Lecture 7 |
Data Dictionary Introduction
| 01:44 | |
Lecture 8 |
Create your first table – Part 1
| 05:18 | |
Lecture 9 |
Create Your First Table Part 2
Preview | 16:10 | |
Lecture 10 |
Create Your First Table Part 3
| 08:49 | |
Lecture 11 |
Create Your First Table Part 4
| 06:39 | |
Lecture 12 |
Enter data into your table
| 05:01 | |
Lecture 13 |
View the data in our table
| 04:07 | |
Section 3: Introducing The ABAP Editor | |||
Lecture 14 |
Create Your First Program – Part 1
| 05:43 | |
Lecture 15 |
Create Your First Program Part 2
| 08:07 | |
Lecture 16 |
Write Statement
| 21:47 | |
Lecture 17 |
Chaining Statements Together
| 02:22 | |
Lecture 18 |
Declaring Variables
| 14:13 | |
Lecture 19 |
Constants
| 02:39 | |
Section 4: Performing Calculations | |||
Lecture 20 |
Arithmetic Addition
| 05:14 | |
Lecture 21 |
Arithmetic – Subtraction
| 01:02 | |
Lecture 22 |
Arithmetic – Division
| 00:45 | |
Lecture 23 |
Arithmetic Multiplication
| 01:58 | |
Lecture 24 |
Conversion Rules
| 04:41 | |
Lecture 25 |
Division Variations
| 08:57 | |
Section 5: Character Strings | |||
Lecture 26 |
Character Strings Declaring C And N Fields
| 07:30 | |
Lecture 27 |
Character Strings Intro And Concatenate
| 06:48 | |
Lecture 28 |
Condense
| 03:03 | |
Lecture 29 |
Find The Length Of A String
| 01:58 | |
Lecture 30 |
Replace
| 02:53 | |
Lecture 31 |
Search
| 08:00 | |
Lecture 32 |
Shift
| 05:25 | |
Lecture 33 |
Split
| 06:26 | |
Lecture 34 |
Sub-Fields
| 04:44 | |
Section 6: Debugging Your Program | |||
Lecture 35 |
Debugging Your Programs - Part 1
| 04:57 | |
Lecture 36 |
Debugging Your Programs – Part 2
Preview | 04:23 | |
Lecture 37 |
Debugging Your Programs – Part 3
| 04:13 | |
Lecture 38 |
System Variables
| 01:09 | |
Lecture 39 |
Table Mode
| 03:31 | |
Lecture 40 |
Breakpoints
| 03:31 | |
Lecture 41 |
Watchpoints
| 06:02 | |
Lecture 42 |
End Your Debug Session
| 01:16 | |
Section 7: Working With Your Database Tables | |||
Lecture 43 |
Working With Your Database Tables Make A Copy Of Your Table
| 12:54 | |
Lecture 44 |
Working With Your Database Tables Foreign Keys
| 07:03 | |
Lecture 45 | 1 page | ||
Lecture 46 |
Working With Your Database Tables Append Structures
| 05:40 | |
Lecture 47 |
Working With Your Database Tables Include Structures
| 07:12 | |
Lecture 48 |
Working With Your Database Tables Key Fields
| 06:11 | |
Lecture 49 |
Working With Your Database Tables Deleting Fields
| 10:37 | |
Lecture 50 |
Working With Your Database Tables Deleting Tables
| 05:34 | |
Section 8: Working With Other Data Types | |||
Lecture 51 |
Date and Time Fields
| 08:34 | |
Lecture 52 |
Date Fields in Calculations
| 10:32 | |
Lecture 53 |
Working With Other Data Types Time Fields In Calculations
| 11:07 | |
Lecture 54 |
Quantity and Currency Fields in Calculations
| 13:19 | |
Section 9: Using ABAP To Modify Data In A Database Table | |||
Lecture 55 |
Modifying Data In A Database Table Authorisations
| 03:29 | |
Lecture 56 |
Modifying Data In A Database Table Fundamentals
| 05:28 | |
Lecture 57 |
Database Lock Objects
| 05:36 | |
Lecture 58 |
Using Open-SQL Statements
| 03:25 | |
Lecture 59 |
Using Open-SQL Statements – 5 Statements
| 03:00 | |
Lecture 60 |
Insert Part 1
| 15:41 | |
Lecture 61 |
Insert Part 2
| 05:14 | |
Lecture 62 |
Clear
| 06:56 | |
Lecture 63 |
Update
| 05:36 | |
Lecture 64 |
Modify
| 07:41 | |
Lecture 65 |
Delete
| 13:51 | |
Section 10: Program Flow Control And Logical Expressions | |||
Lecture 66 |
Program Flow Control And Logical Expressions Control Structures
| 01:07 | |
Lecture 67 |
IF Statement
| 11:03 | |
Lecture 68 |
Linking Logical Expressions Together
| 02:41 | |
Lecture 69 |
Program Flow Control And Logical Expressions Nested IF Statements
| 05:11 | |
Lecture 70 |
Program Flow Control And Logical Expressions Case Statement
| 06:55 | |
Lecture 71 |
Select Loops
| 04:33 | |
Lecture 72 |
Program Flow Control And Logical Expressions Do Loops
| 05:46 | |
Lecture 73 |
Nested Do Loops
| 10:13 | |
Lecture 74 |
While Loops
| 04:37 | |
Lecture 75 |
Program Flow Control And Logical Expressions Nested While Loops
| 03:13 | |
Lecture 76 |
Loop Termination – Continue
| 04:44 | |
Lecture 77 |
Program Flow Control And Logical Expressions Loop Termination Check
| 05:57 | |
Lecture 78 |
Loop Termination – Exit
| 05:58 | |
Section 11: Building User Selection Screens | |||
Lecture 79 |
Events
| 06:31 | |
Lecture 80 |
Intro to Selection Screens
| 02:30 | |
Lecture 81 |
Creating Selection Screens
| 05:37 | |
Lecture 82 |
At Selection Screen
| 04:42 | |
Lecture 83 |
Parameters
| 12:16 | |
Lecture 84 |
Selection Screens Check Boxes And Radio Button Parameters
| 07:22 | |
Lecture 85 |
Select Options
| 14:48 | |
Lecture 86 |
Select Example
| 10:45 | |
Lecture 87 |
Selection Screens Select Additions
| 01:52 | |
Lecture 88 |
Selection Screens Text Elements
| 07:34 | |
Lecture 89 |
Selection Screens Variants
| 10:13 | |
Lecture 90 |
Selection Screens Text Symbols
| 05:08 | |
Lecture 91 |
Selection Screens Text Messages
| 15:28 | |
Lecture 92 |
Skip Lines and Underline
| 06:00 | |
Lecture 93 |
Selection Screens Comments
| 04:06 | |
Lecture 94 |
Format a Line and Position
| 07:53 | |
Lecture 95 |
Element Blocks
| 04:26 | |
Section 12: Internal Tables | |||
Lecture 96 |
Internal Tables – Introduction
| 06:51 | |
Lecture 97 |
Types Of Internal Tables
| 05:53 | |
Lecture 98 |
A Few Best Practice Guidelines
| 01:30 | |
Lecture 99 |
Internal Tables Creating Standard And Sorted Tables
| 22:07 | |
Lecture 100 |
Internal Tables - Filling an Internal Table with a Header-Line
| 11:54 | |
Full curriculum |
Instructor Biography
Download :
http://adf.ly/1Rp1bY