Вы находитесь на странице: 1из 10

IBM Global Services

2005 IBM Corporation ABAP Programming Language |


3.01
March-2005
ABAP Programming Language
IBM Global Services
2005 IBM Corporation 2 March-2005 ABAP Programming Language | 3.01
Objectives
The participants will be able to:
Get an introduction to ABAP Programming.
Identify ABAP workbench components.
IBM Global Services
2005 IBM Corporation 3 March-2005 ABAP Programming Language | 3.01
ABAP Programming Language
Advanced Business Application Programming
IBM Global Services
2005 IBM Corporation 4 March-2005 ABAP Programming Language | 3.01
ABAP Editor
ABAP Dictionary
Repository Browser
Menu Painter
Screen Painter
Repository Information
System
Test & Analysis Tools
Function Builder
Data Modeler
Workbench Organizer
ABAP Workbench
IBM Global Services
2005 IBM Corporation 5 March-2005 ABAP Programming Language | 3.01
Reporting


Programs can be written interactively using the capabilities of the R/3 system.
Programs can be executed both online or in the background. Background jobs
can also be scheduled to run at specific intervals.
IBM Global Services
2005 IBM Corporation 6 March-2005 ABAP Programming Language | 3.01
Non-SAP
Legacy
System
General Programming
Module Pool Programming Batch Input Processing
Module
Pool
Inter-System Communication Sequential Dataset Processing
IBM Global Services
2005 IBM Corporation 7 March-2005 ABAP Programming Language | 3.01
Demonstration
Identification of ABAP Workbench components.
IBM Global Services
2005 IBM Corporation 8 March-2005 ABAP Programming Language | 3.01
Practice
Identification of ABAP Workbench components.
IBM Global Services
2005 IBM Corporation 9 March-2005 ABAP Programming Language | 3.01
Summary
ABAP is a programming language created and used by SAP for the
development of application programs.
Conventional reports do not allow interaction by the user, Interactive
reports do.
Online programming involves the creation of a collection of ABAP modules
and one or more screens. The modules are called by the screen processor
during program execution.
Batch input processing is used to ensure the safe transfer of data into the
SAP system
ABAP can read and write sequential data sets.
IBM Global Services
2005 IBM Corporation 10 March-2005 ABAP Programming Language | 3.01
Questions
What is ABAP ?
What is ABAP Workbench ?
What are the different parts of ABAP Workbench?
What is the basic difference between a Conventional report and Interactive
report?
What is On-line Programming ?

Вам также может понравиться