SAP ABAP Class CL_SALV_EVENTS (General Events)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_OM_METADATA (Package) ALV: Meta Data
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_EVENTS_FUNCTIONS | ALV: Events for Functions | 20040219 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_EVENTS_LIST | ALV: Events for Lists | 20040219 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_EVENTS_HIERSEQ | Events for Hierarchical Sequential Lists | 20040219 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_EVENTS_LIST | Results in List-Like Tables | 20040511 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_EVENTS_TABLE | Events in Simple, Two-Dimensional Tables | 20040220 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_EVENTS_TREE | Events for Tree Structures | 20040407 |
Properties
| Class | CL_SALV_EVENTS | |
| Short Description | General Events | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_OM_METADATA | ALV: Meta Data |
| Created | 20040219 | SAP |
| Last change | 20040930 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SALV_EVENTS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SALV_EVENTS_FUNCTIONS | ALV: Events for Functions | 20040219 | ||
| 2 | IF_SALV_EVENTS_LIST | ALV: Events for Lists | 20040219 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SALV_CONTROLLER_EVENTS | 20040220 | ALV: Controller Events |
Attributes
Class CL_SALV_EVENTS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Event: ADDED_FUNCTION | 20040219 | |
| 2 | Instance method | Protected | Method | Event: AFTER_SALV_FUNCTION | 20040219 | |
| 3 | Instance method | Protected | Method | Event: BEFORE_SALV_FUNCTION | 20040219 | |
| 4 | Instance method | Protected | Method | Event: END_OF_PAGE | 20040219 | |
| 5 | Instance method | Protected | Method | Event: TOP_OF_PAGE | 20040219 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ADDED_FUNCTION | Instance Event (0) |
Public (2) |
20040219 | |
| 2 | AFTER_SALV_FUNCTION | Instance Event (0) |
Public (2) |
20040219 | |
| 3 | BEFORE_SALV_FUNCTION | Instance Event (0) |
Public (2) |
20040219 | |
| 4 | END_OF_PAGE | Instance Event (0) |
Public (2) |
20040219 | |
| 5 | TOP_OF_PAGE | Instance Event (0) |
Public (2) |
20040219 |
Types
Class CL_SALV_EVENTS has no local type.
Method Signatures
Method RAISE_ADDED_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | SALV_DE_FUNCTION | ALV Funktion | 20040219 |
Method RAISE_ADDED_FUNCTION on class CL_SALV_EVENTS has no exception.
Method RAISE_AFTER_SALV_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | SALV_DE_FUNCTION | ALV Funktion | 20040219 |
Method RAISE_AFTER_SALV_FUNCTION on class CL_SALV_EVENTS has no exception.
Method RAISE_BEFORE_SALV_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | SALV_DE_FUNCTION | ALV Funktion | 20040219 |
Method RAISE_BEFORE_SALV_FUNCTION on class CL_SALV_EVENTS has no exception.
Method RAISE_END_OF_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGE | Call by reference | Type reference (TYPE) | SYPAGNO | Listenerstellung, aktuelle Seite | 20040219 | |||
| 2 | VALUE | Call by reference | Object reference (TYPE REF TO) | CL_SALV_FORM | Allgemeiner Element im Gestaltungsobjekt | 20040219 |
Method RAISE_END_OF_PAGE on class CL_SALV_EVENTS has no exception.
Method RAISE_TOP_OF_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGE | Call by reference | Type reference (TYPE) | SYPAGNO | Listenerstellung, aktuelle Seite | 20040219 | |||
| 2 | TABLE_INDEX | Call by reference | Type reference (TYPE) | SYINDEX | Schleifen, aktueller Schleifendurchlauf | 20040219 | |||
| 3 | VALUE | Call by reference | Object reference (TYPE REF TO) | CL_SALV_FORM | Allgemeiner Element im Gestaltungsobjekt | 20040219 |
Method RAISE_TOP_OF_PAGE on class CL_SALV_EVENTS has no exception.
Event Signatures
Event ADDED_FUNCTION Signature
Event ADDED_FUNCTION on class CL_SALV_EVENTS has no parameter.
Event AFTER_SALV_FUNCTION Signature
Event AFTER_SALV_FUNCTION on class CL_SALV_EVENTS has no parameter.
Event BEFORE_SALV_FUNCTION Signature
Event BEFORE_SALV_FUNCTION on class CL_SALV_EVENTS has no parameter.
Event END_OF_PAGE Signature
Event END_OF_PAGE on class CL_SALV_EVENTS has no parameter.
Event TOP_OF_PAGE Signature
Event TOP_OF_PAGE on class CL_SALV_EVENTS has no parameter.
History
| Last changed by/on | SAP | 20040930 |
| SAP Release Created in | 700 |