::: ABAP Videos Training Materials Details :::          


 Below ABAP Video Training Curriculum Package Available @ $199 USD 

                                            Training Topics Contents Covered are Listed As Below


1.) Introduction to SAP :
- Introduction to ERP
- Overview of SAP
- SAP modules at a Glance


2.) ABAP Data Types :
- Character
- Integer
- Numeric Character
- Floating Point
- Packed Decimals
- Time
- Date, Strings


3.) Loops & Branches :
- Do, Do n times, While
- If, If Else, if Ladder, Case
- Small Programs
- Factorial program
- Indentation
- Code Inspector
- Extended Program Check


4.) Structures & Internal Tables :
- Over View of Structures
- Similar Structures creation
- Different Structures
- Different structures with Extra Fields
- Over View of Internal Tables
- Similar Internal tables creation
- Different Internal tables
- Different Internal tables with Extra Fields
- Modify Operation on Internal Table
- Delete Operation on Internal Tables
- Sorting Of internal tables ( Sort)
- Searching Techniques Of internal Table


5.) Landscape & SAP R/3 Architecture :
- Landscape Model
- Overview of R/3


6.) Normalization & Select Statements :
- Over view of Normalization
- Select Statements
- Logical operators
- Select Single & Up to 1 rows
- Nested Select queries
- For all Entries
- Join Statements
- Inner join & Left Outer Join


7.) Modularization Techniques :
- Over view of Modularization
- Macros
- Includes
- Subroutines
- Function Modules


8.) Selection Screen Design :
- Over View of Selection Screen
- Selection Screen elements


9.) Basic Report :
- Over view of Report
- Report with out events
- Report with events ( Classical report)
- Interactive Report
- Menu Design
- Message class Creation
- Text messages creation
- Hide Technique
- Get Cursor Technique
- Read Line Statement
- At Events ( control Events)
- Variant Creation
- Transaction Code Creation
- End User access


10.) BDC ( Batch Data Communication ) :
- Over view of BDC
- GUI Up load
- GUI Down load
- Data sets
- BDC Programming
- Call Transaction
- Session Methods


11.) Data Dictionary :
- Creation of Data Base Table
- Creation of Domains
- Creation of Data types
- Creation of Views
- Creation of Structures
- Creation of Type pools
- Creation of Search Help
- Creation of Lock objects
- Creation of table maintenance


12.) SMART FORMS :
- Over view of Smart Forms
- Creation of Paragraphs(Styles)
- Creation of Character Formats(Styles)
- Creation of Pages
- Creation of Windows
- Creation of Page windows
- Creation of table format
- Creation of Smart Form Program


13.) ALE / Idocs :
- Over view of ALE/ IDOcs
- Creation of RFC Destinations
- Creation of Ports
- Creation of Partner Profile
- Creation of Distributed sys
- Transfer the data Btw sys


14.) ABAP OOPS :
- What is OOPS ?
- Classes, instances, references
- Events
- Inheritance, interfaces, polymorphism
- Global classes/interfaces (Class Builder)
- Class-based exception concept