SAP ABAP Class CL_BBPT_HIEID_2_PLANT (Determines relationship between hierarchy id and plant)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-PLA-RAP (Application Component) Retail Assortment Planning
     RS_BCT_RETAIL_MAP (Package) BW: Content MAP
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_CHAR_RELATION Characteristic Relationships 20080526
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_CR_EXIT Characteristic Relationships: Exit 20080526
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_CR_METHODS Methods for Characteristic Relationship 20080526
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPLS_CR_TYPES Types for Characteristic Relationships 20080526
Properties
Class CL_BBPT_HIEID_2_PLANT  
Short Description Determines relationship between hierarchy id and plant    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_BCT_RETAIL_MAP   BW: Content MAP 
Created 20080526   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSPLS_CHAR_RELATION Characteristic Relationships 20080526
2 IF_RSPLS_CR_EXIT Characteristic Relationships: Exit 20080526
3 IF_RSPLS_CR_METHODS Methods for Characteristic Relationship 20080526
4 IF_RSPLS_CR_TYPES Types for Characteristic Relationships 20080526
Friends
Class CL_BBPT_HIEID_2_PLANT 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 20080526
2 N_DATETO Instance attribute Public Type reference (TYPE) RSPLS_CR_DATETO Characteristic Relationships: Validity Date 20080526
3 N_IS_DERIVE Instance attribute Public Attribute reference (LIKE) 20080526
4 N_STEP Instance attribute Public Type reference (TYPE) RSPLS_STEP Number of the Characteristic Relationship 20080526
5 N_TS_CHAS Instance attribute Public Attribute reference (LIKE) 20080526
6 O_CHAR_REL_DESCR Instance attribute Public Type reference (TYPE) TEXT30 Text (30 Characters) 20080526
7 O_R_IS_VALID Instance attribute Protected Type reference (TYPE) TO_R_IS_VALID 20080526
8 O_R_STRUCDESCR Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20080526
9 O_R_S_BUF Instance attribute Protected Object reference (TYPE REF TO) DATA 20080526
10 O_R_S_MESG Instance attribute Protected Type reference (TYPE) TO_R_MESG 20080526
11 O_R_TH_BUF Instance attribute Protected Object reference (TYPE REF TO) DATA 20080526
12 O_R_TH_BUF_D Instance attribute Protected Object reference (TYPE REF TO) DATA 20080526
13 O_USE_BUFFER Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20080526
14 P_TSX_INSTANCE Static Attribute Private Type reference (TYPE) TP_TSX_INSTANCE 20080526
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20080526
2 GET_INSTANCE_O Static method Protected Method Generate Instance: Protected 20080526
3 SELDR_TO_RANGE Instance method Protected Method Conversion of SELDR to RANGE Format 20080526
Events
Class CL_BBPT_HIEID_2_PLANT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TO_R_IS_VALID Protected Object reference (TYPE REF TO) CHAR1 20080526
2 TO_R_MESG Protected Object reference (TYPE REF TO) IF_RSPLS_CR_TYPES=>TN_S_MESG 20080526
3 TP_SX_INSTANCE Private See coding 20080526 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
4 TP_TSX_INSTANCE Private See coding 20080526 tp_tsx_instance TYPE SORTED TABLE OF tp_sx_instance WITH NON-UNIQUE KEY basic_prov INITIAL SIZE 0
Method Signatures

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 20080526
2 Importing I_DATETO Call by reference Type reference (TYPE) RSPLS_CR_DATETO Characteristic Relationships: Validity Date 20080526
3 Importing I_IS_DERIVE Call by reference Type reference (TYPE) RS_BOOL Boolean 20080526
4 Importing I_STEP Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_STEP 20080526
5 Importing I_TS_CHA_ROLE Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_TS_CHA_ROLE 20080526
# Exception Resumable Description Created on
1 CX_RSPLS_FAILED Method Failed 20080526

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 20080526
2 Importing I_CLSNAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20080526
3 Importing I_DATETO Call by reference Type reference (TYPE) RSPLS_CR_DATETO Characteristic Relationships: Validity Date 20080526
4 Importing I_IS_DERIVE Call by reference Type reference (TYPE) RS_BOOL Boolean 20080526
5 Importing I_STEP Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_STEP 20080526
6 Importing I_TS_CHA_ROLE Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_TS_CHA_ROLE 20080526
7 Returning R_R_INSTANCE Value transfer Object reference (TYPE REF TO) IF_RSPLS_CHAR_RELATION Characteristic Relationships 20080526
# Exception Resumable Description Created on
1 CX_RSPLS_FAILED Method Failed 20080526

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 List 20080526
2 Importing I_TSX_SELDR Call by reference Type reference (TYPE) RSDD_TSX_SELDR Selection to the Data Manager 20080526

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