SAP ABAP Class CE_SIW_STATIC_VARIABLE (SIW: Enumeration Classe for Static Context Variables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_CORE (Package) Core of Service Implementation Workbench
⤷
⤷
Properties
| Class | CE_SIW_STATIC_VARIABLE | |
| Short Description | SIW: Enumeration Classe for Static Context Variables | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_SIW_CORE | Core of Service Implementation Workbench |
| Created | 20091207 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CE_SIW_STATIC_VARIABLE has no forward declaration.
Interfaces
Class CE_SIW_STATIC_VARIABLE has no interface implemented.
Friends
Class CE_SIW_STATIC_VARIABLE has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | Class Constructor | 20091208 | |
| 2 | Instance method | Public | Method | Get the ID of the Variable | 20091208 | |
| 3 | Instance method | Public | Method | Get the Description of the Variable | 20091208 | |
| 4 | Static method | Protected | Method | Add a new Variable / Instance to the Global Table | 20091208 | |
| 5 | Static method | Public | Method | Get all Static Variables | 20091208 | |
| 6 | Static method | Public | Method | Get Single Variable for a given ID | 20091208 |
Events
Class CE_SIW_STATIC_VARIABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TAB | Public | See coding | 20091208 | tab TYPE STANDARD TABLE OF REF TO ce_siw_static_variable WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CE_SIW_STATIC_VARIABLE has no parameter.
Method CLASS_CONSTRUCTOR on class CE_SIW_STATIC_VARIABLE has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ID | Value transfer | Type reference (TYPE) | SIW_DTE_VAR_ID | Variable ID | 20091208 |
Method GET_ID on class CE_SIW_STATIC_VARIABLE has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TEXT | Value transfer | Type reference (TYPE) | STRING | 20091208 |
Method GET_TEXT on class CE_SIW_STATIC_VARIABLE has no exception.
Method S_ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VARIABLE | Call by reference | Object reference (TYPE REF TO) | CE_SIW_STATIC_VARIABLE | SIW: Enumeration Classe for Static Context Variables | 20091208 |
Method S_ADD on class CE_SIW_STATIC_VARIABLE has no exception.
Method S_GET_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TAB_VARIABLE | Value transfer | Type reference (TYPE) | CE_SIW_STATIC_VARIABLE=>TAB | 20091208 |
Method S_GET_ALL on class CE_SIW_STATIC_VARIABLE has no exception.
Method S_GET_VARIABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Value transfer | Type reference (TYPE) | SIW_DTE_VAR_ID | Variable ID | 20091208 | |||
| 2 | R_VARIABLE | Value transfer | Object reference (TYPE REF TO) | CE_SIW_STATIC_VARIABLE | SIW: Enumeration Classe for Static Context Variables | 20091208 |
Method S_GET_VARIABLE on class CE_SIW_STATIC_VARIABLE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |