A Must SAP ABAP Tutorials Document For Beginners

Actually in this 500 pages document you will find the contents from saptechnical.com’s ABAP Tutorials which each are explained step by step with screenshots. Someone has compiled them to into a single document and I think it is a must for all SAP ABAP Programmers. Some of the tutorials in this extensive document are;

  • Creation of Transparent Table
  • Creating a Structure in ABAP Dictionary
  • Working with Table Maintenance Generator
  • Creation of a Logical Database
  • Dynamic Selection Screen (Drop downs, pushbuttons, radio buttons, icons)
  • Create Dynamic Patterns
  • Table Control using Wizard in Module Pool Programming and many more…

Read more

Enhancements, Exits and BADIs Overview in SAP

This presentation will introduce you the enhancement techniques used in standart SAP System. You will also find useful notes for Business Add-Ins (BAdI ). Highlights from the document are:

  • Customer Exits Types: Function Module Exits, Menu Exits, Screen Exits…
  • Enhancement Framework
  • Composite Enhancement Spots
  • Features of Explicit & Implicit Enhancement Points
  • User Exit Demonstration
  • BAdI Definition..Classic BAdIs..BAdIs Implementation
  • Usage of Old ( Classic ) BAdIs versus New BAdIS
  • Multiple Use BAdI..

Read more

ABAP Query Creation Tutorial

SAP Query application is used to create lists which are not already contained in standard SAP. It has been designed for users with little or no knowledge of the SAP programming language ABAP.

This document outlines 3 components of ABAP Query; Infosets, User Groups and Queries. After giving some brief info you will be guided for how to create these components.

Read more

ABAP Objects Presentations for Beginners

Introduced with the release of SAP Basis 4.5 in 1990s, ABAP Object Oriented Programming (ABAP OOP) has many new features over conventional ABAP Programming. If you are not familiar with ABAP Objects yet, this post will provide you 3 presentations to give you a general overview. Highlights from documents are as following:

1. Fundamentals of ABAP Objects:

  • Recognize the concept of Object Oriented Programming (OOP)
  • Identify the features of Object Oriented Programming
  • Recall the history of ABAP Object Oriented Programming
  • Advantages of ABAP OOP over conventional ABAP Procedural Programming
  • Analyze the basic building blocks of ABAP Objects

Read more

Extensive ABAP Reports Document

This is an extensive ABAP Reports document that covers followings topics in detail

  • Classical Reports: These are the simplest reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop.
  • Interactive Reports: In simple Interactive reports are nothing but which were user interface the name itself signifies that it interacts with the users
  • Logical Database: A logical database is a special ABAP program which combines the contents of certain database tables
  • ABAP Query

Read more

SAP BAPI Training Document for Beginners

SAP BAPI (Business API) Definition: BAPI is a set of interfaces that allow third-party developers to access to processes and data in SAP R/3 Modules.

In this document author collects various information, creates BAPI tutorials with screenshots, and states important points that every beginner should know. Not covered in this document but it will be also useful for you to check and download SAP BAPI List.  Following are some highlights from this 41 pages BAPI guide material:

  • Benefits of BAPI
  • BAPI Conventions
  • Important points to follow when developing a BAPI
  • Define a structures for the BAPI
  • Create the API Method Using the BAPI Wizard

Read more