SAP ABAP Interface IF_SIW_VARIABLE (Variable from Construction Plan)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIW_VARIABLE | SIW Variable | 20061208 |
Properties
| Interface | IF_SIW_VARIABLE | |
| Short Description | Variable from Construction Plan |
General Data
| Package | S_SIW_CORE | Core of Service Implementation Workbench |
| Created | 20061208 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SIW_VARIABLE has no forward declaration.
Interfaces
Interface IF_SIW_VARIABLE has no interface.
Friends
Interface IF_SIW_VARIABLE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CON_DISPLAY | Constant | Public | Type reference (TYPE) | SIW_DTE_DISPLAY_MODE | 'D' | Anzeigemodus von Variablen im SIW | 20070110 | |
| 2 | CON_EDITABLE | Constant | Public | Type reference (TYPE) | SIW_DTE_DISPLAY_MODE | 'E' | Anzeigemodus von Variablen im SIW | 20070110 | |
| 3 | CON_INVISIBLE | Constant | Public | Type reference (TYPE) | SIW_DTE_DISPLAY_MODE | 'I' | Anzeigemodus von Variablen im SIW | 20070110 | |
| 4 | CON_MANDATORY | Constant | Public | Type reference (TYPE) | SIW_DTE_DISPLAY_MODE | 'M' | Anzeigemodus von Variablen im SIW | 20070110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets the description of the variables | 20110317 | |
| 2 | Instance method | Public | Method | Returns the display mode | 20070109 | |
| 3 | Instance method | Public | Method | INTERNAL: Returns the group ID | 20070124 | |
| 4 | Instance method | Public | Method | INTERNAL: Returns the group text | 20070124 | |
| 5 | Instance method | Public | Method | Returns the ID of the variable | 20061208 | |
| 6 | Instance method | Public | Method | Sets the case sensitivity of the variable | 20100625 | |
| 7 | Instance method | Public | Method | Returns the type of the variable | 20070104 | |
| 8 | Instance method | Public | Method | Returns the current value of the variable | 20061208 | |
| 9 | Instance method | Public | Method | Checks if the property BOOLEAN is set for the variable | 20061208 | |
| 10 | Instance method | Public | Method | Checks if the property DERIVED is set for the variable | 20061208 | |
| 11 | Instance method | Public | Method | Sets the display mode | 20061219 | |
| 12 | Instance method | Public | Method | Sets the property BOOLEAN for the variable | 20061208 | |
| 13 | Instance method | Public | Method | Sets the property DERIVED of the variable | 20061208 | |
| 14 | Instance method | Public | Method | Sets Value | 20061208 |
Events
Interface IF_SIW_VARIABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TAB | Public | See coding | 20061214 | TAB TYPE standard TABLE OF REF TO IF_SIW_VARIABLE WITH DEFAULT key
|
Method Signatures
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DESC | Value transfer | Type reference (TYPE) | STRING | 20110317 |
Method GET_DESCRIPTION on Interface IF_SIW_VARIABLE has no exception.
Method GET_DISPLAY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DISPLAY_MODE | Value transfer | Type reference (TYPE) | SIW_DTE_DISPLAY_MODE | Felddarstellung | 20070109 |
Method GET_DISPLAY_MODE on Interface IF_SIW_VARIABLE has no exception.
Method GET_GROUP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ID | Value transfer | Type reference (TYPE) | STRING | 20070124 |
Method GET_GROUP_ID on Interface IF_SIW_VARIABLE has no exception.
Method GET_GROUP_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 | Gruppentext | 20070124 |
Method GET_GROUP_TEXT on Interface IF_SIW_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) | STRING | 20061208 |
Method GET_ID on Interface IF_SIW_VARIABLE has no exception.
Method GET_IS_CASE_SENSITIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_SENSITIVE | Value transfer | Type reference (TYPE) | XFELD | 20100625 |
Method GET_IS_CASE_SENSITIVE on Interface IF_SIW_VARIABLE has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TYPE | Value transfer | Type reference (TYPE) | STRING | 20070104 |
Method GET_TYPE on Interface IF_SIW_VARIABLE has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20061208 |
Method GET_VALUE on Interface IF_SIW_VARIABLE has no exception.
Method IS_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_BOOLEAN | Value transfer | Type reference (TYPE) | XFELD | variable is boolean | 20061208 |
Method IS_BOOLEAN on Interface IF_SIW_VARIABLE has no exception.
Method IS_DERIVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_DERIVED | Value transfer | Type reference (TYPE) | XFELD | variable is derived | 20061208 |
Method IS_DERIVED on Interface IF_SIW_VARIABLE has no exception.
Method SET_DISPLAY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY_MODE | Call by reference | Type reference (TYPE) | SIW_DTE_DISPLAY_MODE | Display mode | 20061219 |
Method SET_DISPLAY_MODE on Interface IF_SIW_VARIABLE has no exception.
Method SET_IS_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IS_BOOLEAN | Call by reference | Type reference (TYPE) | XFELD | variable is boolean | 20061208 |
Method SET_IS_BOOLEAN on Interface IF_SIW_VARIABLE has no exception.
Method SET_IS_DERIVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IS_DERIVED | Call by reference | Type reference (TYPE) | XFELD | variable is derived | 20061208 |
Method SET_IS_DERIVED on Interface IF_SIW_VARIABLE has no exception.
Method SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20061208 |
Method SET_VALUE on Interface IF_SIW_VARIABLE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 100 |