SAP ABAP Class CL_RSPLFS_PARAM_STRUC (Structured Parameter (Value))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLFS (Package) Planning Service
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSPLFS_PARAM | Parameter Value (Superclass) | 20040708 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLFA_PARAM_STRUC | Structured Parameter | 20040802 |
Properties
| Class | CL_RSPLFS_PARAM_STRUC | |
| Short Description | Structured Parameter (Value) | |
| Super Class | CL_RSPLFS_PARAM | Parameter Value (Superclass) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLFS | Planning Service |
| Created | 20040708 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSPLFS_PARAM_STRUC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSPLFA_PARAM_STRUC | Structured Parameter | 20040802 |
Friends
Class CL_RSPLFS_PARAM_STRUC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSPLF_T_PARAM_VAL | List of component values | 20040708 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LT_TH_COMP_VAL_MAP | Mapping table (parameter name to reference) | 20040721 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040713 | |
| 2 | Instance method | Public | Method | Get component value by name | 20040708 | |
| 3 | Instance method | Public | Method | Set list of component values | 20040708 | |
| 4 | Instance method | Private | Method | Get mapping table (parameter name to reference) | 20040721 |
Events
Class CL_RSPLFS_PARAM_STRUC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LT_S_COMP_VAL_MAP | Private | See coding | Structure parameter name + reference | 20040708 | BEGIN OF lt_s_comp_val_map,
parnm TYPE rsplf_parnm,
r_param_val TYPE REF TO cl_rsplfs_param,
END OF lt_s_comp_val_map
|
|
| 2 | LT_TH_COMP_VAL_MAP | Private | See coding | Mapping table (parameter name to reference) | 20040721 | lt_th_comp_val_map TYPE HASHED TABLE OF lt_s_comp_val_map WITH UNIQUE KEY parnm
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PARAM_DEF | Call by reference | Object reference (TYPE REF TO) | CL_RSPLFD_PARAM | Definition Parameter | 20040713 |
Method CONSTRUCTOR on class CL_RSPLFS_PARAM_STRUC has no exception.
Method GET_COMP_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | RSPLF_PARNM | Component name | 20040708 | |||
| 2 | R_R_COMP_VAL | Value transfer | Object reference (TYPE REF TO) | CL_RSPLFS_PARAM | Component value | 20040708 |
Method GET_COMP_VAL on class CL_RSPLFS_PARAM_STRUC has no exception.
Method SET_T_COMP_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_COMP_VAL | Call by reference | Type reference (TYPE) | RSPLF_T_PARAM_VAL | List of component values | 20040708 |
Method SET_T_COMP_VAL on class CL_RSPLFS_PARAM_STRUC has no exception.
Method _GET_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TH_COMP_VAL_MAP | Value transfer | Type reference (TYPE) | LT_TH_COMP_VAL_MAP | Mapping table (parameter name to reference) | 20040721 |
Method _GET_MAP on class CL_RSPLFS_PARAM_STRUC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |