SAP ABAP Class CL_SIW_VARIABLE (SIW Variable)
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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_VARIABLE | Variable from Construction Plan | 20061208 |
Properties
| Class | CL_SIW_VARIABLE | |
| Short Description | SIW Variable | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_SIW_CORE | Core of Service Implementation Workbench |
| Created | 20061207 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SIW_VARIABLE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SIW_VARIABLE | Variable from Construction Plan | 20061208 |
Friends
Class CL_SIW_VARIABLE has no friend class.
Attributes
Methods
Events
Class CL_SIW_VARIABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_GROUP | Private | See coding | 20110516 | BEGIN OF ts_group,
id TYPE ddobjname,
text TYPE c LENGTH 60,
END OF ts_group
|
||
| 2 | TT_GROUP | Private | See coding | 20110516 | tt_group TYPE STANDARD TABLE OF ts_group WITH DEFAULT KEY
|
Method Signatures
Method GET_DISPLAY_MODE Signature
Method GET_DISPLAY_MODE on class CL_SIW_VARIABLE has no parameter.
Method GET_DISPLAY_MODE on class CL_SIW_VARIABLE has no exception.
Method GET_GROUP_ID Signature
Method GET_GROUP_ID on class CL_SIW_VARIABLE has no parameter.
Method GET_GROUP_ID on class CL_SIW_VARIABLE has no exception.
Method GET_GROUP_TEXT Signature
Method GET_GROUP_TEXT on class CL_SIW_VARIABLE has no parameter.
Method GET_GROUP_TEXT on class CL_SIW_VARIABLE has no exception.
Method GET_ID Signature
Method GET_ID on class CL_SIW_VARIABLE has no parameter.
Method GET_ID on class CL_SIW_VARIABLE has no exception.
Method GET_TYPE Signature
Method GET_TYPE on class CL_SIW_VARIABLE has no parameter.
Method GET_TYPE on class CL_SIW_VARIABLE has no exception.
Method GET_VALUE Signature
Method GET_VALUE on class CL_SIW_VARIABLE has no parameter.
Method GET_VALUE on class CL_SIW_VARIABLE has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SIW_CONTEXT | 20061207 | ||||
| 2 | I_FIELDNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20061207 | ||||
| 3 | I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20061207 | ||||
| 4 | I_TABNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20061207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Ausführung | 20061207 |
Method IS_BOOLEAN Signature
Method IS_BOOLEAN on class CL_SIW_VARIABLE has no parameter.
Method IS_BOOLEAN on class CL_SIW_VARIABLE has no exception.
Method IS_DERIVED Signature
Method IS_DERIVED on class CL_SIW_VARIABLE has no parameter.
Method IS_DERIVED on class CL_SIW_VARIABLE has no exception.
Method SET_DISPLAY_MODE Signature
Method SET_DISPLAY_MODE on class CL_SIW_VARIABLE has no parameter.
Method SET_DISPLAY_MODE on class CL_SIW_VARIABLE has no exception.
Method SET_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GROUP_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070130 | ||||
| 2 | I_GROUP_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070130 |
Method SET_GROUP on class CL_SIW_VARIABLE has no exception.
Method SET_IS_BOOLEAN Signature
Method SET_IS_BOOLEAN on class CL_SIW_VARIABLE has no parameter.
Method SET_IS_BOOLEAN on class CL_SIW_VARIABLE has no exception.
Method SET_IS_DERIVED Signature
Method SET_IS_DERIVED on class CL_SIW_VARIABLE has no parameter.
Method SET_IS_DERIVED on class CL_SIW_VARIABLE has no exception.
Method SET_VALUE Signature
Method SET_VALUE on class CL_SIW_VARIABLE has no parameter.
Method SET_VALUE on class CL_SIW_VARIABLE has no exception.
Method S_CREATE_VARIABLE_FROM_DDIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SIW_CONTEXT | Kontext für eine Serviceimplementierung | 20061208 | |||
| 2 | I_FIELDNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20061207 | ||||
| 3 | I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20061207 | ||||
| 4 | I_TABNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20061207 | ||||
| 5 | R_REF_VARIABLE | Value transfer | Object reference (TYPE REF TO) | IF_SIW_VARIABLE | Variable des SIW Kontexts | 20080804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Ausführung | 20061207 |
Method S_GET_TABLE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070124 | ||||
| 2 | R_STR_GROUP | Value transfer | Type reference (TYPE) | TS_GROUP | 20070124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Ausführung | 20070124 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 100 |