SAP ABAP Training

SAP ABAP TRAINING IN KOLKATA

Accelerate your career prospects with iteanz SAP ABAP Training

About Program

Highest Quality and the Most Productive, High Energy Learning Experience.

Curriculum

Comprehensive Course Curriculum. Customizable to full-fill your trainer needs.

Reviews

Our happy customers. Watch what they have to say about myTectra!

Faqs

We are here to help you. You will find the general Frequently Asked Questions (FAQ) here.

Ask Us

Ready to partner with us for your training needs? Do you have any questions? Ask us Now!

About Program

Iteanz's SAP ABAP Training program is the perfect opportunity for you to develop your technical skills and expand your knowledge in SAP development.

Iteanz provides SAP ABAP Training in Kolkata to individuals who want to learn how to create and implement applications in the SAP environment using the ABAP programming language. The course covers programming basics such as data types, control structures, loops, and user-defined functions. Participants will gain hands-on experience with various aspects of ABAP development, including program creation, database management, and user interface design. The experienced instructors provide comprehensive instruction and guidance to help students master the ABAP programming language and become proficient in developing SAP applications.

Course Objectives

  • Attain a thorough comprehension of the fundamental principles of the ABAP programming language.
  • Skillfully utilize ABAP development tools to design, test, and construct applications.
  • Build and implement user-defined functions and expertly navigate control structures and loops.
  • Incorporate sophisticated features like debugging and exception handling to enhance your applications.

Prerequisites

  • A foundational grasp of programming concepts is recommended for learners to prepare effectively for the course.
  • Familiarity with SAP and its various modules can provide learners with a better understanding of how the course material applies to real-world scenarios.

Who should take this course

  • Software engineers who want to specialize in developing solutions using SAP technologies.
  • Technical architects who aspire to design and implement complex SAP-based systems.
  • Data analysts who seek to learn how to work with SAP data models and reporting tools.

Success Factors:

  • High-Quality Training
  • Top Technical Trainers
  • Comprehensive Course Curriculum
  • 100% Placement Assistance
  • Superb Satisfaction Score
  • Internship on Real-Time Project 
  • 3I- Individual Focus, Innovative & Interactive

Curriculum

Introduction to SAP and ABAP/4 Language

  • Introduction SAP R/3 architecture
  • Introduction to SAP ABAP/4 Programming

ABAP BASICS

  • System Landscapes
  • Data dictionary
  • Data element
  • Domain
  • Structures
  • Table Types
  • Search helps
  • Elementary Search helps
  • Types of Views
    1. Database View
    2. Projection View
    3. Maintenance View
    4. Help View
  • Type groups
  • Table maintenance generator and T-code creation
  • Primary and foreign keys
  • Check table
  • Different types of Lock objects
  • Creation of Lock Objects
  • Internal Tables
  • Internal table declaration
  • Internal table processing
  • Internal table population
  • Internal table operations
  • Types of Internal tables
    1. Standard Internal tables
    2. Sorted Internal tables
  • Control Break statements

Modularization

  • Modularization techniques
  • Includes
  • Subroutines
  • Function Group/Function modules
  • Creating Function Groups
  • Creating Function Modules
  • Defining Exceptions in Function modules

OpenSQL

  • Introduction to Open SQL’s
  • Introduction to Native SQL’s
  • Joins
  • For aLL Entries
  • Nested Select
  • Selct…endselect
  • Select single
  • Database Table Operations
  • Select Statements
  • Insert Statements
  • Update Statements
  • Modify Statements
  • Delete Statements

REPORTING

  • Introduction to Reports
  • Report events and Interactive events
  • Initialization
  • Selection-screen
  • At selection-screen
  • Start-of-selection
  • End-of-selection
  • Top-of-page
  • End-of-page
  • At line selection
  • TOP-OF-PAGE DURING LINE SELECTION
  • At User Command
  • Hide and hotspot
  • Debugging techniques
  • Variants
  • Conversions exists
  • Message class creation & message types and handling messages
  • Creating and handling buttons
  • Menu painter

ALV and Interactive

Introduction

  • Types of ALV
  • Simple report to display simple ALV list using function modules
  • Simple report to display simple ALV grid using function modules
  • Interactive ALV reports
  • Blocked ALV
  • Adding new buttons in the ALV toolbar and handling events.
  • Working with ALV using classes (List, Grid, )
  • ALV EVents

DIALOG PROGRAMMING

  • Introduction to screen painter and dialog programming
  • Flow logic
    1. PAI
    2. PBO
    3. POV
    4. POH
  • Screen designing
  • Creation of UI elements
    1. Sub screens Operations
    2. Table controls Operations
    3. Modal screen
    4. Normal sCreen

CONVERSIONS

  • Why data transfers
  • Introduction to BDC
  • File handling
    1. Presentation server
    2. Application server
    3. Text file
    4. Excele file
  • BDC Recording
  • Methods in BDC
    1. Call transaction
    2. Session method.
  • Error Handling in Call Transaction
  • Handling Table Controls in BDC.
  • BAPI Method for data load
  • Different types of LSMW methods
    1. Batch Input Recording

FORMS

Sap Scripts

  • Introduction
  • Layout sets
  • Script elements
  • Including logo

SMARTFORMS

  • Introduction to smartforms
  • Global setting
    1. Form Attributes
    2. Form Interfaces
    3. Global Definitions
  • Creating Pages and Windows
  • Types of windows in Smartforms
  • Standard texts
  • Creating Smart Styles for Smartforms
  • Text Modules

MISCELLANEOUS TOPICS

  • SAP System Landscape
  • Change and Transport System(CTS)
  • Transport Organizer
  • Workbench Requests
  • Customizing Requests
  • Task Request creation
  • Coping and Merging Transport Requests
  • Release Requests.
  • SAP memory,
  • SET/GET parameters.
  • ABAP memory.
  • Imports/Exports
  • Field symbols

INTERFACES ( CROSS APPLICATIONS )

  • Introduction to CA.
  • RFC destination.
  • Working with RFC function modules.

ALE.

  • Defining logical systems used for ALE interfaces.

BAPI’s and Business Objects.

  • Introduction to BAPI
  • Overview of Business Object.
  • Step By Step Approach followed to create BAPI
  • Enhance standard Business Objects

ENHANCEMENTS

Enhancement Frame work and Switch framework

  • Introduction to enhancements.
  • Different ways of doing enhancements.
  • Types of User Exists.
    1. Field Exists.
    2. Menu exit.
    3. Function exit.
  • Introduction to BADI
  • Brief note on New BADI’s
  • Enhancement Spot.
  • Implicit Enhancement and Explicit Enhancement
  • Enhancement Section
  • Enhancement Point
  • Enhancement Implementations
  • Function Module Enhancements.
  • Class Enhancements.
    1. Pre-exit
    2. Post-exit
    3. Overwrite-exit

OOABAP Programming (with Advanced topics)

Introduction on OOABAP
Difference between OOABAP and other programming languages

Classes

  • Global Class
  • Local Class
  • Instance components & Static Components

Objects & Objects references

  • Implicit Objects
  • Explicit Objects
  • Differences Between Implicit & Explicit Objects
  • Garbage Collection

Attributes

  • Instance Attributes
  • Static Attributes
  • Difference between instance and static attributes
  • Using parameters.(Importing, exporting, Returning etc.)

Methods:

  • Static methods
  • Instance methods
  • Difference between static and instance methods

Constructors:

  • Static Constructor.
  • Instance Constructor
  • Difference between Static & Instance Constructor
  • Destructors

Inheritance (Local & Global)

  • Single Inheritance
  • Instance & Static Constructors in Inheritance
  • Visibility of static components in sub classes

Polymorphism (Local & Global)

  • Redefinition Keyword (Local & Global)
  • Super keyword
  • ME keyword for Self Reference

Abstraction (Local & Global)

  • Abstract Methods
  • Abstract Classes

Interfaces (Local & Global)

Final (Local & Global)

  • Final Class
  • Final methods
  • Friend class

Event Handling, Exception handling & Miscellaneous

  • Try-catch block

Dynamic Programming using OOABAP (Advanced)

Generic data type references and Casting

  • Narrow Casting ( up-casting )
  • Wide Casting ( Down-casting)

Factory Classes and Factory Methods

  • Generating Reports using Factory classes
  • Calling Factory methods

Customer Reviews

Our Customer Satisfaction Score (CSAT) is the highest in the Industry. 

Faqs

We are here to help you. You will find the general Frequently Asked Questions (FAQ) here.

Ask Us

Ready to partner with us for your training needs? Do you have any questions?

We're here to help you. Drop Us a Query !

Ask for Free Demo Now!

It’s not just about training. It’s about career progress. Iteanz allows you to take control of your career by learning the right skills at the right time.

Call Now 08046810331

Yes, I want a demo!