Sie sind auf Seite 1von 16

100+ Hours of SAP-ABAP Beginners & Advanced Video Based Training DVD- on

latest version of SAP Just for Less Price (2 DVDs)


===================================================================
==========================================
Do you want to learn SAP modules but you don't have time to go to institutes or
cannot spend money & time for online training or feel boring of learning through
books.
Here is the best solution.
Now you can learn Complete SAP-ABAP Beginners & Advanced from your home.
100+ Hours of video based training is ready to explain every concept of SAP-ABAP
Beginners & Advanced with live demonstration of proper example programs.
I'm sure you love it because the cost of the DVS is very very less Compare to any
other learning methods. Like books training institutes& online training
===================================================================
==========================================

Also Available Video based training DVDs for SAP-FI-CO,SAP-SD,SAP-MM,SAP-
BO4.0,SAP-BODS,SAP-BI7.0-BW 7.3,SAP-HANA SP05,SP06,SAP-HANA
Adminstration,SAP-HANA Application Development,
SAP-ABAP For Beginners,SAP-ABAP-Advanced Concepts,SAP-Webdynpro
ABAP,SAP-WorkFlow,SAP-PP,SAP-WM,SAP-EWM,SAP- CRM Functional &
Technical, SAP-BASIS & NetWeaver,SAP-BASIS Advanced,SAP-Security,SAP-
Solution Manager. SAP-GRC 10,SAP-BPC 10.
If you like to more know more details & for demo videos please send mail to
ahlada.sap2014[at]gmail[dot]com



SAP-ABAP-Beginners
*********************************************************
Introduction

SECTION 2 SAP System Overview

SAP System Overview
SAP System Architecture
Environment For Our Programs
First Look At The ABAP Workbench
How to obtain your course certificate of completion

SECTION 3 Data Dictionary

Data Dictionary Introduction
Create your first table Part 1
Create Your First Table Part 5
Create Your First Table Part 3
Create Your First Table Part 4
Enter data into your table
View the data in our table


SECTION 4 Introducing The ABAP Editor

Create Your First Program Part 1
Create Your First Program Part 5
Write Statement
Chaining Statements Together
Declaring Variables
Constants

SECTION 5 Performing Calculations

Arithmetic Addition
Arithmetic Subtraction
Arithmetic Division
Arithmetic Multiplication
Conversion Rules
Division Variations

SECTION 6 Character Strings

Character Strings Declaring C And N Fields
Character Strings Intro And Concatenate
Condense

Find The Length Of A String
Replace
Search
Shift
Split
Sub-Fields

SECTION 7 Debugging Your Program

Debugging Your Programs - Part 1
Debugging Your Programs Part 5
Debugging Your Programs Part 3
System Variables
Table Mode
Breakpoints
Watchpoints
End Your Debug Session

SECTION 8 Working With Your Database Tables

Working With Your Database Tables Make A Copy Of Your Table
Working With Your Database Tables Foreign Keys
Search Help for the GENDER Fields

Working With Your Database Tables Append Structures
Working With Your Database Tables Include Structures
Working With Your Database Tables Key Fields
Working With Your Database Tables Deleting Fields
Working With Your Database Tables Deleting Tables

SECTION 9 Working With Other Data Types

Date and Time Fields
Date Fields in Calculations
Working With Other Data Types Time Fields In Calculations
Quantity and Currency Fields in Calculations

SECTION 10 Using ABAP To Modify Data In A Database Table

Modifying Data In A Database Table Authorisations
Modifying Data In A Database Table Fundamentals
Database Lock Objects
Using Open-SQL Statements
Using Open-SQL Statements 5 Statements
Insert Part 1
Insert Part 5
Clear

Update
Modify
Delete

SECTION 11 Program Flow Control And Logical Expressions

Program Flow Control And Logical Expressions Control Structures
IF Statement
Linking Logical Expressions Together
Program Flow Control And Logical Expressions Nested IF Statements
Program Flow Control And Logical Expressions Case Statement
Select Loops
Program Flow Control And Logical Expressions Do Loops
Nested Do Loops
While Loops
Program Flow Control And Logical Expressions Nested While Loops
Loop Termination Continue
Program Flow Control And Logical Expressions Loop Termination Check
Loop Termination Exit





SECTION 12 Building User Selection Screens

Events
Intro to Selection Screens
Creating Selection Screens
At Selection Screen
Parameters
Selection Screens Check Boxes And Radio Button Parameters
Select Options
Select Example
Selection Screens Select Additions
Selection Screens Text Elements
Selection Screens Variants
Selection Screens Text Symbols
Selection Screens Text Messages
Skip Lines and Underline
Selection Screens Comments
Format a Line and Position
Element Blocks

SECTION 13 Internal Tables

Internal Tables Introduction
Types Of Internal Tables
A Few Best Practice Guidelines
Internal Tables Creating Standard And Sorted Tables
Internal Tables - Filling an Internal Table with a Header-Line
Move-Corresponding
Filling an Internal Tables with Header-Line Part 5
Internal Tables Filling An Internal Tables With A Work Area
Using Internal Tables 1 Line At A Time
Modify
Internal Tables Describe And Insert
Read
Delete Records
Sort Records
Work Area Differences Loops
Work Area Differences Modify
Work Area Differences - Insert
Work Area Differences Read
Work Area Differences Delete
Delete A Table with Header-line
Internal Tables Delete A Table With A Work Area

SECTION 14 Modularizing Your Programs

Modularizing Programs Intro
Includes
Procedures
Sub Routines Part 1
Sub-Routines Part 5
Sub Routines Part 3
Sub Routines Part 4
Sub Routines External Programs
Function Modules Intro
Function Modules Part 1
Function Modules Part 5
Function Modules Coding Part 1
Function Modules - Coding Part 5

SAP-ABAP advanced
**********************************************************

1 Introduction to SAP
* Introduction to ERP
* Overview of SAP
* SAP modules at a Glance
2 ABAP Data Types
* Character
* Integer
* Numeric Character
* Floating Point
* Packed Decimals
* Time
* Date, Strings
3 Loops & Branches
* Do, Do n times, While
* If, If Else, if Ladder, Case
* Small Programs
* Factorial program
* Indentation
* Code Inspector
* Extended Program Check
4 Structures & Internal Tables
* Over View of Structures
* Similar Structures creation
* Different Structures
* Different structures with Extra Fields
* Over View of Internal Tables
* Similar Internal tables creation
* Different Internal tables
* Different Internal tables with Extra Fields
* Modify Operation on Internal Table
* Delete Operation on Internal Tables
Sorting Of internal tables ( Sort)
Searching Techniques Of internal Table
5 Landscape & SAP R/3 Architecture
* Landscape Model
* Overview of R/3
6 Normalization & Select Statements
* Over view of Normalization
* Select Statements
* Logical operators
* Select Single & Up to 1 rows
* Nested Select queries
* For all Entries
* Join Statements
* Inner join & Left Outer Join
7 Modularization Techniques
* Over view of Modularization
* Macros
* Includes
* Subroutines
* Function Modules
8 Selection Screen Design
* Over View of Selection Screen
* Selection Screen elements
9 Basic Report
* Over view of Report
* Report with out events
* Report with events ( Classical report)
* Interactive Report
* Menu Design
* Message class Creation
* Text messages creation
* Hide Technique
* Get Cursor Technique
* Read Line Statement
* At Events ( control Events)
* Variant Creation
* Transaction Code Creation
* End User access
10 BDC (Batch Data Communication)
* Over view of BDC
* GUI Up load
* GUI Down load
* Data sets
* BDC Programming
* Call Transaction
* Session Methods
11 Data Dictionary
* Creation of Data Base Table
* Creation of Domains
* Creation of Data types
* Creation of Views
* Creation of Structures
* Creation of Type pools
* Creation of Search Help
* Creation of Lock objects
* Creation of table maintenance
15 Module Pools
* Over view of Module pools
* Creation of Create button
* Creation of Display
* Creation of Sub screens
* Creation of Tab Strip
* Creation of Table Control
* Creation of Save button to update Data Base
13 Sap Scripts
* Over view of Scripts
* Creation of Paragraphs
* Creation of Character Formats
* Creation of Pages
* Creation of Windows
* Creation of Page windows
* Creation of Script program
* User Exists Over view
Cross Applications
14 RFC
* Over view of CA
* Creation of RFC
* Fetching Data Using RFC
* ARFC & TRFC
15 ALV (ABAP List Viewer)
* Over view of ALV
* ALV List Display
* ALV Grid Display
* ALV Catalog Creation
16 BAPI
* Over View Of BAPI
* Remote FM Creation
* Creation of BOR
* Creation of BAPI
* Check The Status of BAPI
* Super type Creation
17 LSMW
* Over view of LSMW
* Creation of Project , Sub Project , Object Type
* Creation of Batch Input Using Recording Mode
* Steps To Create LSMW
18 SMART FORMS
* Over view of Smart Forms
* Creation of Paragraphs(Styles)
* Creation of Character Formats(Styles)
* Creation of Pages
* Creation of Windows
* Creation of Page windows
* Creation of table format
* Creation of Smart Form program
19 ALE/Idocs
* Over view of ALE/ IDOcs
* Creation of RFC Destinations
* Creation of Ports
* Creation of Partner Profile
* Creation of Distributed sys
* Transfer the data Btw sys
50 ABAP OOPS
* What is OOPS ?
* Classes, instances, references
* Events
* Inheritance, interfaces, polymorphism
* Global classes/interfaces (Class Builder)
* Class-based exception concept
===================================================================
===================================


If you like to more know more details please send mail to
ahlada.sap5014[at]gmail[dot]com
for demo videos
===================================================================
===================================

We Also Provide Video training DVDs for All Sofware Applications.you can choose
from 1500+ titles of Programming,Hardare & Networking,Multi
media,WebDesigning & Devlopopment
Accounts & Business Applications, BANK PO Courses,Yoga ,Arobics.... like 13
categories and 56 sub-categories. for complete details please send mail to
ahlada.sap5014[at]gmail[dot]com.


thanks in advance

Das könnte Ihnen auch gefallen