SlideShare a Scribd company logo
SAP-ABAP/CA Mr.Srinivas Palakurthi
Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678
Introduction to ERP
Introduction to SAP & R3 Arichitecture
Introduction to ABAP/4
· What is ABAP? · R/3 Repository
· Logon to SAP Environment · Transaction Codes
· Multitasking Commands · Comments · Errors
· ABAP/4 Editor ( SE38 )
· Steps for Creating a Program
· Elements in R/3 Screen
· Out put Statements · Operators in ABAP
· Data, Parameter & Constant Statements
· Data Types & Classification
· Data Objects & Classification
· Text Elements
· String Operations
· Control Statements
· Field strings
ABAP Dictionary
· ABAP Dictionary Introduction
· Data Dictionary Functions
· Data Dictionary Objects
· Data Base Tables ·Structures/Views
· Data Elements · Type Groups · Domains
· Search helps
· Search help Exits
· Lock objects
· Primary Key And Foreign Key
· Table Maintenance Generator
· Table Events
Packages
· Creating a package
· Difference between local objects & packages
· Transferring local objects to packages
Variants
· Variants Introduction
· Creating variants in ABAP Editor & Data Dictionary
SAP-ABAP/CA Mr.Srinivas Palakurthi
Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678
Message Classes
· Message Class Introduction · Message types
· Calling message class in Report & Dialog programs
· Dynamic Message Handlings
Selection Screens
· Selection screen Introduction
· Parameter Statement · Select-options Statement
· Selection-screen Statement
· Screen table and its fields
· Dynamic screen modification by using Modif Id key
Open SQL Statements
· Select
· Insert
· Modify
· Update
· Delete
Internal Tables
· Internal Tables Introduction
· Declaring Internal Table
· Populating Internal Table
· Processing Internal Table
· Initializing Internal Tables
· Inner Joins and For All Entries
· Working with Standard Sorted and Hashed
Internal Tables
· Control Break Statements
Debugging Techniques
· Debugging Techniques Introduction
· Break-points (Static & Dynamic)
· Watch points
· Dynamically changing internal tables contents in
Debugging Editor
· Options to step through the program in
Debugging Editor
Modularization Techniques
· Modularization Techniques Introduction
· Macros
· Includes
· Subroutines
· Passing Parameters to Subroutines
SAP-ABAP/CA Mr.Srinivas Palakurthi
Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678
· Passing Tables to Subroutines
· Function Groups & Function Modules]
Reports
· Reports Introduction · Classical Reports
· Interactive Reports
· Techniques Used For Interactive Reports
· Hotspot · Hide · Get Cursor
Dialog/Module Pool Programming/ Transactions
· MPP Introduction
· Relationship between Screen, Flow Logic and
Program
· Flow Logic Events
· Process before Output (PBO)
· Process after Input (PAI)
· Process on Value Request (POV)
· Process on Help Request (POH)
· Include Programs in MPP
· Include TOP
· Include I01
· Include O01
· Include F01
· Dynamic Screens
· Leave Screen · Leave to Screen
· Call Screen · Set Screen
· Processing of List from Transaction and Vice Versa
· Elements in Screen Layout
· Table Controls
· Step Loops
· Tab strip Controls
· Sunscreens
Batch Data Communication
· BDC Introduction · Recording
· BDC Methods
· Call Transaction Method · Session Method
· Handling Table Controls in BDC
· Legacy System Migration Workbench
· Different Methods · Flat file creation
· Uploading data
· File Handling
· Application Server · Presentation Server
SAP Scripts
SAP-ABAP/CA Mr.Srinivas Palakurthi
Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678
· SAP Scripts Introduction
· Components of SAP Scripts
· Layout Set · Standard Text
· Out Put Program
· Modifying Standard SAP Script Layouts
· Including Logos
· SAP Script Utilities – Upload / Download
Smart Forms
· Smart Forms Introduction
· Graphics Management
· Style Maintenance
· Paragraph Formats · Character Formats
· Writing print program and designing layouts
· Working with Mail, Secondary and Final Window
· Working with Different Node levels in Smart Forms
ALV Reports
· ALV Reports Introduction
· ALV through Function Modules
· ALV Types
· Tree ALV
· Hierarchy sequential ALV
· LIST and GRID ALV · Object Oriented ALV
· Interactive ALV
Runtime Analysis & SQL Tracingoss Applications
· Introduction to Distributed Environment
· Introduction to Cross Applications
RFC
· Introduction to RFC
· Synchronous Asynchronous and Transaction RFC
· Creating RFC Destination between 2 Systems
· Creating Remote Enabled Function Modules
· Creating program using Remote Enabled Function
Modules
· Differentiate Pass by value Pass by Reference
ALE
· ALE Basics
· Overview of Outbound & Inbound Process
· Configuration Steps · Define logical systems
· Assign client to logical system
SAP-ABAP/CA Mr.Srinivas Palakurthi
Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678
· RFC destination
· Customer distribution model · Creating Ports
Idocs
· What is an Idoc?
· Types of Idocs
· Basic Idocs · Extension Idocs
· Creating Idocs · Message Types
· Assigning Idoc type to Message type
· Handling Standard Message Type and Idoc Type
· Enhancing an IDOC
· Creating from an IDOC from the Scratch
· Distributing Master Data through Standard Idoc types
· Send whole copy & sending only the Changes
· Idoc Filtering · Segment Filtering
· Reduced Message type
· Message Control Technique
· Writing Inbound and Outbound IDOC programs
· Exits handling in IDOC
· Extending IDOCs and developing programs
EDI
· EDI Basics
· Difference between ALE & EDI
· Overview of Outbound & Inbound Process
· Configuration Steps · Port Creation
· Partner Profile Creation
· Creation of Customer Distribution Model
· Activation of Change Pointers
BAPIs
· BAPI Overview
· Introduction to BOR
· Creating BAPI from the Scratch
· Handling Standard BAPIS
· Extending BAPI’s
Workflow
· What is workflow?
· Overview of workflow
· Configuration of Work flow
· Work flow scenario Development
· Working with single and multiple tasks
User Exits
SAP-ABAP/CA Mr.Srinivas Palakurthi
Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678
· User Exits Overview
· Types of User Exits
· Field Exit · Screen Exit
· Function Exit · Menu Exit
BADIs
· BADIs Overview
· Defining a BADI
· Implementing a BADI
· Single implementation BADI
· Multiple Implementation of BADI
· Filter dependent BADI’s
Enhancement Sport
· Concept of Enhancement Spots
· Implicit Enhancement Spots
· Explicit Enhancement Spots
BTE
· Concept of Events
· Implementing business Transaction Events
OO-ABAP
· Object Oriented ABAP Overview
· Defining a Class
· Implementing a Class
· Data Abstraction
· Encapsulation
· Inheritance
· Polymorphism
· Constructors and its visibility
· Local classes and Global classes
· Polymorphism
· Interfaces, Defining and implementing
· Event Triggering and handling
· ALV using OOPS
· Converting local classes to global classes
· Visibility of Methods in Global Classes
· Event Handler Technique in Object oriented ABAP
· Redefining methods in subclass
· Final Classes and Methods
· Abstract Classes and Methods
· Demo on "Narrow Casting"
· Binding in ABAP
· Implementing Persistent Service using Transaction
SAP-ABAP/CA Mr.Srinivas Palakurthi
Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678
Service
· Create a transaction for a local class method
· Working with interfaces
· Working with events
· Enhancing a Standard Class
· Working on Polymorphism (More details)
· Working with import, export and change parameters
of a class
· Inserting data into the database table using Classes
· Working with Constructor (More details)
· Working with inheritance (More details)
· Working with the keyword SUPER
Adobe Forms
· Adobe Forms Over View
· Adobe Forms Basic
· Online and Offline forms
· Print Forms
· Interactive Adobe forms
Release Management Topics
· Correction & Transport request (CTS)
· Transport Organizer
· Work Bench Request
· Task Creation
· Release Objects
HR- ABAP
· HR ABAP Fundamentals
· Components of HR Module
· HR Technical Overview
· Working with info types
· Logical Database PCH and PAP
· Time Constraint
· Custom info type creation and Enhancement
· Reporting methods
WebDynpro-ABAP
· Web Dynpro Introduction
· Web Dynpro Controllers
· The Context at Design Time
· UI Elements
· Controller and Context Programming
· OTR and Messages · Generic UI Services
SAP-ABAP/CA Mr.Srinivas Palakurthi
Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678
· Dynamic Modifications at Runtime
· Service Calls · FPM (Floor Plan Manager )
· Object Instance Floor Plan(OIF)
· Guided Activity Floor Plan(GAF)
· Quality Activity Floor Plan(QAF)
· Over View Floor Plan(OVP)
· User Inter Face Building Blocks
· Form component
· List component
· Tabbed component
· Search component
· Hierarchical list component
HANAABAP
Complete Real Time Project

More Related Content

PDF
SAP ABAP Online Training
PDF
SAP ABAP Online Training
PPTX
PPTX
DOCX
SAP ABAP Online Training Institute in Hyderabad - C-Point
PPTX
Abap for functional consultants
PDF
sap abap training in chennai
DOC
Sap abap online training course
SAP ABAP Online Training
SAP ABAP Online Training
SAP ABAP Online Training Institute in Hyderabad - C-Point
Abap for functional consultants
sap abap training in chennai
Sap abap online training course

Similar to Sap Abap Course In Hyderabad | Sap Abap Training In Hyderabad (20)

PDF
ABAP Course from LCC Infotech
PPTX
SAP ABAP Online Course Training | Imaginelife
PPSX
SAP ABAP online training
PPTX
Sap abap course content
PDF
Sap abap
DOCX
Sap index
PDF
Abap sample
DOC
SAP ABAP Online Training
PDF
Sap infix sap hana_
PDF
Sap infix sap hana_
PDF
java training in chennai
PPTX
SAP ABAP Training
PPT
Lecture01 abap on line
PDF
SAP ABAP COURSE ONLINE
PDF
BEST SAP ABAP ONLINE TRAINING
PDF
ONLINE TRAINING SAP ABAP COURSE
PDF
ABAP SAP TRAINING ONLINE
PDF
ABAP SAP TRAINING ONLINE
PDF
ONLINE SAP ABAP TRAINING
ABAP Course from LCC Infotech
SAP ABAP Online Course Training | Imaginelife
SAP ABAP online training
Sap abap course content
Sap abap
Sap index
Abap sample
SAP ABAP Online Training
Sap infix sap hana_
Sap infix sap hana_
java training in chennai
SAP ABAP Training
Lecture01 abap on line
SAP ABAP COURSE ONLINE
BEST SAP ABAP ONLINE TRAINING
ONLINE TRAINING SAP ABAP COURSE
ABAP SAP TRAINING ONLINE
ABAP SAP TRAINING ONLINE
ONLINE SAP ABAP TRAINING
Ad

Recently uploaded (20)

PDF
Trump Administration's workforce development strategy
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PPTX
Computer Architecture Input Output Memory.pptx
PPTX
20th Century Theater, Methods, History.pptx
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
My India Quiz Book_20210205121199924.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
advance database management system book.pdf
PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
Computing-Curriculum for Schools in Ghana
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
Trump Administration's workforce development strategy
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Computer Architecture Input Output Memory.pptx
20th Century Theater, Methods, History.pptx
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
LDMMIA Reiki Yoga Finals Review Spring Summer
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Virtual and Augmented Reality in Current Scenario
My India Quiz Book_20210205121199924.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Unit 4 Computer Architecture Multicore Processor.pptx
advance database management system book.pdf
B.Sc. DS Unit 2 Software Engineering.pptx
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
AI-driven educational solutions for real-life interventions in the Philippine...
Computing-Curriculum for Schools in Ghana
FORM 1 BIOLOGY MIND MAPS and their schemes
Ad

Sap Abap Course In Hyderabad | Sap Abap Training In Hyderabad

  • 1. SAP-ABAP/CA Mr.Srinivas Palakurthi Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678 Introduction to ERP Introduction to SAP & R3 Arichitecture Introduction to ABAP/4 · What is ABAP? · R/3 Repository · Logon to SAP Environment · Transaction Codes · Multitasking Commands · Comments · Errors · ABAP/4 Editor ( SE38 ) · Steps for Creating a Program · Elements in R/3 Screen · Out put Statements · Operators in ABAP · Data, Parameter & Constant Statements · Data Types & Classification · Data Objects & Classification · Text Elements · String Operations · Control Statements · Field strings ABAP Dictionary · ABAP Dictionary Introduction · Data Dictionary Functions · Data Dictionary Objects · Data Base Tables ·Structures/Views · Data Elements · Type Groups · Domains · Search helps · Search help Exits · Lock objects · Primary Key And Foreign Key · Table Maintenance Generator · Table Events Packages · Creating a package · Difference between local objects & packages · Transferring local objects to packages Variants · Variants Introduction · Creating variants in ABAP Editor & Data Dictionary
  • 2. SAP-ABAP/CA Mr.Srinivas Palakurthi Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678 Message Classes · Message Class Introduction · Message types · Calling message class in Report & Dialog programs · Dynamic Message Handlings Selection Screens · Selection screen Introduction · Parameter Statement · Select-options Statement · Selection-screen Statement · Screen table and its fields · Dynamic screen modification by using Modif Id key Open SQL Statements · Select · Insert · Modify · Update · Delete Internal Tables · Internal Tables Introduction · Declaring Internal Table · Populating Internal Table · Processing Internal Table · Initializing Internal Tables · Inner Joins and For All Entries · Working with Standard Sorted and Hashed Internal Tables · Control Break Statements Debugging Techniques · Debugging Techniques Introduction · Break-points (Static & Dynamic) · Watch points · Dynamically changing internal tables contents in Debugging Editor · Options to step through the program in Debugging Editor Modularization Techniques · Modularization Techniques Introduction · Macros · Includes · Subroutines · Passing Parameters to Subroutines
  • 3. SAP-ABAP/CA Mr.Srinivas Palakurthi Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678 · Passing Tables to Subroutines · Function Groups & Function Modules] Reports · Reports Introduction · Classical Reports · Interactive Reports · Techniques Used For Interactive Reports · Hotspot · Hide · Get Cursor Dialog/Module Pool Programming/ Transactions · MPP Introduction · Relationship between Screen, Flow Logic and Program · Flow Logic Events · Process before Output (PBO) · Process after Input (PAI) · Process on Value Request (POV) · Process on Help Request (POH) · Include Programs in MPP · Include TOP · Include I01 · Include O01 · Include F01 · Dynamic Screens · Leave Screen · Leave to Screen · Call Screen · Set Screen · Processing of List from Transaction and Vice Versa · Elements in Screen Layout · Table Controls · Step Loops · Tab strip Controls · Sunscreens Batch Data Communication · BDC Introduction · Recording · BDC Methods · Call Transaction Method · Session Method · Handling Table Controls in BDC · Legacy System Migration Workbench · Different Methods · Flat file creation · Uploading data · File Handling · Application Server · Presentation Server SAP Scripts
  • 4. SAP-ABAP/CA Mr.Srinivas Palakurthi Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678 · SAP Scripts Introduction · Components of SAP Scripts · Layout Set · Standard Text · Out Put Program · Modifying Standard SAP Script Layouts · Including Logos · SAP Script Utilities – Upload / Download Smart Forms · Smart Forms Introduction · Graphics Management · Style Maintenance · Paragraph Formats · Character Formats · Writing print program and designing layouts · Working with Mail, Secondary and Final Window · Working with Different Node levels in Smart Forms ALV Reports · ALV Reports Introduction · ALV through Function Modules · ALV Types · Tree ALV · Hierarchy sequential ALV · LIST and GRID ALV · Object Oriented ALV · Interactive ALV Runtime Analysis & SQL Tracingoss Applications · Introduction to Distributed Environment · Introduction to Cross Applications RFC · Introduction to RFC · Synchronous Asynchronous and Transaction RFC · Creating RFC Destination between 2 Systems · Creating Remote Enabled Function Modules · Creating program using Remote Enabled Function Modules · Differentiate Pass by value Pass by Reference ALE · ALE Basics · Overview of Outbound & Inbound Process · Configuration Steps · Define logical systems · Assign client to logical system
  • 5. SAP-ABAP/CA Mr.Srinivas Palakurthi Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678 · RFC destination · Customer distribution model · Creating Ports Idocs · What is an Idoc? · Types of Idocs · Basic Idocs · Extension Idocs · Creating Idocs · Message Types · Assigning Idoc type to Message type · Handling Standard Message Type and Idoc Type · Enhancing an IDOC · Creating from an IDOC from the Scratch · Distributing Master Data through Standard Idoc types · Send whole copy & sending only the Changes · Idoc Filtering · Segment Filtering · Reduced Message type · Message Control Technique · Writing Inbound and Outbound IDOC programs · Exits handling in IDOC · Extending IDOCs and developing programs EDI · EDI Basics · Difference between ALE & EDI · Overview of Outbound & Inbound Process · Configuration Steps · Port Creation · Partner Profile Creation · Creation of Customer Distribution Model · Activation of Change Pointers BAPIs · BAPI Overview · Introduction to BOR · Creating BAPI from the Scratch · Handling Standard BAPIS · Extending BAPI’s Workflow · What is workflow? · Overview of workflow · Configuration of Work flow · Work flow scenario Development · Working with single and multiple tasks User Exits
  • 6. SAP-ABAP/CA Mr.Srinivas Palakurthi Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678 · User Exits Overview · Types of User Exits · Field Exit · Screen Exit · Function Exit · Menu Exit BADIs · BADIs Overview · Defining a BADI · Implementing a BADI · Single implementation BADI · Multiple Implementation of BADI · Filter dependent BADI’s Enhancement Sport · Concept of Enhancement Spots · Implicit Enhancement Spots · Explicit Enhancement Spots BTE · Concept of Events · Implementing business Transaction Events OO-ABAP · Object Oriented ABAP Overview · Defining a Class · Implementing a Class · Data Abstraction · Encapsulation · Inheritance · Polymorphism · Constructors and its visibility · Local classes and Global classes · Polymorphism · Interfaces, Defining and implementing · Event Triggering and handling · ALV using OOPS · Converting local classes to global classes · Visibility of Methods in Global Classes · Event Handler Technique in Object oriented ABAP · Redefining methods in subclass · Final Classes and Methods · Abstract Classes and Methods · Demo on "Narrow Casting" · Binding in ABAP · Implementing Persistent Service using Transaction
  • 7. SAP-ABAP/CA Mr.Srinivas Palakurthi Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678 Service · Create a transaction for a local class method · Working with interfaces · Working with events · Enhancing a Standard Class · Working on Polymorphism (More details) · Working with import, export and change parameters of a class · Inserting data into the database table using Classes · Working with Constructor (More details) · Working with inheritance (More details) · Working with the keyword SUPER Adobe Forms · Adobe Forms Over View · Adobe Forms Basic · Online and Offline forms · Print Forms · Interactive Adobe forms Release Management Topics · Correction & Transport request (CTS) · Transport Organizer · Work Bench Request · Task Creation · Release Objects HR- ABAP · HR ABAP Fundamentals · Components of HR Module · HR Technical Overview · Working with info types · Logical Database PCH and PAP · Time Constraint · Custom info type creation and Enhancement · Reporting methods WebDynpro-ABAP · Web Dynpro Introduction · Web Dynpro Controllers · The Context at Design Time · UI Elements · Controller and Context Programming · OTR and Messages · Generic UI Services
  • 8. SAP-ABAP/CA Mr.Srinivas Palakurthi Index IT , 1st Floor , plot no: 31, Gayathri Nagar, Ameerpet. Contact number : 8977802802,8125375678 · Dynamic Modifications at Runtime · Service Calls · FPM (Floor Plan Manager ) · Object Instance Floor Plan(OIF) · Guided Activity Floor Plan(GAF) · Quality Activity Floor Plan(QAF) · Over View Floor Plan(OVP) · User Inter Face Building Blocks · Form component · List component · Tabbed component · Search component · Hierarchical list component HANAABAP Complete Real Time Project