SAP ABAP Class CL_RSLPO_TMPL_DATS (Time-Based Partitioning)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSLPO_PARTGUI (Package) UI for Specifying Partitioning Criteria
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_TMPL Partitioning Template 20091113
Properties
Class CL_RSLPO_TMPL_DATS  
Short Description Time-Based Partitioning    
Super Class CL_RSLPO_TMPL Partitioning Template 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSLPO_PARTGUI    
Program status     
Category 0   
Package RSLPO_PARTGUI   UI for Specifying Partitioning Criteria 
Created 20091113   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSLPO_TMPL_DATS has no forward declaration.
Interfaces
Class CL_RSLPO_TMPL_DATS has no interface implemented.
Friends
Class CL_RSLPO_TMPL_DATS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CALMONTH Constant Public Type reference (TYPE) RSIOBJNM '0CALMONTH' InfoObject 20091118
2 C_CALQUARTER Constant Public Type reference (TYPE) RSIOBJNM '0CALQUARTER' InfoObject 20091118
3 C_CALYEAR Constant Public Type reference (TYPE) RSIOBJNM '0CALYEAR' InfoObject 20091118
4 C_FISCPER Constant Public Type reference (TYPE) RSIOBJNM '0FISCPER' InfoObject 20091118
5 C_FISCVAR Constant Public Type reference (TYPE) RSIOBJNM '0FISCVARNT' InfoObject 20091118
6 O_CALCULATED Instance attribute Protected Type reference (TYPE) INT4 Calculated: How many partitions are created 20091119
7 O_CAL_ICON Instance attribute Protected Type reference (TYPE) ICON_TEXT Name of an Icon 20091119
8 O_CAL_WARNING Instance attribute Protected Type reference (TYPE) RSCHAVL Currency if too many partitions are generated 20091119
9 O_DATE_FROM Instance attribute Protected Type reference (TYPE) NUMC4 Remaining Date for "FROM" 20091118
10 O_DATE_LENGTH Instance attribute Protected Type reference (TYPE) INT4 Length of the Values for Date 20091118
11 O_DATE_MAX_VALUES Instance attribute Protected Type reference (TYPE) INT4 Maximum Number of Values for Date 20091118
12 O_DATE_OFFSET Instance attribute Protected Type reference (TYPE) INT4 Offset for Date 20091118
13 O_DATE_TO Instance attribute Protected Type reference (TYPE) NUMC4 Remaining Date for "TO" 20091118
14 O_FISCVAR Instance attribute Protected Type reference (TYPE) RSFISCVAR Fiscal Year Variant 20091118
15 O_FISCVAR_MAXVALUES Instance attribute Protected Type reference (TYPE) INT4 Number of Periods for Fiscal Variant 20091118
16 O_FROM Instance attribute Protected Type reference (TYPE) RSCHAVL_MAXLEN User Entry for From Value 20091116
17 O_PER_PARTITION Instance attribute Protected Type reference (TYPE) INT4 User Entry for Pro Partition 20091116
18 O_SEL_IOBJNM Instance attribute Protected Type reference (TYPE) RSIOBJNM InfoObject 20091116
19 O_TO Instance attribute Protected Type reference (TYPE) RSCHAVL_MAXLEN User Entry for To Value 20091116
20 O_T_AVAIL_IOBJ_DATS Instance attribute Protected Type reference (TYPE) T_T_IOBJ_DATS 20091116
21 O_T_SINGLE_VALUES Instance attribute Protected Type reference (TYPE) T_T_CHAVL 20091119
22 O_T_SUPP_IOBJ_DATS Instance attribute Protected Type reference (TYPE) T_T_IOBJ_DATS 20091116
23 O_YEAR_FROM Instance attribute Protected Type reference (TYPE) NUMC4 Year Value for "FROM" 20091118
24 O_YEAR_TO Instance attribute Protected Type reference (TYPE) NUMC4 Year Value for "TO" 20091118
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20091116
2 DYNPRO_FILL_LISTBOX Instance method Public Method 20091113
3 GET_AVAIL_IOBJ_DATS Instance method Private Method 20091113
4 GET_PARTITION_VALUES Instance method Private Method Creation of Partition Selections from Individual Values 20091117
5 GET_SINGLE_VALUES Instance method Private Method 20091116
6 ON_LISTBOX_CHANGE Instance method Private Method 20091113
7 SET_SUPP_IOBJ_DATS Instance method Private Method 20091113
8 UPDATE_METADATA Instance method Private Method 20091117
9 _ADJUST_FIELDCATALOG Instance method Protected Method 20091118
10 _FILL_DATE_DETAILS Instance method Protected Method 20091118
Events
Class CL_RSLPO_TMPL_DATS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_T_CHAVL Protected See coding 20091116 T_T_CHAVL TYPE STANDARD TABLE OF rschavl WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MODEL Call by reference Object reference (TYPE REF TO) CL_RSLPO_MODEL_PART 20091116

Method CONSTRUCTOR on class CL_RSLPO_TMPL_DATS has no exception.

Method DYNPRO_FILL_LISTBOX Signature

Method DYNPRO_FILL_LISTBOX on class CL_RSLPO_TMPL_DATS has no parameter.
Method DYNPRO_FILL_LISTBOX on class CL_RSLPO_TMPL_DATS has no exception.

Method GET_AVAIL_IOBJ_DATS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_IOBJ_DATS Value transfer Type reference (TYPE) T_T_IOBJ_DATS 20091113

Method GET_AVAIL_IOBJ_DATS on class CL_RSLPO_TMPL_DATS has no exception.

Method GET_PARTITION_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_SINGLE_VALUES Call by reference Type reference (TYPE) T_T_CHAVL 20091117
2 Importing I_VALUES_PER_PARTITION Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20091117
3 Returning R_T_PART_VALUES Value transfer Type reference (TYPE) RSLPO_T_PARTGUI_GRID Partitionskriterien 20091117

Method GET_PARTITION_VALUES on class CL_RSLPO_TMPL_DATS has no exception.

Method GET_SINGLE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE_FROM Call by reference Type reference (TYPE) NUMC4 Zählparameter 20091116
2 Importing I_DATE_TO Call by reference Type reference (TYPE) NUMC4 Zählparameter 20091116
3 Importing I_LENGTH Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20091116
4 Importing I_MAX_VALUE Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20091116
5 Importing I_YEAR_FROM Call by reference Type reference (TYPE) NUMC4 Zählparameter 20091116
6 Importing I_YEAR_TO Call by reference Type reference (TYPE) NUMC4 Zählparameter 20091116
7 Returning R_T_CHAVL Value transfer Type reference (TYPE) T_T_CHAVL 20091116

Method GET_SINGLE_VALUES on class CL_RSLPO_TMPL_DATS has no exception.

Method ON_LISTBOX_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_DYNPRO Call by reference Type reference (TYPE) RSLPO_S_PART_TMPL Template eines Partitionierungsszenario 20091113

Method ON_LISTBOX_CHANGE on class CL_RSLPO_TMPL_DATS has no exception.

Method SET_SUPP_IOBJ_DATS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_IOBJ_DATS Value transfer Type reference (TYPE) T_T_IOBJ_DATS 20091113

Method SET_SUPP_IOBJ_DATS on class CL_RSLPO_TMPL_DATS has no exception.

Method UPDATE_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_PART_VALUES Call by reference Type reference (TYPE) RSLPO_T_PARTGUI_GRID Partitionskriterien 20091117
# Exception Resumable Description Created on
1 CX_RSLPO_LIMIT_EXCEEDED Zu viele Partitionskriterien 20091117
2 CX_RSLPO_METADATA_INCONSISTENT 20091117
3 CX_RSLPO_OPERATION_NOT_ALLOWED 20091117
4 CX_RSLPO_PARAMETER_INVALID 20091117

Method _ADJUST_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20091118
# Exception Resumable Description Created on
1 CX_RSLPO_METADATA_INCONSISTENT 20091118

Method _FILL_DATE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATE_FROM Call by reference Type reference (TYPE) NUMC4 Zählparameter 20091119
2 Exporting E_DATE_LENGTH Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20091119
3 Exporting E_DATE_MAX_VALUES Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20091119
4 Exporting E_DATE_OFFSET Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20091119
5 Exporting E_DATE_TO Call by reference Type reference (TYPE) NUMC4 Zählparameter 20091119
6 Exporting E_FISCVAR_EXISTS Call by reference Type reference (TYPE) RS_BOOL Boolean 20091119
7 Exporting E_YEAR_FROM Call by reference Type reference (TYPE) NUMC4 Zählparameter 20091119
8 Exporting E_YEAR_TO Call by reference Type reference (TYPE) NUMC4 Zählparameter 20091119
9 Importing I_FISCVAR Call by reference Type reference (TYPE) RSFISCVAR Geschäftsjahresvariante 20091119
10 Importing I_FROM Call by reference Type reference (TYPE) RSCHAVL_MAXLEN Dim: Feld für einen beliebigen Merkmalswert 20091119
11 Importing I_INFOOBJECT Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20091119
12 Importing I_TO Call by reference Type reference (TYPE) RSCHAVL_MAXLEN Dim: Feld für einen beliebigen Merkmalswert 20091119

Method _FILL_DATE_DETAILS on class CL_RSLPO_TMPL_DATS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730