Posts

SAP ABAP Refresher’s Guide

No need to talk much about this massive 1000 pages document. The following topics are covered in detailed for ABAP Beginners;

  1. Introduction to ABAP
  2. SAP Netweaver Overview, Introduction to ABAP…

  3. ABAP Workbench Basics
  4. Data types and data objects, Internal tables, Debugging, Function groups and function modules…

  5. ABAP Dictionary
  6. Database tables, domains, views, locking concept…

  7. Advanced ABAP
  8. Open SQL, Dynamic programming…

  9. ABAP Objects
  10. Classes and objects, inheritance, polymorphism, interfaces, events, exception handling
    Read more

SAP Press Books Sample Chapter Downloads – Part 4

Before starting this series, I also did not have any chance to view most of the sample chapters shared here.  Actually it helps a lot me too and they are now most valuable documents in my archive. This part of series also comes in handy ones you should not miss

  • What are the benefits of Structural Authorizations in SAP HCM ?
  • Creating your first program in ABAP Editor
  • Segment Reporting in SAP Financial Reporting
  • Critical aspects of Internal Tables processing in ABAP
  • An Overview of Bank Accounting in SAP Financials

Read more

A Complete Reference to ABAP Basics

Starting with the definition of R/3 Architecture Components, this document brings you to a complete overview of the almost all ABAP Basics. During the reading you will learn the common statements used in creation of ABAP Screens with given examples and then you will be introduced to Data Dictionary objects. The ongoing topics covered in this document are as follows:

  • Internal Tables : Purpose of Internal Tables, Types, Used System Variables…
  • Subroutines : Statements used in Subroutines…
  • Reports : Types of Reports…
  • Module Pool Programming (MPP) : Events used in MPP, Creation steps of a simple MPP…
  • Menu Painter
  • Batch Data Communication : Methods used in BDC: Direct Input Method, Call Transaction Method and Session Method…
  • LSMW ( Legacy System Migration Workbench) : Steps required to create LSMW
  • SAPScript : Components of SAPScript
  • Smartforms : Advantages, Components and Navigation Settings of Smartforms

Read more

Tips and Tricks for ABAP Performance Tuning

ABAP is the universal language in most of SAP related Customizations. Almost in every SAP related projects, the focus is on getting ABAP programmers team as soon as possible, handing over the technical specifications to them and asking them to churn out the ABAP programs within the “given deadlines”.

Being added by Sachin Sarma in SCN Wiki, a simple steps of tutorials are provided for the following topics to make ABAP Programs running efficiently;

  • Working with Internal Tables
  • For All Entries
  • LOOP AT with WHERE clause
  • Using table buffering
  • Package size in SELECT statements
  • Speeding up table deletes
  • Accelerated LOOP with ASSIGN
  • Improve performance of SELECT

ABAP Training Slides for Beginners

Get the basics and most important aspects of ABAP with this presentation package.Contents covered;

Introduction to ABAP
Data Types in ABAP
Internal Tables
Statements in ABAP
Open SQL
SAP Authorizations
Subroutines in ABAP Programming
Events in ABAP Programming
User Dialogs-List Programming
User Dialogs- ALV Programming
User Dialogs- Dialog Programming
REUSE Components-Fn Grps and Fn. Modules
REUSE Components-BAPIs
DB Lock Concept in SAP
User Exits
SAP BDC Recording
ALE
SMARTFORMS

Read more

Abap Training Set 2: Introduction

Introduction to Abap

Contents

Chapter 01 ABAP Programming Language
Chapter 02 Introduction to ABAP Programming
Chapter 03 Simple Output Statements
Chapter 04 ABAP Data Declarations
Chapter 05 Retrieving Data with SELECT Statements
Chapter 06 Control Statements
Chapter 07 Data Structures & Internal Tables Read more