Exercise on SAP ALV and SmartForms

The purpose of this document is to display Sales Order acknowledgement. The smart form displays detail of the order which can be printed

  1. execute custom transaction to display the sales order data based on selection screen entries
  2. display of an ALV report based on the layout selected in selection screen with sales order fields
  3. proving an option to the user to view smart form with organization details

Read more

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

ABAP Training Slides for Beginners

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

  1. ABAP Programming Language:
    • Get an introduction to ABAP Programming,
    • Identify ABAP Workbenchcomponents
  2. Introduction to ABAP Programming:
    • Remember basic terms in ABAP Programming,
    • Identify ABAP development basics,
    • Examine ABAP programming environment and ABAP Editor,
    • Write basic ABAP program syntax
  3. Simple Output Statements:
    • List the ABAP write statement,
    • Writing Icons and Symbols List New-Page statement,
    • Maintaining page header
  4. ABAP Data Declarations:
    • List ABAP elementary data types,
    • Declaring variables,
    • List user-defined data types,
    • Use arithmetic expressions,
    • List field-symbols
  5. Retrieving Data with SELECT Statements:
    • Retrieve information from the database using Open SQL,
    • Create basic Select statements for use in ABAP Code,
    • Describe the system field SY-SUBRC and properly use it in an ABAP Program.
  6. Control Statements:
    • Use the basic Control Flow Constructs that are available in the ABAP Editor
    • Use the following statements in an ABAP Program
    • IF, CASE, DO, WHILE, CHECK, EXIT, and CONTINUE
    • Use the Logical Expressions that are available in the ABAP Editor
  7. Data Structures and Internal Tables
    • Create a Structure in an ABAP Program
    • Create an Internal Table in an ABAP program
    • Populate an Internal Table with data
    • Read Database information into an Internal Table
  8. Multiple Line Selection
    • Write check boxes in the screen.
    • Providing additional information on single record on the screen.
    • Use READ-LINE statement with SY-INDEX.

Read more