Instructor

Ajay Nayak

Lead Instructor and CTO at UI5CN

Ajay Nayak is the Lead Instructor and CTO of UI5CN and has about 15 years of experience with Enterprise Technologies and Innovation. Previously he has worked with some of the reputed names like SAP®, Capgemini®, Skybuffer and Statoil® as a developer, consultant, architect and subject matter expert respectively. An Interesting fact about Ajay is, that he started development at a very early age of 15 and according to him, learning should be interactive and engaging. And keeping an element of fun in it can make even difficult concepts simple to understand.
For Latest and Best Offer Check Offer Page

Course curriculum

  • Introduction to the Course and Getting Started

  • ABAP® Basic - ABAP Data Types Overview

      Duration: 14 min
    • ABAP® Basic - ABAP Data Types Overview

    • ABAP® Basic - Eclipse Create Package, Transport Request and Program Setup

    • Ask Your Question

  • ABAP® Basic - Common Fixed Length Data Types

  • ABAP® Basic - Representing Numbers with Decimal Points

      Duration: 56 min
    • ABAP® Basic - Packed Number with Example

    • ABAP® Basic - Packed Number Range and Limitation Explained

      FREE PREVIEW
    • ABAP® Basic - Decimal Float 16 and 34 Example and Range

    • ABAP® Basic - Floating Point Numbers

    • ABAP® Basic - Comparing Packed Numbers, Decimal Float and Binary Floating Numbers

    • ABAP® Basic - Floating Point Issues and Rounding Errors

    • ABAP® Basic - Common Decimal-Based Functions

    • Ask Your Question

  • ABAP® Basic - Strings and String/Text Functions

  • Additional Details for ABAP® Data Types

    • ABAP® Basic - Additional Details for ABAP® Data Types

  • ABAP® Basic - Conv and CL_ABAP_TYPEDESCR in Predefined Data Types

      Duration: 13 min
    • ABAP® Basic - Use of CL_ABAP_TYPEDESCR's DESCRIBE DATA Method

    • ABAP® Basic - Use of Conv Keyword and Scenario of Usage

    • Ask Your Question

  • ABAP® Basic & Intermediate - Getting Started with Structures and Internal Tables

  • ABAP® Intermediate - Different Types of Internal Tables and Operations

      Duration: 123 min
    • ABAP® Intermediate - Overview of 3 Main Types of Internal Tables, Primary Keys and Secondary Keys

    • ABAP® Intermediate - Comparison between Standard Table, Internal Tables and Hashed Table

    • ABAP® Intermediate - Creating a Database Table on Shared HANA® Instance

    • ABAP® Intermediate - Inserting Sample Data with ABAP® Code to Shared HANA® Instance

    • ABAP® Intermediate - Use of @ and DATA Keywords with SELECT

    • ABAP® Intermediate - Use of CORRESPONDING and Mapping in Internal Table

      FREE PREVIEW
    • ABAP® Intermediate - Standard Table Variations with Key and Use of CONV in Reading Table

    • ABAP® Intermediate - Sorted Table, Use of Append and Insert with Sorted Table

    • ABAP® Intermediate - Sy-Subrc Check For Insert of Duplicate Record in Unique Key-Based Sorted Table

    • ABAP® Intermediate - Hashed Internal Table, Insert and Read with Hashed Internal Table

    • ABAP® Intermediate - Use of Find All Occurrences with Substring and Regex

    • ABAP® Intermediate - Filter in Internal Tables with Key and Table Range

    • Ask Your Question

  • ABAP® Intermediate - Conditional Statements with New Inline Syntaxes

      Duration: 52 min
    • ABAP® Intermediate - Conditional Statement Theory and IF-ELSEIF-ELSE Statement

    • ABAP® Intermediate - COND # Usage, Data Type of Output and Usage as Ternary Operator

    • ABAP® Intermediate - Operators for the Conditional Checks

    • ABAP® Intermediate - Usage of XSDBOOL, ABAP_TRUE and ABAP_FALSE

    • ABAP® Intermediate - Usage of BOOLC and Issues, ABAP_BOOL Type and Use of INITIAL

    • ABAP® Intermediate - Usage of CASE Statement and New SWITCH

    • Ask Your Question

  • ABAP® Intermediate - Loops with New Inline Syntaxes

      Duration: 67 min
    • ABAP® Intermediate - Use of Simple LOOP-ENDLOOP, With DATA Inline Table Line and WHERE

      FREE PREVIEW
    • ABAP® Intermediate - Use of While Loop to Travel an Internal Table

    • ABAP® Intermediate - Use of DO, Simple DO Loop and Travel Internal Table with DO Loop

    • ABAP® Intermediate - Use of New FOR Syntax to Create an Internal Table

    • ABAP® Intermediate - Use of New FOR Syntax with INDEX and WHERE

    • ABAP® Intermediate - Use of New REDUCE Syntax, Simple Case to Add Integer Range and String Concatenation

    • ABAP® Intermediate - Use of New REDUCE Syntax to Aggregate Value of an Internal Table

    • ABAP® Intermediate - Use of New REDUCE Syntax to Construct Internal Table

    • Ask Your Question

  • ABAP® Advanced - Field Symbols, Data References, CASTING and Exceptions

      Duration: 83 min
    • ABAP® Advanced: What is Field Symbols, References, Difference and Similarities

    • ABAP® Advanced: Field Symbols Types, Use of ASSING and ANY Type in Field Symbols

    • ABAP® Advanced: Data References, Use of CREATE DATA and NEW

    • ABAP® Advanced: Loop of Internal Table, Normal, With Field Symbols and With Data References

    • ABAP® Advanced: Data References with REF Keyword and Passing References Around

    • ABAP® Advanced: Use of CAST in Data Reference

    • ABAP® Advanced: UPCASTING and DOWNCASTING with Example

    • ABAP® Advanced: Use of IS BOUND, IS INITIAL, IS ASSIGNED and Summary of Section

    • Ask Your Question

  • ABAP® Advanced - Function Modules, Calling Function Modules with Importing, Exporting and Changing

      Duration: 45 min
    • ABAP® Advanced: Overview of Code Modularization Techniques with ABAP®

    • ABAP® Advanced: Function Modules Parameter Options in Theory

    • ABAP® Advanced: Create a Simple Function Module, Call in ABAP® with Importing and Exporting

    • ABAP® Advanced: Passing Data by Reference with Function Module

    • ABAP® Advanced: Exception Handling with Function Module and VALUE and Default Keyword in Parameter

    • Ask Your Question

  • ABAP® Advanced - OOPS ABAP® Basic, Class Keywords, Methods, Constructor and Class-Data and Class-Methods

      Duration: 62 min
    • ABAP® Advanced: Introduction to Object-Oriented Programming Concept with ABAP®

    • ABAP® Advanced: Private, Protected, Public Scope in Class and Creating a Simple Method and Calling from Code

    • ABAP® Advanced: Class Pool, Use of Keyword Public, Create Public/Protected/Private and Pass by Value and Reference in Methods

    • ABAP® Advanced: Use of Constructor to Initialize Value and Use of Me Keyword

    • ABAP® Advanced: Class-Data and Class-Method with Example

    • Ask Your Question

  • ABAP® Advanced - Inheritance, Use of Interface and More

      Duration: 42 min
    • ABAP® Advanced - Inheritance in Class With Example

    • ABAP® Advanced - Super Class Constructor in Inheritance With Examples

    • ABAP® Advanced - Interface and Implementing Methods of Interface

    • ABAP® Advanced - Passing Custom Table to Interface Method Implementation

    • ABAP® Advanced - Pattern to Use Interface for Structure and Table Types Definition

    • Ask Your Question

  • ABAP® Advanced - Abstract Class, Usage Example with RTTI and Passing Table with Ref to Methods

      Duration: 50 min
    • ABAP® Advanced - Abstract Method and Redefinition of Abstract Method in Sub Class

    • ABAP® Advanced - Abstract Example with Run Time Type Identification(RTTI) and Class Associated

    • ABAP® Advanced - Passing a Reference of Table from Method and Using in Main and Facing Error

    • ABAP® Advanced - Fixing Error with Field Symbol Assignment Operation and IS BOUND Check

    • ABAP® Advanced - Using RTTI with IS INSTANCE OF to find the Type of Data and Example of Element Type

    • ABAP® Advanced - Using RTTI describe a Table Structure, Object and Class

    • Ask Your Question

  • ABAP® Advanced - Upcasting and Downcasting in OOPS ABAP®, Scenarios for IS INSTANCE OF and Exceptions from Methods

      Duration: 28 min
    • ABAP® Advanced - Understanding Upcasting, Downcasting, Static Type, Dynamic Type and IS INSTANCE OF Scenario in OOPS ABAP®

    • ABAP® Advanced - Understanding IS INSTANCE OF with Hands-on using Object Type

    • ABAP® Advanced - IS INSTANCE OF Hands-on with Reference of Class and Raising Error From Method

    • Ask Your Question

5 star rating

Good Explanation and covering best practice

Ali Kaplan