SAP ABAP Class CL_RSPLFS_PARAM_SET (Parameter Record (Values))
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLFA_PARAM_SET Record of Parameter Values 20040730
Properties
Class CL_RSPLFS_PARAM_SET  
Short Description Parameter Record (Values)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSPLFS   Planning Service 
Created 20040706   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSPLFS_PARAM_SET has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSPLFA_PARAM_SET Record of Parameter Values 20040730
Friends
Class CL_RSPLFS_PARAM_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_RULEPOS Instance attribute Public Type reference (TYPE) RSPLF_RULEPOS Position (ID) of Corresponding Rule 20040804
2 N_T_PARAM_VAL Instance attribute Public Type reference (TYPE) RSPLF_T_PARAM_VAL List of parameter values 20040708
3 P_DUMMY_MSG Static Attribute Private Type reference (TYPE) CHAR1 Dummy Message String 20061121
4 P_SRVTYPENM Instance attribute Private Type reference (TYPE) RSPLF_SRVTYPENM Name of Planning Function Type 20061121
5 P_TH_PARAM_VAL_MAP Instance attribute Private Type reference (TYPE) LT_TH_PARAM_VAL_MAP Mapping table (parameter name to reference) 20040721
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Clear parameter values 20040709
2 CLONE Instance method Public Method Clone parameter set 20040709
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040709
4 GET_PARAM_VAL Instance method Public Method Get parameter value by name 20040708
5 SET_RULEPOS Instance method Public Method Set rule position (ID) 20040804
6 SET_T_PARAM_VAL Instance method Public Method Set parameter value list 20040708
7 _GET_MAP Instance method Private Method Get mapping table (parameter name to reference) 20040721
Events
Class CL_RSPLFS_PARAM_SET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LT_S_PARAM_VAL_MAP Private See coding Structure parameter name + reference 20040708 begin of LT_S_PARAM_VAL_MAP, parnm type rsplf_parnm, r_param_val type ref to cl_rsplfs_param, end of LT_S_PARAM_VAL_MAP
2 LT_TH_PARAM_VAL_MAP Private See coding Mapping table (parameter name to reference) 20040721 LT_Th_PARAM_VAL_MAP type hashed table of LT_S_PARAM_VAL_MAP with unique key parnm
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_RSPLFS_PARAM_SET has no parameter.
Method CLEAR on class CL_RSPLFS_PARAM_SET has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_PARAM_SET Value transfer Object reference (TYPE REF TO) CL_RSPLFS_PARAM_SET Parameter set 20040709

Method CLONE on class CL_RSPLFS_PARAM_SET has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAM_SET_DEF Call by reference Object reference (TYPE REF TO) CL_RSPLFD_PARAM_SET Parameter set definition 20040709
2 Importing I_SRVTYPENM Call by reference Type reference (TYPE) RSPLF_SRVTYPENM Name Planungsfunktionstyp 20061121

Method CONSTRUCTOR on class CL_RSPLFS_PARAM_SET has no exception.

Method GET_PARAM_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) RSPLF_PARNM Parameter name 20040708
2 Returning R_R_PARAM_VAL Value transfer Object reference (TYPE REF TO) CL_RSPLFS_PARAM Parameter value 20040708

Method GET_PARAM_VAL on class CL_RSPLFS_PARAM_SET has no exception.

Method SET_RULEPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RULEPOS Call by reference Type reference (TYPE) RSPLF_RULEPOS Rule position (ID) 20040804

Method SET_RULEPOS on class CL_RSPLFS_PARAM_SET has no exception.

Method SET_T_PARAM_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_PARAM_VAL Call by reference Type reference (TYPE) RSPLF_T_PARAM_VAL Parameter list 20040708

Method SET_T_PARAM_VAL on class CL_RSPLFS_PARAM_SET has no exception.

Method _GET_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TH_PARAM_VAL_MAP Value transfer Type reference (TYPE) LT_TH_PARAM_VAL_MAP Mapping table (parameter name to reference) 20040721

Method _GET_MAP on class CL_RSPLFS_PARAM_SET has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700