SAP Database - The Unofficial SAP Knowledge Base

Efficient ABAP Programming

Print This Post Email This Post Written by admin on Nov 6th, 2008 | Filed under: ABAP, Training Simulator

This Tutorial will teach you as to how to program more efficiently in ABAP and also help you get a deeper understanding of :

  • Internal tables
    • Understand different kinds of internal table
    • Overview of different kinds of table operations
    • Feeling for the costs of internal tables
  • Strings
    • Understanding the difference between strings and character fields
    • Overview of String Operations
    • Felling for the costs of Strings
  • Field Symbols
    • Understanding the concept of Field symbols
    • Use field symbols to improve the performance of ABAP Programs
  • References
    • Understanding the concept of References
    • Use References to make ABAP Programming more felxible
  • Generic Types
    • Overview of generic types of ABAP
    • Use Generic types to add flexibility and safety to ABAP Programs
  • Dynamic Token specification
    • Understanding the different kinds of Dynamic Token Specification
    • Use Dynamic Token Specification for dynamic operations
  • Program Generation
    • Build and generate ABAP Programs at run time.
    • Advantages and Disadvantages

Download the training simulator from Rapidshare or Mediafire. Ofcourse, you will need the SAP Tutor Player to view the .sim files.

If you like this post, you may as well like these too:

  1. ABAP Tips : Programming ABAP Language Language Dependent Formatting of Amount and Currency Dynamic Programming Assign Variable Type at Runtime Dynamic SQL Dynamic program generation Dynamic Tokens Field symbols Dynamically read fields, fieldnames...
  2. ABAP Programs for Beginners Here is the list of Programs available in the ABAP Master Code Book (PDF). How to define types and data objects A Few Simple Examples Working with database tables...
  3. ABAP HR Programming SAP ABAP HR Programming Prerequisites : ABAP Programming, Logical database, Module pool programming & SAP Scripts. Course Outline: Brief description of modules in SAP-HR Concept of Infotypes Infotype Structures...
  4. ABAP Tutorials on Report Painter / Writer and ABAP Programming Report Painter - Lecture 1 Report Painter - Lecture 2 Report Writer — Lecture 1 Report Writer — Lecture 2 ABAP Programming - Ch. 1-3 ABAP Programming - Ch....
  5. Advanced ABAP Programming The Workshop is divided into four main sections. The First three sections explain in depth some features that are not handled in the Introduction. New Features coming with ABAP...



Leave a Reply