SAP ABAP Online Training Hyderabad : BigClasses.com

+ Ask Question / Post resume
Results 1 to 2 of 2
  1. Post Count Number #1
    On probation
    Join Date
    February 15th, 2011
    Location
    Hyderabad
    Posts
    9

    SAP ABAP Online Training Hyderabad : BigClasses.com

    ABAP/4 Course
    Duration: 45 Hr
    Session 1
    Why ERP?
    Why SAP?
    Functional & Technical Modules in SAP
    Role of Functional & Technical Consultants using ASAP Methodologies
    Specs: Functional & Technical
    Types of Projects in SAP: Implementation/Up-gradation/Support
    Session 2
    Introduction to ABAP/4
    Overview: Reports/BDC/Dialog Programming/Scripts/Enhancements
    History of SAP AG
    Introduction to SAP R/2, R/3 Environment
    SAP R/3 versions till ECC 6.0.
    SAP R/3 Architecture: Presentation/Application/Database Layers
    Understanding the functionality of Work processes
    Session 3:
    Introduction to IDES
    Logon to SAP
    Introduction to SAP Easy Access screen
    Introduction to Transaction Codes (Tcodes)
    List of Frequently used Tcodes in ABAP
    Logoff from SAP
    Session 4:
    Introduction to ABAP Editor
    Understanding SAP Naming conventions
    Introduction to WRITE statement
    Introduction to Line Commenting
    Introduction to ABAP DEVELOPMENT WORKBENCH(SE80)
    Creating a Package/Development Class
    Session 5
    Introduction to DATA Objects
    Data Types: Elementary/Complex
    Understanding Elementary Data Types
    Creating Complex Data Types
    Arithmetic Operations
    Logical Operators
    Relational Operators
    Session 6
    Introduction to PARAMETERS Keyword
    Branching Statements:
    IF…ENDIF.
    CASE…ENDCASE.
    Session 7
    Introduction to System Fields: sy-*
    Looping Statements:
    Do…ENDDO.
    WHILE…ENDWHILE.
    SELECT…ENDSELECT.
    LOOP…ENDLOOP.
    Loop Terminators: Exit/Continue/Check
    Session 8
    Introduction to ABAP DICTIONARY(SE11)
    Introduction to Database Tables
    Differences between Transparent/Cluster/Pool Tables
    Data Element/Domain Concept
    Top Down/Bottom up Approach
    Session 9
    Creating a Transparent Table
    Working with Transparent Tables:
    Inserting Records
    Displaying Records
    Modifying Records
    Deleting Records
    Session 10
    Understanding Foreign Key Concept
    Creating Foreign Key Relation between two Tables
    VALUE Table Concept/ CHECK Table Concept
    F1 Help/F4 Help Concept
    Session 11
    Introduction to Open SQL
    Work area: Implicit/Default
    Working with SELECT…ENDSELECT with different combinations
    Working with SELECT SINGLE *
    List of frequently used Standard Tables of Material/Vendor/Purchasing/Customer/Sales/Delivery/Accounting
    Session 12
    Why Internal Tables?
    Types of Internal Tables: Standard/Sorted/Hashed
    Body/Header Line Concept
    Occurs 0 Concept
    Creating/Populating/Processing Internal Tables
    Session 13
    Internal Tables Cont…
    Creating Internal Tables in different ways
    Populating Internal Tables:
    Using SELECT
    Using APPEND
    Using INSERT
    Using Collect
    Processing Internal Tables: Using Loop…End loop.
    Using Read Statement
    Session 14
    Internal Tables Cont…
    Describe Table Concept
    Clear/Refresh/Free Concept
    Control Break Statements
    Session 15
    Internal Tables Cont…
    SELECT-OPTIONS Keyword
    Selection-Text/Text-Element Concept
    Using INNER JOIN
    Using FOR ALL ENTRIES
    Working with Checkboxes & Radio buttons
    Pretty Printer
    Session 16
    Introduction to Message Maintenance(SE91)
    Creating a Message Class
    Types of Messages: I/S/W/E/A/X
    Creating Static/Dynamic Messages & Calling Messages
    Session 17
    Modularization Techniques:
    Working with Macros
    Working with Includes
    Sub-Routines: Creating Subroutines
    Pass by Value/Pass by Reference Concept
    Passing an Internal Table to a Subroutine
    Session 18
    Modularization Techniques:
    Introduction to Function Modules(SE37)
    Creating a Function Group
    Creating a Function Module
    Calling a Function Module from ABAP Editor
    Passing Internal Table to a Function Module
    Session 19
    ABAP DICTIONARY(SE11) Cont…
    Reviewing Data Element & Domain In depth
    QUAN/CURR Fields Concepts
    Buffering Techniques
    Creating a Table Maintenance Generator
    Session 20
    ABAP DICTIONARY(SE11) Cont…
    Creating STRUCTURES
    APPEND/INCLUDE Structure
    VIEWS: Different Types of Views
    Creating DATABASE VIEWS
    Session 21
    ABAP DICTIONARY(SE11) Cont…
    Creating SEARCH HELP
    Creating LOCK OBJECT
    Session 22
    Reports: SELECTION-SCREEN/LPS
    Types of Reports: Classical/Interactive/ALV
    Events in Classical Reports
    Creating Selection-Screens
    Creating & Calling Variants
    Session 23
    Creating a Classical Report using different Events Introduction to Transaction
    Maintenance(SE93)
    Creating a Report Transaction
    Session 24
    SAP Transport Organizer:
    Creating Requests
    Releasing Requests
    Transporting Requests
    ABAP Trouble Shooting:
    Debugging Techniques
    Runtime Analysis
    SQL Trace
    Extended Program Check
    Session 25
    Introduction to Interactive Reports
    Events in Interactive Reports
    Introduction to Menu Painter(SE41)
    Creating Interactive Reports
    ABAP Memory vs SAP Memory
    Session 26
    Introduction to ALV’s
    Function Modules used in ALV’s
    Creating ALV Reports
    Session 27
    Introduction to Dialog Programming(Transaction)
    Understanding Screen Layout & Flow logic
    Events in Dialog Programming: PBO/PAI
    Introduction to Screen Painter(SE51)
    Creating a complete Dialog Program with a TCode
    Screen Validations in Dialog Programming
    Session 28
    Creating a Table Control
    Session 29
    Creating a Tab Strip Control
    Session 30
    STRING Operations
    File Handling Techniques using Datasets
    Session 31
    Upload/Download Function Modules
    Session 32
    Why BDC(Batch Data Communication)?
    Types in BDC’s
    Difference between CALL TRANSACTION & SESSIONS Method
    Working with SHDB Recording Method
    Session 33
    Creating a BDC using CALL TRANSACTION Method
    Error handling in CALL TRANSACTON
    Creating a BDC using SESSIONS Method
    Processing Session: Foreground/Background
    Session 34
    Creating BDC using LSMW Transaction
    Session 35
    Introduction to SAP SCRIPT(SE71)
    Understanding different components of SAP Script
    Defining Form Layout
    Uploading LOGO
    Standard Text(SO10) in Script
    Session 36
    Passing Internal Table to Script
    Creating a Print Program
    SAP Script Control Commands
    Modifying Standard Layout
    Session 37:
    Advanced ABAP
    Introduction to SMARTFORMS
    Migrating from SAP Script
    Designing FORMS
    Designing SYTLES
    SMARTFORM with Table Example
    Session 38
    Advanced ABAP Cont…
    Modifications/Enhancements
    Concept of User Exits
    Different Enhancements Techniques
    Working with SMOD/CMOD
    Session 39
    Advanced ABAP Cont…
    OO ABAP
    Introduction to Classes & Methods
    Creating ALV Reports using Classes
    Introduction to BADI’s
    Session 40
    Advanced ABAP Cont…
    Miscellaneous Topics
    ABAP Queries
    Logical Databases
    Field Symbols
    Session 41
    Cross Applications
    Need for Cross Applications
    Introduction to RFC
    Creating RFC Destination
    Working with RFC Function Modules
    Session 42
    Cross Applications Cont…
    Introduction to IDoc
    Creating IDoc
    Creating Segments/Message types
    Session 43
    Cross Applications Cont…
    Introduction to ALE(SALE)
    Configuring ALE
    Model Views/Partner Profile
    Distributing Master Data using Standard IDocs
    Monitoring IDoc Communication
    Session 44
    Cross Applications Cont…
    Introduction to BAPI
    Working with BAPI Interfaces
    Session 45
    Functional Overview
    SD Overview
    MM Overview
    FI Overview
    HR Overview
    Visit: www.bigclasses.com
    CONTACTUS:contact@bigclasses.com USA: 1-302 525 2655
    INDIA: 91-800 811 4040 for Career Advice
    Skype ID: Gtalk ID: Yahoo ID: Hotmail ID: bigclasses
    150211kiran

  2. Post Count Number #2
    IJT addict Guest-IJT's Avatar
    Join Date
    October 15th, 2010
    Location
    Looking for Job
    Posts
    20,894

    Name : AVINASH TAMMANA
    Email : avinash.tammana AT gmail.com
    Designation / Skillset : QUALITY CONTROL
    - Good working hand in Basic molecular biology technique (Genomic DNA isolation from fungus and bacteria, plasmid isolation,Digestion,ligation, Cloning,Transformation,PCR.
    - Detection and quantization of Nucleic acid and proteins using Gel Documentation system
    - Protein biochemistry techniques including, SDS-PAGE, functional protein assays, fluorescence microscopy etc.
    - Good handeling in microbiological and fermentation techniques.
    - Bioinformatics skills acquired :
    - Local and multiple alignments such as FASTA, BLAST, Clustal W, etc
    - Computer and Software knowledge :
    MS-OFFICE & Internet

    Resume :

    Objective :
    To play a prominent role in organization where I can contribute to the organization’s growth by utilizing my skills and qualifications.
    Work experience :
    - Fresher
    Education :
    - Academics :
    - Studying m.sc 2nd year bio chemistry in M.V.R P.G College, gajuwaka ,visakhapatnam.
    - Completed my graduation (biotechnology, biochemistry, and micro biology.) with 64% in ABN&PRR college kovvur Affiliated to Andhra University..
    - Completed my intermediate with 62% in Aditya junior college Rajahmundry .Affiliated to board of intermediate education, Hyderabad.
    - Completed my 10th with80% in government high school Tallapudi affiliated to SSC Hyderabad.
    - Technical skills
    - DCA .
    - Techinques known :
    - HPLC
    - Auto analyser.
    - PCR
    - Electrophoresis techniques.
    - Bio chemical tests.
    - Staining techniques, plating techniques, microbial methods, isolation and estimation of DNAandRNA.

    - Strengths :
    - Flexible
    - Self-confidence
    - Fast learner
    - Hard working nature
    - Frankness
    - Achievements and awards :
    - Worked as an active participant in NSS volunteer.
    - Working as a participant in Andhra vysya welfare association.
    - Presented poster in National symposium held in M.V.R P.G college.
    -
    - Project :
    - Completed project work on MICROSATELLITE CAPTURE FROM CASTOR at ANGRAU HYDERABAD

    Date :
    Place :

    (TAMMANA AVINASH)
    -------------------------------------------------------
    More Information about this submission and submitter :-
    ___________________________________________________
    Submission ID : 4353035
    Date & Time : 10th Jul 2011 5:15 AM (UTC)
    IP Address : 219.64.127.135
    Browser Info : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)
    Predicted Country : India