SAP ABAP – Real Time Training
Isha presents an Extensive and highly interactive “SAP ABAP” course by our industry expert with 8+ years of hands-on experience. Learn all the SAP concepts hands-on practical examples. The course syllabus is designed by considering the current job market trends and industry requirements.
About the Instructor:
Krishna has 8+ years of experience in SAP ABAP and is currently working as Technical Lead in TCS. He has worked previously in Wipro and Deloitte as Senior ABAP Consultant. Krishna is SAP Certified Consultant and also have trained 25 Batches till date. He has a Master’s Degree from Pittsburgh State University Kansas. |
Sample Videos:
“SAP ABAP – Real Time”-live training”-Demo video:
Live Sessions Price:
For LIVE sessions – The offer price after discount is 350 USD 350 200 USD Or USD20000 INR 18000 INR 15000 Rupees
What will I learn by the end of this course?
Trainees will learn to become an Independent SAP ABAP Consultant.
Trainees will be able to contribute from Day 1 once deployed into a project with little or no help from Leads or Peers
Free Day 1 Session:
28th November @ 9 PM – 10 PM (IST) (Indian Timings)
28th November @ 10:30 AM – 11:30 AM (EST) (U.S Timings)
28th November @ 3:30 PM – 4:30 PM (BST) (UK Timings)
Class Schedule:
For Participants in India: Monday to Friday 9 PM – 10 PM (IST)
For Participants in US: Monday to Friday 10:30 AM – 11:30 AM (EST)
For Participants in UK: Monday to Friday 3:30 PM – 4:30 PM (BST)
Salient Features:
- 90 hours Hours of Live Training along with recorded videos
- Lifetime access to the recorded videos
- Course Completion Certificate
Who can enroll in this course?
- Anyone can join the course, being naive or any professional. The course is designed to train candidates from basic to advanced.
Course syllabus:
1. Introduction of ERP
- ERP Fundamentals.
- Why ERP?
- Features and advantages of ERP
- About SAP R/3 ERP
- Comparison of SAP R/3 with other products
2. SAP R/3 Architecture
- Defining an R/3 Instance
- Presentation Server, Application Server, Database Server
- Understanding a User Context
- Understanding a Roll Area
- List and their jobs of background services
3.Introduction to ABAP/4
- ABAP/4 Programming concept
- Introduction of various types of program
- Fundamentals of creation of programs
- Introduction of standard Data Types
- Declaration of different types of variables
- Loop and Controls
- IF structure
- Case statement
- Loop statement
- Control break statement
- Data structure
- User-Defined Data Types
- System Fields
4.Introduction of ABAP Dictionary
- Overview of Dictionary objects
- Overview of Types of Base tables
- Creation of Client independent base tables
- Creation of Client dependent base tables
- Understanding of standard database tables
- Views
- Structure
- Data Element
- Domain
- Search Help
5.Introduction of Database Operations
- Understanding of Open SQL statement
- Understanding of Native SQL statement
- Working with Insert, Update, Delete statement
- Addition of corresponding fields of statement
6.Introduction of Internal Table
- Overview of types of Internal tables
- Creation of an Internal table with an implicit header line Creation of an Internal table with an explicit header line
- Processing on internal table using following statements
- Append, Insert, Modify, Sort, Read, Collect, Clear, Refresh, Delete, Free
- Processing logic Read table statement Loop at
7. Message class
- Creation of user define massages
- Overview of types of massages
- Displaying massages
8. Modularization technique
- Include programs
- Subroutines
- Function modules
9. Introduction of dialogue programming
- Understanding of module pool programming
- Creation of module pool program
- Designing screens using various screens elements
- Navigation in between multiple screens
- Displaying data into table control
- Screen painter
- Menu painter
- Creation of menu bar, tool bar, title bar etc.,
10. Introduction of object transportation
- Understanding of development class / package
- Creation of development class / package
- Creation of workbench request
- Transportation of objects
- Understanding of TMS technique
11. Reports
- Understanding of types of reports
- Generation of various types of reports
- Classical report
- ALV report
- ABAP Query
12. Understanding of report events
- Initialization
- Start-of-selection
- Add-selection-screen
- Top-of-page
- End-of-page
- At line-selection
- At user-command
13. Introduction of selection screen
- Understanding of selection screen methods
- Creation of selection screen using SELECT-OPTIONS
- Usage of SELECT-OPTIONS in function module
14. Introduction of logical database
- Creation of LDB
- Usage of LDB
- LDB events
- Get, Put
15. Introduction of BDC
- Overview of BDC
- Methods of BDC
- I/O method
- Direct input method
- Call transaction method
- Session method
- Working with foreground and background techniques
- Recording method
16. Introduction of SAP Script
- Designing of layout
- Working with standard text object
- Creation of various elements of SAP Script
- Working with standard SAP Script
- Writing print programs
ADVANCED ABAP CONTENTS
1 SMART FORMS.
- Creation of smart form with different Window Types
- Passing Parameters into Smart Form
- Smart Form with Database using Tables
- Smart Form with Derived Fields to perform Calculations
- Or validations using with FLOWLOGIC
- Smart Form with Table Format Output.
- Smart Form with Graphic window, Address Window
- Calling Smart at Runtime using Module Programming
- By passing Parameters
- Smart Form at runtime to export report output into
- Client independent
- Sending Mail process with Smart Form
- OBJECT ORIENTED ABAP
- OBAP Programming.
- Local Classes, Global Classes.
- Class, Encapsulation, Inheritance, Polymorphism….
- ABAP OBJECTS with BDC Applications.
- BADI’S
- API application programming Interface.
- Add-Ins Programming
- User Exits, Menu Exits, Function Module Exits
4. ALV reports with OOPS
- Reports with SCREEN PAINTER LAYOUT CONTAINER
- Using GRID, HOTSPOT and interactive selection process.
- User Exits
- Enhancements
CROSS APPLICATIONS
- Introduction of Cross Application
- Overview of Tools of Cross Application
- RFC (Remote Function Calling)
- Introduction of RFC
- Setup of Remote Access of a client
- Communication between two clients
- Accessing Function Remotely
- IDOC (Intermediate Document)
- Introduction of IDOC
- Architecture of IDOC
- Creation of Field Type
- Creation of Segment
- Creation of IDOC
- Creation of Message Type
5. ALE (Application Link Enabling)
- What is ALE ?
- Why ALE