SAP ABAP Class CL_EFG_BUFFER_HANDLER (Keeps Instances on Buffer)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-PWB (Application Component) Print Workbench
⤷
EEPW (Package) Print Workbench

⤷

⤷

Properties
Class | CL_EFG_BUFFER_HANDLER | |
Short Description | Keeps Instances on Buffer | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | /GC1/MSG | |
Program status | ||
Category | 0 | |
Package | EEPW | Print Workbench |
Created | 20060221 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EFG_BUFFER_HANDLER has no forward declaration.
Interfaces
Class CL_EFG_BUFFER_HANDLER has no interface implemented.
Friends
Class CL_EFG_BUFFER_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TYP_TAB_INSTANCE | 20060221 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TYP_TAB_BUFFER | 20060221 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Initialize Buffer | 20060221 |
2 | ![]() |
Instance method | Public | Method | Registers a Class | 20060221 |
3 | ![]() |
Static method | Public | Method | Delivers/creates instance of buffer handler | 20060221 |
Events
Class CL_EFG_BUFFER_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_STR_INSTANCE | Private | See coding | 20060221 | BEGIN OF typ_str_instance,
id TYPE c LENGTH 100,
ref_instance TYPE REF TO cl_efg_buffer_handler,
END OF typ_str_instance
|
||
2 | TYP_TAB_BUFFER | Private | See coding | 20060221 | typ_tab_buffer TYPE TABLE OF REF TO if_efg_buffer
|
||
3 | TYP_TAB_INSTANCE | Private | See coding | 20060221 | typ_tab_instance TYPE SORTED TABLE OF typ_str_instance
WITH UNIQUE KEY id
|
Method Signatures
Method INIT_BUFFERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CNT_BUFFERS | Value transfer | Type reference (TYPE) | SYTABIX | Anzahl initialisierter Puffer | 20060221 |
Method INIT_BUFFERS on class CL_EFG_BUFFER_HANDLER has no exception.
Method REGISTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REF_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EFG_BUFFER | Referenz auf Puffer | 20060221 |
Method REGISTER on class CL_EFG_BUFFER_HANDLER has no exception.
Method S_GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Value transfer | Type reference (TYPE) | CSEQUENCE | Identifikator | 20060221 | ||
2 | ![]() |
R_REF_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_EFG_BUFFER_HANDLER | Hält Instanzen auf Puffer | 20060221 |
Method S_GET_INSTANCE on class CL_EFG_BUFFER_HANDLER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |