Sunday, December 4, 2011

ABAP Overview for Beginners

These are eight powerpoint presentations serves as an introduction to ABAP that is meant to provide overview to beginners.
  • Introduction to ABAP
  • List Processing in ABAP
  • Open SQL & Internal Table
  • Event-driven Programming & Selection Screen
  • Modularization & Catch Statement
  • Message, Debugging, File Transfer and Type Group
  • ABAP Advanced List
  • Dialog Programming Overview
Download ABAP Presentation for Beginners here.

BC400 ABAP Workbench Foundations








Download PDF here.

Goals
  • Learn the fundamental concepts of the ABAP programming language
  • Efficiently use the ABAP Workbench tools
  • Create simple application programs with user dialogs (selection screen, list and screen) and database dialogs (reading from the database)
Content
  • Create ABAP programs and the most important Repository objects using appropriate ABAP Workbench tools
  • Navigate in the Workbench and use the syntax help
  • Process source text with the ABAP Editor
  • Test programs using the Debugger
  • Project-oriented development using the Transport Organizer
  • Overview of important ABAP statements
  • Define elementary and structured data objects
  • Working with internal tables
  • Use function groups and function modules
  • Use of classes, methods and BAPIs
  • Database dialogs: information about database tables in the ABAP Dictionary, read database tables
  • User dialogs: list, selection screen, screens. ABAP Web Dynpro (from SAP NetWeaver 7.0)
  • Overview of the different options for adapting software