Wednesday, August 6, 2014

Best Online Training For SAP A B A P\CA With Work Flow & web dynpro

IT DROME
#48 Sap street,Huda maitrivanam,Gatrinagar,Ameerpet
PH: +91- 9676126684              Mail ID:yarlagaddababi@gmail.com                                  
ABAP/CA   TRAINING   
            Introduction to SAP                                                          
Ø  SAP Architecture
Ø  System Landscape
Ø  Naming Conventions,Package,Transport Requests,Package Types
Ø  Introduction to Write Statement,System Varibles,EditMask,User Settings
Ø  Data Types
Ø  General structure of ABAP Program
Ø  Parameters-Simple Program
Ø  Conditional statements
Ø  LOOP Statements
Ø  Exit, Continue, Stop Statement
DATA Dictionary
Tables:
Ø  Domains,DataElements,KeyFields,Buffer
Ø  Types of Tables   
Ø  Currency/Quantity Fields
Ø  Structures: Append Structure/Include Structure
Ø  Foreign Key Realationship:CHECK table, FOREIGN key table
Ø  VALUE table, Domain Properties
Ø  Table Maintenance Generator : 2 Real Time Examples
Ø  Types of Tables   

  Views :
Ø  Database, Projection View, Help View, Maintenance View
Ø  2 Real Time Examples

Search Helps
Ø  Elementary Searchhelps,Collective Searchhelps,Matchcode objects
Ø  Assigning Search Helps
Ø  Lock objects
Ø   Data Types,Type Groups
Internal Tables
Ø  Variables, workares, Internal Tables
Ø  Introduction to SELECT statement
Ø  Operations on Internal Tables
Ø  Obsolete ways of declaring Internal Tables
Ø  Types of Internal Tables
 Debugging
Ø  Break-points,Watchpoints,Filed Values etc
OPEN SQL
Ø  R/3 Interface Layer
Ø  Open SQL/Native SQL
Ø  List of OPEN SQL Stmts: INSERT, MODIFY, UPDATE, DELETE
More about SELECT Statement
Ø  SELECT with JOINS
Ø  SELECT FOR ALL ENTRIES
Ø  SELECT Single/Up to 1 Rows
Selection-screen
Ø  Main stages of report
Ø  Selection Screen Commands-Parameters,Select-options,SS format.
Ø  Variants,Select Texts,Text SymbolsMessages
MODULARIZATION
Ø  Include programs : Standard Includes prgs,Customized Include prgs
Ø  Function Modules:Import,Export,changing,Tables,Exceptions,Source Code
Ø  Subroutines : Local subroutines, External Subroutines,Passing parameters
Ø  Differences
Ø  Macro’s

Ø  Class-Methods
A  Real time  Report1 with  selection screen and modularization techniques  
A  Real time  Report2 with  selection screen and modularization techniques  
Classical Report EVENTS
Ø  A  Real time Classical Report1  with all EVENTS
Ø  A  Real time Classical Report2  with all EVENTS
Ø  A Classical Report EVENT WITH AT Selection screen OUTPUT
Interactive Reports
Ø  Interactive Report using HIDE.
Ø  Interactive Report using GET CURSOR.
Ø  Interactive Report using AT-USER COMMAND.
Ø  A Real time Example with all interactive  events
Ø  Menu Painter-Menu Bar,Application Tool Bar, Standard Tool Bar.
ALV Reports
 ALV Report with Structure
Ø   ALV With Feildcatelog
Ø   ALV with Layout
Ø  Alv with fieldcatelog_Merge
Ø   ALV With Totals&Subtotals
Ø   ALV With Logo,TOP-OF-PAGE,END-OF-LIST.
Ø   Interactive ALV
Ø   Real time Interactive ALV’S  TO Calling a Transaction
Ø   Hierarchial ALV
Ø   Blocked ALV
Miscellaneous Topics
Ø  Control Break Statements
Ø  Lock Objects
Ø  RunTime Analysis-SE30
Ø  Performance Tuning-ST05
Ø  String operations
SAP-SCRIPTS
Ø  What is a SAP script
Ø  Why SAP scripts are client dependant
Ø  Components of SAP Scripts
Ø  Window Types
Ø  FunctionModules
Ø  Using logos,Address,Windows
Ø  Passing Data b/w Driver prg and SCRIPTS
Ø  Symbols-system symbols/program symbols
Ø  Control Commands: Define,address,TOP…END
Ø  TOP,Bottom…Endbottom,Protect..Endprotect,New-Page
Ø  Standard Text
Ø  A complete Real Time script development for Purchase Order.
Ø  Copying Standard scripts and Modifying
Ø  Modifying Standard script without changing driver prog
Ø  Configuring  SCRIPTS IN NACE
Ø  Debugging scripts/Migrating script to smartform
SMARTFORMS

Ø  What is samrtfom
Ø  Diff b/w scripts and smartfforms
Ø  Function Module in smartforms
Ø  SSF_FUNCTION_MODULE_NAME
Ø  SmartStyle
Ø  Components of smartform
Ø  Window types
Ø  EX ON WINDOW-TITLE/PAGENO
Ø  EX ON TEXT
Ø  EX ON GRAPHIC
Ø  EX ON ADDRESS
Ø  Passing data b/w driver prg and SF with ex
Ø  EX ON TEMPLATE
Ø  EX ON TABLE/CONDITIONS
Ø  EX ON PROGRAM LINES
Ø  EX ON ALTERNATIVE/CONDITIONS
Ø  EX ON LOOP
Ø  EX ON FOLDER.
Ø  A REAL TIME EX ON INVOICE
Ø  DEBUGGING SF
Ø  CONFIFUARATION
BDC

Ø  What is BDC
Ø  Types of Data Transfer
Ø  Various Methods in data transfer
Ø  Direct input Method
Ø  Call Transaction
Ø  Session Method
Ø  LSMW
Ø  Application Server Files


Module Pool Programming
Ø   Introduction
Ø  Events in MPP
Ø  Structure of MPP prog
Ø  Ex on Text Field
Ø  Ex  on Input Field/Button/Box
Ø  Simple and  Real Time Ex  on Tabstrip
Ø  Ex  on  Table Control
Ø  Ex  on  editable Table Control
Ø  Navigation b/w Screens
Ø  Call Screen/Set Screen/Leave Screen
Ø  Using POV&POH events
Object Oriented ABAP
Ø  What is a Class,Object,Instance,
Ø  Components of Class
Ø  Types of instances
Ø  Visibility of Components
Ø  Ex on Instance/Static Attributes
Ø  Ex on Methods-Using importing,Exoorting,Table Types,TYPES
Ø  Consructior and its Types
Ø  Real time Ex on Constructor
Ø  Using Interfaces,Aliases,Inheritence,abstart Class
Ø  Using local classes for  all the above concepts
Object Oriented ALV Reports
Ø  OO-ALV with Structure
Ø  OO-ALV with Fieldcatelog
Ø  OO-ALV with Fieldcatelog_merge
Ø  OO interactive ALV’s
Ø  Real time OO  interactive ALV’s with 2 grids on a single screen
Ø  Real time OO ALV with Tree
Ø  Real time OO-ALV with  Splitter control
Ø  Real time OO-ALV with  LOGO/Top of Page
User-Exits
Ø  What are user exits
Ø  A Real time example on user exit.
Customer-Exits.
Ø  What are Customer exits
Ø   Types of Customer Exits
Ø  A example1 on Function Module exit  using CALL CUSTOMER
Ø  A example2 on Function Module  exit using SMOD.
Ø   A example on MENU EXIT.
Ø   A example on SCREEN EXIT.
Ø   A example on Field exit
BADI’S
Ø  What is a BADI
Ø  Diff b/w Exits and BADI’S
Ø   Single Implementation BADI
Ø   Multiple Implementations BADI
Ø   FILTER BADI/Custom BADI
Ø  3 REAL TIME EX on BADI
Enhancement spots
Ø  What is an Enhancement Spot
Ø  Types of Enhancement spots
Ø  Ex on Implicit Spots
BAPI :
Ø  What is  BOR
Ø  What is BAPI,Rules
Ø  Diff b/w RFC and BAPI
Ø  Various scenarios of  BAPI
Ø  Creating a custom BAPI
Ø  Real time ex for uploading BAPI
Ø  Real time reports using BAPI
ALE-IDOC’S :
Ø  What is ALE and Types of data transfer
Ø  What is EDI
Ø  What is IDOC  and Real time example of IDOC
Ø  Runtime components of IDOC
Ø  Message type
Ø  Step to create segment
Ø  Step to create IDOC’S / Segments
Ø  Structure of data transfer
Ø  Outbound program , Configuration settings
Ø  Table for message types / IDOC types / outbound program / process codes.
FILTERING:
Ø  IDOC filtering
Ø  Segment filtering
Custom IDOC’S:
Ø  Custom IDOCs
Ø  Extended IDOC
Ø  Reduced IDOC
Ø  Changing pointers
A REAL TIME SCENARIO ON EXTENDED IDOC
FUNCTIONAL  EXPOSURE
Ø  SD(Sales &Distribution) : Business Flow, Tcodes,Tables,Reports
Ø  MM(Material man
Ø  agement) : Business Flow, Tcodes,Tables,Reports
SAP ABAP TIME PROJECT EXPOSURE
 ASAP Methodology explanation with a case study and real time business scenarios.
Support project issues / tickets / incidents and handling process
Responsibilities of ABAP consultant
RESUME PREPARATION
Fresher SAP ABAP  CV preparation with expertise skills, Experience profile preparation with real time scenarios and projects ,profile uploading  in job portals, guidance on fresher and experienced Openings and providing Top Consultancy Contact details.
SAP ABAP REAL TIME INTERVIEW QUESTIONS & ANSWERS
Technical and ABAP interview process (telephonic , Face 2 Face and Video Conference),
Preparation of ABAP Domain, SAP ABAP System and real time exposure concepts
SAP ABAP interview Question and Answers from Top 10 MNC’s.