0% found this document useful (0 votes)
54 views6 pages

SAPABAP

This document provides an overview of key topics related to SAP and ABAP, including: 1) Introductions to ERP, SAP, SAP R/3 architecture, and ABAP/4 programming language. 2) Explanations of common SAP components and configurations like modules, packages, variants, internal tables, and more. 3) Descriptions of programming techniques in ABAP like modularization, reports, dialog/transaction programming, batch data communication, and more. 4) Discussions of additional SAP topics like user exits, BADIs, OOPS concepts, and more miscellaneous administrative topics.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views6 pages

SAPABAP

This document provides an overview of key topics related to SAP and ABAP, including: 1) Introductions to ERP, SAP, SAP R/3 architecture, and ABAP/4 programming language. 2) Explanations of common SAP components and configurations like modules, packages, variants, internal tables, and more. 3) Descriptions of programming techniques in ABAP like modularization, reports, dialog/transaction programming, batch data communication, and more. 4) Discussions of additional SAP topics like user exits, BADIs, OOPS concepts, and more miscellaneous administrative topics.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

Introduction to ERP

What is ERP? Why we need ERP? Advantages of ERP Major ERP Packages What is SAP? History & Features of SAP SAP R/2 Architecture (Limitations of R/2 Architecture) SAP R/3 Architecture (Types of work processes) SAP R/3 Application Modules SAP Landscape SD Flow MM Flow What is ABAP? Logon to SAP Environment Transaction Codes Multitasking Commands Comments Errors ABAP/4 Editor ( SE38 ) Steps for Creating a Program Elements in R/3 Screen Out put Statements Operators in ABAP Data, Parameter & Constant Statements Data Types & Classification Data Objects & Classification Text Elements String Operations Control Statements

Introduction to SAP & R/3 Architecture

Introduction to ABAP/4

Field strings ABAP Dictionary


ABAP Dictionary Introduction Data Dictionary Functions Data Dictionary Objects

o o o

Data Base Tables Structures Views

o o o o o

Data Elements Type Groups Domains Search helps Lock objects

Primary Key And Foreign Key Table Maintenance Generator Creating a package Difference between local objects & packages Transferring local objects to packages Variants Introduction

Packages

Variants

Creating variants in ABAP Editor & Data Dictionary Message Classes


Message Class Introduction Message types

Calling message class in Report & Dialog programs Selection Screens


Selection screen Introduction

o o o

Parameter Statement Select-options Statement Selection-screen Statement

Screen table and its fields Dynamic screen modification by using Modif Id key Select Insert Modify Update Delete Internal Tables Introduction Declaring Internal Table Populating Internal Table Processing Internal Table Initializing Internal Tables

Open SQL Statements

Internal Tables

Inner Joins And For All Entries Control Break Statements

Debugging Techniques

Debugging Techniques Introduction Break-points (Static & Dynamic) Watch points Dynamically changing internal tables contents in Debugging Editor Options to step through the program in Debugging Editor Modularization Techniques Introduction Includes Subroutines Passing Parameters to Subroutines Passing Tables to Subroutines

Modularization Techniques

Function Groups & Function Modules Reports


Reports Introduction Classical Reports Interactive Reports Techniques Used For Interactive Reports

o o o

Hotspot Hide Get Cursor

Dialog / Module Pool Programming/ Transactions


MPP Introduction Relationship between Screen, Flow Logic and Program Flow Logic Events

o o o o o o o o o o

Process Before Output (PBO) Process After Input (PAI) Process On Value Request (POV) Process On Help Request (POH) Include TOP Include I01 Include O01 Include F01 Leave Screen Leave to Screen

Include Programs in MPP

Dynamic Screens

o o

Call Screen Set Screen

Processing of List from Transaction and Vice Versa Elements in Screen Layout

o o o o

Table Controls Step Loops Tabstrip Controls Subscreens

Batch Data Communication


BDC Introduction Recording BDC Methods

o o

Call Transaction Method Session Method

Handling Table Controls in BDC Legacy System Migration Workbench

o o o o o

Different Methods Flat file creation Uploading data Application Server Presentation Server

File Handling

SAP Scripts

SAP Scripts Introduction Components of SAP Scripts

o o o

Layout Set Standard Text Out Put Program

Modifying Standard SAP Script Layouts Including Logos

SAP Script Utilities Upload / Download Smart Forms


Smart Forms Introduction Graphics Management Style Maintenance

o o

Paragraph Formats Character Formats

Writing print program and designing layouts ALV Reports


ALV Reports Introduction

ALV through Function Modules ALV Types

Runtime Analysis & SQL Tracing Cross Applications


RFC
Introduction to Distributed Environment Introduction to Cross Applications Introduction to RFC Creating RFC Destination between 2 Systems Creating Remote Enabled Function Modules

Creating program using Remote Enabled Function Modules BAPIs


BAPI Overview Creation of BAPI User Exits Overview Types of User Exits

User Exits

o o o o

Field Exit Screen Exit Function Exit Menu Exit

BADIs

BADIs Overview Defining a BADI Implementing a BADI Object Oriented ABAP Overview Defining a Class

OOPS Concept

Implementing a Class Miscellaneous Topics


Correction & Transport request (CTS) Transport Organizer Work Bench Request Task Creation Release Objects

SAP Memory & ABAP Memory

You might also like