sap abap online course training | imaginelife

17
IT COURSES ONLINE LIVE CLASES PH:8499068708 :8341832707 www.imaginelife.in EMAIL:[email protected]

Upload: imagine-life

Post on 19-Jun-2015

347 views

Category:

Education


1 download

DESCRIPTION

Learn SAP ABAP Course online from Experienced industry professional through www.imaginelife.in.

TRANSCRIPT

Page 1: SAP ABAP Online Course Training | Imaginelife

IT COURSESONLINE LIVE CLASES

PH:8499068708 :8341832707www.imaginelife.in

EMAIL:[email protected]

Page 2: SAP ABAP Online Course Training | Imaginelife

Topics to be covered in SAP ABAP CourseIntroduction to SAP1. SAP Architecture2. System Land Scape3. Naming Conventions,Package,Transport Requests,Package Types4. Introduction to write statement,system Variables,Edit Masks,User Settings5. Data Types6. General Structure of ABAP Program7. Parameters-Simple Program8. Conditional Statements9. Loop Statements10.Exit,Continue,Stop Statement

Page 3: SAP ABAP Online Course Training | Imaginelife

Tables:1. Domain ,Data Elements ,Key fields,Buffer2. Types of Tables3. Currency/Quantity fields4. Structures:Append Structure/Include Structure5. Foreign Key Relationship:CHECK Table, FOREIGN Key Table6. Value Tables,Domain Properties7. Table Maintenance Generator:2 Real time examples8. Types of tablesViews:1.Database,Projection view,Help View,Maintenance View2.2 Real Time Examples

Page 4: SAP ABAP Online Course Training | Imaginelife

Search Helps:1. Elementary Search helps, collective Search helps, Match code Objects2. Assigning Search Helps3. Lock Objects4. Data Types, Type GroupsInternal Tables:1.Variables,Work areas, Internal tables2.Introduction select statement3.Operations on internal Tables4.Obsolete ways of declaring internal tables5.Types of Internal tablesDebugging:1.Break Points, Watch Points, Filed Values

Page 5: SAP ABAP Online Course Training | Imaginelife

Open SQL:1.R/3 Interface Layer2.Open SQL/Native SQL3.List of OPEN SQL Stmts: INSERT,MODIFY,UPDATE,DELETEMore About Select Statement:1.Select with Joins2.Select for all entries3.Select Single/Up to 1 RowsSelection-Screen:1.Main stages of report2.Selection Screen Commands-Parameters,Select-options,SS Format3.Variant ,Select Texts,Text Symbols Messages

Page 6: SAP ABAP Online Course Training | Imaginelife

Modularizatioin:1.Include Programs:Standard Includes prgs,Customized Include prgs2.Function Modules: Import,Export,Changing, Tables,Exceptions,Source Code3.Subroutines:Local Subroutines,External Subroutines,Passing Parameters4.Differences5.Macros6.Class MethodsA Real Time Report1 with Selection Screen and Modularization TechniquesA Real Time Report2 with Selection Screen and Modularization TechniquesClassical Report Events:1.A Real Time Classical Report 1 with all events2.A Real Time Classical Report 2 with all events3.A Classical Report Event With at Selection Screen Out Put

Page 7: SAP ABAP Online Course Training | Imaginelife

Interactive Reports1.Interactive Report Using HIDE2.Interactive Report Using GET CURSOR3.Interactive Report using AT-USER COMMAND4.A Real Time example with all interactive events5.Menu Painter-Menu Bar,Application Tool Bar, Standard too BarALV Reports-with Structure1.ALV Field Catelog2.ALV with Layout3.ALV with field catalog-Merge4.ALV with Total&Subtotal5.ALV with logo,TOP-OF-PAGE,END-OF-LIST6.Interactive ALV7.Real Time Interactive ALV`S TO Calling a Transaction8.Hierarchical ALV9.Blocked ALV

Page 8: SAP ABAP Online Course Training | Imaginelife

Miscellaneous Topics1.Control Break Statements2.Lock Objects3.Run Time Analysis-SE304.Performance Tuning-SE305.String OperationsSAP-Scripts1.What is SAP Script?2.Why SAP Script are client Dependencies?3.Components of SAP Scripts4.Windows Types5.Function Modules6.Using Logos,Address,Windows7.Passing Data b/w Driver Prg and Scripts

Page 9: SAP ABAP Online Course Training | Imaginelife

7.Passing Data b/w Driver Prg and Scripts8.Symbols-system Symbols/Program Symbols9.Control Commands:Define,address,TOP...END10.TOP,Bottom..Endbottom,Protect...End Protect,New-page11.Standard Text12.A complete Real time Script development for Purchase order13.Copying Standard Scripts and Modifying14.Modifying Standard Script and Modifying15.Modifying Standard Script without changing driver program16.Configuring SCRIPT IN NACE17.Debugging Scripts/Migrating Script to smartform

Page 10: SAP ABAP Online Course Training | Imaginelife

SMART FORMS1.What is Smart form2.Difference Between Scripts and Smart forms3.Function Module in Smart forms4.SSF_FUNCTON_MODULE_NAME5.Smart style6.Components of smart form7.Window types8.EX ON WINDOW-TITLE/PAGENO9.EX ON TEXT10.EX ON GRAPHIC11.EX ON ADDRESS12.Passing data b/w driver prg and SF with ex13.EX ON TEMPLATE

Page 11: SAP ABAP Online Course Training | Imaginelife

14.EX ON TABLE/CONDITIONS15.EX ON PROGRAM LINES16.EX ON ALTERNATIVE/CONDITIONS17.EX ON LOOP18.EX ON FOLDER19.A REAL TIME EX ON INVOICE20.DEBUGGING SF21.CONFIGURATIONBDC1.What is BDC2.Type of DATA Transfer3.Various Methods in Data Transfer4.Direct input method5.Call Transaction6.Session Method7.LSMW8.Application Server files

Page 12: SAP ABAP Online Course Training | Imaginelife

Module Pool Programming1.Introduction2.Events in MPP3.Structure of MPP org4.EX on text field5.EX on Input field and /Button/Box6.Simple and real time ex on Tab script7.EX on Table control8.EX on editable table control9.Navigation B/w Screens10.Call Screen/Set Screen/Leave Screen11.Using POV&POH events

Page 13: SAP ABAP Online Course Training | Imaginelife

Object Oriented ABAP1.What is Object ,Class,Instance2.Components of Class3.Types of Instances4.Visibility of Components5.EX on Instances/Static Attributes6.EX on Methods-using importing ,Exporting,Table Types,Types7.Constructor and its Types8.Real Time EX on Constructor9.Using Interfaces,Aliases,Inheritance,abstract class10.Using Local Classes for all the above concepts

Page 14: SAP ABAP Online Course Training | Imaginelife

Object Oriented ALV Reports1.OO-ALV with Structure2.OO-ALV with Field catelog3.OO-ALV with Fieldcatelog-merge4.OO Interactive ALV`s5.Real time OO Interactive ALV`S with 2 grids on a single screen6.Real time OO ALV with Tree7.Real time OO-ALV with Splitter control8.Real Time OO-ALV with LOGO/TOP of pageUser-Exits1.What are user exits2.A Real time example on user exit

Page 15: SAP ABAP Online Course Training | Imaginelife

Customer-Exits1.What are Customer Exits2.Types of Customer Exits3.A example 1 on Function Module exit using CALL CUSTOMER4.A example 2 on Function Module exit using SMOD5.A example on MENU EXIT6.A example on Screen Exit7.A example on Field exitBADI`s1.What is BADI2.Difference Between Exits and BADI`s3.Single Implementation on BADI`s4.Multiple Implementations BADI5.FilLTER BADI/Custom BADI6.3 Real time ex for Uploading BAPI7.Real Time reports using BAPI

Page 16: SAP ABAP Online Course Training | Imaginelife

ALE-IDOC`s1.What is ALE and Types of data transfer2.What is EDI3.What is IDOC and Real time example of IDOC4.Message Type5.Step to create Segment6.Step to create IDOC`s/segments7.Structured data Transferred8.Outbound Program,Configuration Settings9.Table for Message Types/IDOC types /Outbound Program/Process CodesFlLTERING1.IDOC Filtering2.Segment filtering

Page 17: SAP ABAP Online Course Training | Imaginelife

FlLTERING1.Custom IDOCs2.Extended IDOC3.Reduces IDOC4.Changing Pointers5.A Real time scenario on extended IDOCFUNCTIONAL EXPOSURE1.SD(Sales & Distribution):Business Flow ,T codes,Tables,Reports2.MM(Material Management)3.Business Flow ,T codes,Tables,ReportsSAP ABAP Real Time Project Exposure1.ABAP Methodology explanation with a case study and real time business scenarios2.Support Project issues/Tickets/Incidents and handling process3.Responsibilities of ABAP consultant