SAP ABAP Class CL_RSDRC_TIME_DERIVER (Derive requested times within a data structure)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDRC (Package) Data Manager InfoProvider Read Access
Properties
Class CL_RSDRC_TIME_DERIVER  
Short Description Derive requested times within a data structure    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRC   Data Manager InfoProvider Read Access 
Created 20090731   SAP 
Last change 20130531   SAP 
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 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RRSI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDRC_TIME_DERIVER has no interface implemented.
Friends
Class CL_RSDRC_TIME_DERIVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_S_META Instance attribute Private Type reference (TYPE) TP_S_META Runtime metadata needed for filtering 20090731
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Derives the times for a given table 20090731
2 PREPARE Instance method Public Method Prepare time derivation 20090731
Events
Class CL_RSDRC_TIME_DERIVER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_META Private See coding 20090731 BEGIN OF tp_s_meta, source_tim TYPE rsd_chanm, source_pos TYPE i, "position of ncumtim in data t_trafo TYPE cl_rsr_fipt=>tn_t_transformator, r_struct TYPE REF TO if_rsr_fipt_structure, ts_fieldnm TYPE if_rsr_fipt_structure=>tn_ts_fieldnm, r_movetype TYPE REF TO cl_abap_structdescr, r_sortdescr TYPE ref to cl_abap_tabledescr, t_sortorder TYPE abap_sortorder_tab, END OF tp_s_meta
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_DATA Call by reference Type reference (TYPE) ANY TABLE data to be filtered 20090803
2 Changing C_TS_DATA Call by reference Type reference (TYPE) SORTED TABLE table sorted by ncumtim 20090803
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20090731

Method PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NCUMTIM Call by reference Type reference (TYPE) RSD_CHANM name of ncumtim 20090731
2 Importing I_TA_DATA Call by reference Type reference (TYPE) ANY TABLE example output data table 20090803
3 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC SFC containing ICVAL characteristics 20090731
# Exception Resumable Description Created on
1 CX_RS_ERROR 20090731
History
Last changed by/on SAP  20130531 
SAP Release Created in 730