SAP ABAP Class CL_SWF_VMD_PARAM_LIST (Component for Managing Parameters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_VMD (Package) Workflow: Visualization Metadata

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_VMD_BASE_LIST | Basis Component for Managing Lists | 20080227 |
Properties
Class | CL_SWF_VMD_PARAM_LIST | |
Short Description | Component for Managing Parameters | |
Super Class | CL_SWF_VMD_BASE_LIST | Basis Component for Managing Lists |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | SWF_VMD | Workflow: Visualization Metadata |
Created | 20080227 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SWF_VMD_PARAM_LIST has no interface implemented.
Friends
Class CL_SWF_VMD_PARAM_LIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | SYUCOMM | 'DEF' | OK code | 20080228 | |
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | PARAM_TABLETYPE | List of Parameters | 20080227 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | PARAMD_TABLETYPE | Parameter Defaults | 20080227 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementation of a 'Collection' | 20080227 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20080227 |
2 | ![]() |
Instance method | Public | Method | Gets Parameters | 20080227 |
3 | ![]() |
Instance method | Public | Method | Transfers Parameters | 20080227 |
4 | ![]() |
Instance method | Private | Method | Performs Output Conversions | 20080227 |
5 | ![]() |
Instance method | Private | Method | Reads Parameter Defaults | 20080227 |
Events
Class CL_SWF_VMD_PARAM_LIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | PARAMD_TABLETYPE | Protected | See coding | 20080227 | PARAMD_TABLETYPE type table of PARAMD_type
|
||
2 | PARAMD_TYPE | Protected | See coding | 20080227 | begin of PARAMD_TYPE,
NAME Type SWFVVNAM,
oblig Type XFLAG,
enD of PARAMD_TYPE
|
||
3 | PARAM_TABLETYPE | Protected | See coding | 20080227 | PARAM_TABLETYPE type table of PARAM_type
|
||
4 | PARAM_TYPE | Protected | See coding | 20080227 | begin of PARAM_TYPE,
NAME Type SWFVVNAM,
VALUE Type SWFVVVAL,
DYNAMIC Type SWFVPDY,
oblig_icon Type CHAR80,
end of PARAM_TYPE
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20080227 |
Method CONSTRUCTOR on class CL_SWF_VMD_PARAM_LIST has no exception.
Method GET_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_CHANGED | Call by reference | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20080227 | ||
2 | ![]() |
EX_PARAMS | Call by reference | Type reference (TYPE) | SWFVTPARA | 20080227 |
Method GET_PARAMS on class CL_SWF_VMD_PARAM_LIST has no exception.
Method SET_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CNT_REFERENCE | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementierung einer 'Collection' | 20080227 | ||
2 | ![]() |
IM_PARAMS | Call by reference | Type reference (TYPE) | SWFVTPARA | 20080227 | |||
3 | ![]() |
IM_VTYP | Call by reference | Type reference (TYPE) | SWFVVTYP | Visualisierungs-Typ | 20080227 | ||
4 | ![]() |
IM_WLC | Call by reference | Type reference (TYPE) | SWFVWLC | WorkList Client | 20080227 |
Method SET_PARAMS on class CL_SWF_VMD_PARAM_LIST has no exception.
Method _OUTPUT_PREPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_PARAM | Call by reference | Type reference (TYPE) | PARAM_TYPE | 20080227 |
Method _OUTPUT_PREPARE on class CL_SWF_VMD_PARAM_LIST has no exception.
Method _READ_DEFAULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_VTYP | Call by reference | Type reference (TYPE) | SWFVVTYP | Visualisierungs-Typ | 20080227 | ||
2 | ![]() |
IM_WLC | Call by reference | Type reference (TYPE) | SWFVWLC | WorkList Client | 20080227 |
Method _READ_DEFAULTS on class CL_SWF_VMD_PARAM_LIST has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |