SAP ABAP Class CL_RSPLFD_PARAM_SET (Parameter Record (Definition))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLFD (Package) Planning Service Type (Definition)

⤷

⤷

Properties
Class | CL_RSPLFD_PARAM_SET | |
Short Description | Parameter Record (Definition) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSPLFD | Planning Service Type (Definition) |
Created | 20040430 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSPLFD_PARAM_SET has no forward declaration.
Interfaces
Class CL_RSPLFD_PARAM_SET has no interface implemented.
Friends
Class CL_RSPLFD_PARAM_SET 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_DEF | List of parameter definitions | 20040709 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LT_TH_PARAM_DEF_MAP | Mapping table (parameter name to reference) | 20040713 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20040604 |
2 | ![]() |
Instance method | Public | Method | Get parameter definition by name (incl. parameter components | 20040709 |
3 | ![]() |
Instance method | Private | Method | Get mapping table (parameter name to reference) | 20040721 |
Events
Class CL_RSPLFD_PARAM_SET has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LT_S_PARAM_DEF_MAP | Private | See coding | Structure parameter name + reference | 20040706 | BEGIN OF lt_s_param_def_map,
parnm TYPE rsplf_parnm,
r_param_def TYPE REF TO cl_rsplfd_param,
END OF lt_s_param_def_map
|
|
2 | LT_TH_PARAM_DEF_MAP | Private | See coding | Mapping table (parameter name to reference) | 20040713 | lt_th_param_def_map TYPE HASHED TABLE OF lt_s_param_def_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_T_PARAM_DEF | Call by reference | Type reference (TYPE) | RSPLF_T_PARAM_DEF | Parameters | 20040709 |
Method CONSTRUCTOR on class CL_RSPLFD_PARAM_SET has no exception.
Method GET_PARAM_DEF 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 | Parametername | 20040709 | ||
2 | ![]() |
R_R_PARAM_DEF | Value transfer | Object reference (TYPE REF TO) | CL_RSPLFD_PARAM | Oberklasse Parameter (Definition) | 20040709 |
Method GET_PARAM_DEF on class CL_RSPLFD_PARAM_SET has no exception.
Method _GET_MAP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TH_PARAM_DEF_MAP | Value transfer | Type reference (TYPE) | LT_TH_PARAM_DEF_MAP | Mapping table (parameter name to reference) | 20040721 |
Method _GET_MAP on class CL_RSPLFD_PARAM_SET has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 400 |