SAP ABAP Class CL_EVENT_CONTEXT_BASE_BRF (BRF: Event with Simple Context)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BRF (Application Component) Business Rule Framework
⤷
SBRF (Package) Business Rule Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EVENT_BASE_BRF | BRF: Basis Class Event | 20060419 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EVENT_CONTEXT_BRF | BRF: Event Object of Context | 20060419 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EVENT_TCONTEXT_SIMPLE_BRF | BRF: Standard Event with Simple Context | 20060629 |
Properties
| Class | CL_EVENT_CONTEXT_BASE_BRF | |
| Short Description | BRF: Event with Simple Context | |
| Super Class | CL_EVENT_BASE_BRF | BRF: Basis Class Event |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SBRF | Business Rule Framework |
| Created | 20060419 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EVENT_CONTEXT_BASE_BRF has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_EVENT_CONTEXT_BRF | BRF: Event Object of Context | 20060419 |
Friends
Class CL_EVENT_CONTEXT_BASE_BRF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | TY_T_CONTEXT | Table Type Attributes of Contexts | 20060419 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Check and Return Reference Data of Contexts | 20060419 | |
| 2 | Instance method | Protected | Method | Check Data Reference for Contexts | 20060419 | |
| 3 | Instance method | Protected | Method | Return All Contexts Assigned to DDIC Structures | 20060419 |
Events
Class CL_EVENT_CONTEXT_BASE_BRF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STRTYPE_CONTEXT | Public | See coding | Structure List of All Contexts | 20060419 | BEGIN OF strtype_context,
tcontext TYPE brf_tcontext,
END OF strtype_context
|
|
| 2 | TABLETYPE_CONTEXT | Public | See coding | Table Type List of All Contexts | 20060419 | tabletype_context TYPE STANDARD TABLE OF strtype_context WITH DEFAULT KEY
|
|
| 3 | TY_S_CONTEXT | Public | See coding | Structure Attributes of Contexts | 20060419 | BEGIN OF ty_s_context,
tcontext TYPE brf_tcontext,
refdata TYPE REF TO data,
END OF ty_s_context
|
|
| 4 | TY_T_CONTEXT | Public | See coding | Table Type Attributes of Contexts | 20060419 | ty_t_context TYPE STANDARD TABLE OF ty_s_context WITH DEFAULT KEY
|
Method Signatures
Method GET_CONTEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_CONTEXT | Value transfer | Object reference (TYPE REF TO) | TY_T_CONTEXT | Tabellentyp Attributte der Kontexte | 20060419 |
Method GET_CONTEXTS on class CL_EVENT_CONTEXT_BASE_BRF has no exception.
Method GET_CONTEXT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTEXT | Call by reference | Type reference (TYPE) | BRF_TCONTEXT | Kontext | 20060419 | |||
| 2 | RR_CONTEXT_REF | Value transfer | Object reference (TYPE REF TO) | DATA | 20060419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Datenreferenz gefunden | 20060419 |
Method GET_CTXID_ASSIGNED_TO_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CONTEXT | Value transfer | Type reference (TYPE) | TABLETYPE_CONTEXT | Tabellentyp Liste aller Kontexte | 20060419 |
Method GET_CTXID_ASSIGNED_TO_EVENT on class CL_EVENT_CONTEXT_BASE_BRF has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |