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

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSPLFD_PARAM | Superclass Parameter (Definition) | 20040430 |
Properties
Class | CL_RSPLFD_PARAM_STRUC | |
Short Description | Structured Parameter (Definition) | |
Super Class | CL_RSPLFD_PARAM | Superclass Parameter (Definition) |
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_STRUC has no forward declaration.
Interfaces
Class CL_RSPLFD_PARAM_STRUC has no interface implemented.
Friends
Class CL_RSPLFD_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_DEF | List of component definitions | 20040709 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LT_TH_COMP_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 component definition by name | 20040708 |
3 | ![]() |
Instance method | Private | Method | Get mapping table (parameter name to reference) | 20040721 |
Events
Class CL_RSPLFD_PARAM_STRUC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LT_S_COMP_DEF_MAP | Private | See coding | Structure parameter name + reference | 20040706 | BEGIN OF lt_s_comp_def_map,
parnm TYPE rsplf_parnm,
r_param_def TYPE REF TO cl_rsplfd_param,
END OF lt_s_comp_def_map
|
|
2 | LT_TH_COMP_DEF_MAP | Private | See coding | Mapping table (parameter name to reference) | 20040713 | lt_th_comp_def_map TYPE HASHED TABLE OF lt_s_comp_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_S_PARAM_DEF | Call by reference | Type reference (TYPE) | RSPLF_S_DB_PARAM_DEF | Eigenschaften Parameter (gesamt) | 20040604 | ||
2 | ![]() |
I_T_COMP_DEF | Call by reference | Type reference (TYPE) | RSPLF_T_PARAM_DEF | Components | 20040709 |
Method CONSTRUCTOR on class CL_RSPLFD_PARAM_STRUC has no exception.
Method GET_COMP_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 | Parameter name | 20040708 | ||
2 | ![]() |
R_R_COMP_DEF | Value transfer | Object reference (TYPE REF TO) | CL_RSPLFD_PARAM | Definition | 20040708 |
Method GET_COMP_DEF on class CL_RSPLFD_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_DEF_MAP | Value transfer | Type reference (TYPE) | LT_TH_COMP_DEF_MAP | Mapping table (parameter name to reference) | 20040721 |
Method _GET_MAP on class CL_RSPLFD_PARAM_STRUC has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 400 |