Video Lesson 8.1: ABAP Events

Video Lesson 8.1: ABAP Events

In this lesson, you will find out how an executable ABAP program is processed in an event-controlled manner. You will learn about the most important basic events as well as their purposes and you will be able to use them in your programs.

Purpose and Usage of ABAP events

  • When you start an ABAP program, all global data objects of  the programs are first created in the working memory (memory allocation).
  • After that, the run time system triggers various events in succession.
  • If a processing block exists for a triggered event in the program, the statements of this block are executed in sequence.

Purpose of ABAP Events

  • If values are assigned to the PARAMETERS variables in the INITIALIZATION block, these are displayed as (changeable) default values in the input fields when the selection screen is displayed subsequently.
  • You can use the described value assignment in the INITIALIZATION block to assign another default value (dynamic prepopulation of the selection screen).




Share this on Social Media

Facebook
Twitter
LinkedIn
Pinterest
WhatsApp

Unit 1 – SAP System Architecture

Unit 2 – Object Navigator, Repository and ABAP Programs

Unit 3 – Transparent tables in the ABAP Dictionary

Unit 4 – Basic ABAP statements, ABAP Structures and ABAP Logical Expressions

Unit 5 – ABAP Data Retrieval

Unit 6 – SAP Analysis Tools

Unit 7 – ABAP Subroutines

Unit 8 – ABAP Events

Unit 9 – ABAP User Interface

Unit 10 – Function Modules, Methods, ALV and BAPI

Unit 11 – Adjusting SAP Standard Software

Unit 12 – ABAP Debugger, Selection Screens, and Table Controls

Unit 13 – ABAP Web Dynpro

Unit 14 – Advanced Topics

Unit 15 – Advanced Topics II

Object Oriented (OO) ABAP

ABAP for SAP HANA (Introduction)

OData and SAP Netweaver Gateway