SAP ABAP Class CL_UPARM_CHAR_REL_SIZE (Characteristic Relationship Exit - Size)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-PLA-RAP (Application Component) Retail Assortment Planning
     UPARP (Package) Retail Planning
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_CHAR_RELATION Characteristic Relationships 20080425
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_CR_EXIT Characteristic Relationships: Exit 20080425
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_CR_METHODS Methods for Characteristic Relationship 20080425
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_CR_TYPES Types for Characteristic Relationships 20080425
Properties
Class CL_UPARM_CHAR_REL_SIZE  
Short Description Characteristic Relationship Exit - Size    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class UPARM    
Program status     
Category 0   
Package UPARP   Retail Planning 
Created 20080425   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_RSPLS_CR_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 UPARA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSPLS_CHAR_RELATION Characteristic Relationships 20080425
2 IF_RSPLS_CR_EXIT Characteristic Relationships: Exit 20080425
3 IF_RSPLS_CR_METHODS Methods for Characteristic Relationship 20080425
4 IF_RSPLS_CR_TYPES Types for Characteristic Relationships 20080425
Friends
Class CL_UPARM_CHAR_REL_SIZE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_BASIC_PROV Instance attribute Public Type reference (TYPE) RSINFOPROV InfoProvider 20080425
2 N_DATETO Instance attribute Public Type reference (TYPE) RSPLS_CR_DATETO Characteristic Relationships: Validity Date 20080425
3 N_IS_DERIVE Instance attribute Public Attribute reference (LIKE) 20080425
4 N_STEP Instance attribute Public Type reference (TYPE) RSPLS_STEP Number of the Characteristic Relationship 20080425
5 N_TS_CHAS Instance attribute Public Attribute reference (LIKE) 20080425
6 O_CHAR_REL_DESCR Instance attribute Public Type reference (TYPE) TEXT30 'Material/Color/Size' Description of the Cgaracteristic Relationship 20080502
7 O_R_IS_VALID Instance attribute Protected Type reference (TYPE) TO_R_IS_VALID Reference to CHAR1 Field 20080425
8 O_R_STRUCDESCR Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20080425
9 O_R_S_BUF Instance attribute Protected Object reference (TYPE REF TO) DATA Row Structure for Buffer 20080425
10 O_R_S_MESG Instance attribute Protected Type reference (TYPE) TO_R_MESG Typed Reference to Message Structure 20080425
11 O_R_TH_BUF Instance attribute Protected Object reference (TYPE REF TO) DATA Buffer for Check 20080425
12 O_R_TH_BUF_D Instance attribute Protected Object reference (TYPE REF TO) DATA Buffer for Derive 20080425
13 O_USE_BUFFER Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20080425
14 P_TSX_INSTANCE Static Attribute Private Type reference (TYPE) TP_TSX_INSTANCE Table of Instances for the Class 20080425
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MSG Instance method Private Method Add a message to the error message table 20080502
2 CONSTRUCTOR Instance method Public Constructor Constructor 20080425
3 GET_INSTANCE_O Static method Protected Method Generate Instance: Protected 20080425
4 SELDR_TO_RANGE Instance method Protected Method Conversion of SELDR to RANGE Format 20080425
Events
Class CL_UPARM_CHAR_REL_SIZE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 M_COLRNG_TY Public Type reference (TYPE) CHAR30 value of InfoObject 0RT_COLRNGE 20080502
2 M_SIZE_TY Public Type reference (TYPE) CHAR18 value of InfoObject 0RT_SIZCR 20080502
3 M_SIZRNG_TY Public Type reference (TYPE) CHAR30 value of InfoObject 0RT_SIZRNGE 20080502
4 M_STYCRSIZ_STY Public See coding 20090406 begin of m_stycrsiz_sty, sku type /rtf/de_material, color type /rtf/de_rt_color, size type /rtf/de_rt_size, sizrng type /rtf/de_rt_sizrnge, end of m_stycrsiz_sty
5 M_STYCRSIZ_TTY Public See coding 20090406 m_stycrsiz_tty type sorted table of m_stycrsiz_sty with unique key sku color size
6 M_STYSIZ_STY Public See coding Structure - size and size range for a material 20080502 begin of m_stysiz_sty, sku type upara_y_cm_sku, size type m_size_ty, sizrng type m_sizrng_ty, end of m_stysiz_sty
7 M_STYSIZ_TTY Public See coding Table - size and size range for a material 20080502 m_stysiz_tty type sorted table of m_stysiz_sty with unique key sku size
8 TO_R_IS_VALID Protected Object reference (TYPE REF TO) CHAR1 Reference to CHAR1 Field 20080425
9 TO_R_MESG Protected Object reference (TYPE REF TO) IF_RSPLS_CR_TYPES=>TN_S_MESG Typed Reference to Message Structure 20080425
10 TP_SX_INSTANCE Private See coding Structure for Instance Management 20080425 begin of tp_sx_instance, basic_prov type rsinfoprov, ts_cha_role type if_rspls_char_relation~tn_ts_cha_role, r_instance type ref to if_rspls_char_relation, end of tp_sx_instance
11 TP_TSX_INSTANCE Private See coding Table of Instances for the Class 20080425 tp_tsx_instance type sorted table of tp_sx_instance with non-unique key basic_prov initial size 0
Method Signatures

Method ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESG Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_T_MESG 20080502

Method ADD_MSG on class CL_UPARM_CHAR_REL_SIZE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASIC_PROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20080425
2 Importing I_DATETO Call by reference Type reference (TYPE) RSPLS_CR_DATETO Characteristic Relationships: Validity Date 20080425
3 Importing I_IS_DERIVE Call by reference Type reference (TYPE) RS_BOOL Boolean 20080425
4 Importing I_STEP Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_STEP Number of the Characteristic Relationship 20080425
5 Importing I_TS_CHA_ROLE Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_TS_CHA_ROLE Characteristics (Source, Target) 20080425
# Exception Resumable Description Created on
1 CX_RSPLS_FAILED Method Failed 20080425

Method GET_INSTANCE_O Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASIC_PROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20080425
2 Importing I_CLSNAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20080425
3 Importing I_DATETO Call by reference Type reference (TYPE) RSPLS_CR_DATETO Characteristic Relationships: Validity Date 20080425
4 Importing I_IS_DERIVE Call by reference Type reference (TYPE) RS_BOOL Boolean 20080425
5 Importing I_STEP Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_STEP Number of the Characteristic Relationship 20080425
6 Importing I_TS_CHA_ROLE Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_TS_CHA_ROLE Characteristics (Source, Target) 20080425
7 Returning R_R_INSTANCE Value transfer Object reference (TYPE REF TO) IF_RSPLS_CHAR_RELATION Characteristic Relationships 20080425
# Exception Resumable Description Created on
1 CX_RSPLS_FAILED Method Failed 20080425

Method SELDR_TO_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE BW Data Manager: Range Liste 20080425
2 Importing I_TSX_SELDR Call by reference Type reference (TYPE) RSDD_TSX_SELDR Selection to the Data Manager 20080425

Method SELDR_TO_RANGE on class CL_UPARM_CHAR_REL_SIZE has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 704