SAP ABAP Class CL_RSDRC_NCUM_PROCEDURES (Main. of db-procedures needed for the hana-ncum handling)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDRC_DBA (Package) Data Manager InfoCube Access
Properties
Class CL_RSDRC_NCUM_PROCEDURES  
Short Description Main. of db-procedures needed for the hana-ncum handling    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRC_DBA   Data Manager InfoCube Access 
Created 20121205   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDRC_NCUM_PROCESSOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSSG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDRC_NCUM_PROCEDURES has no interface implemented.
Friends
Class CL_RSDRC_NCUM_PROCEDURES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_NCUMTIM Instance attribute Private Type reference (TYPE) RSCHANM 20121205
2 P_QUERY Instance attribute Private Type reference (TYPE) STRING 20121205
3 P_R_INFOPROV Instance attribute Private Object reference (TYPE REF TO) IF_RSD_INFOPROV InfoProvider Runtime Metadata 20130205
4 P_R_NAME_MAPPER Instance attribute Private Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Name Conversions for NewDB 20121205
5 P_TH_SFC Instance attribute Private Type reference (TYPE) RSDD_TH_SFC 20121205
6 P_TH_SFK Instance attribute Private Type reference (TYPE) RSDD_TH_SFK 20121205
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20121205
2 CREATE Instance method Public Method 20121205
3 DELETE Static method Public Method 20121205
4 DISPLAY Static method Public Method 20121205
5 EXISTS Static method Public Method 20121205
6 GET_PROC_CODING Instance method Public Method 20121213
7 _DELETE_SINGLE_PROC Static method Private Method 20121220
8 _DELETE_SINGLE_TYPE Static method Private Method 20121220
9 _GENERATE_CODE Instance method Private Method 20121205
10 _SPLIT_CODE Instance method Private Method 20121213
11 _STORE_IN_DB Instance method Private Method 20121205
Events
Class CL_RSDRC_NCUM_PROCEDURES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PT_SX_CODE Private See coding 20121213 BEGIN OF pt_sx_code, name TYPE string, t_code TYPE rssg_t_codeline, END OF pt_sx_code
2 PT_TX_CODE Private See coding 20121217 pt_tx_code TYPE STANDARD TABLE OF pt_sx_code WITH KEY name
Method Signatures

Method CONSTRUCTOR 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) RSCHANM 20121205
2 Importing I_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV 20121205
3 Importing I_QUERY Call by reference Type reference (TYPE) STRING 20121205
4 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC 20121205
5 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDD_TH_SFK 20121205

Method CONSTRUCTOR on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHOW_CODE Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE 20121205
2 Importing I_WITH_TRACING Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE 20121205

Method CREATE on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QUERY Call by reference Type reference (TYPE) STRING 20121205

Method DELETE on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV 20121205
2 Importing I_QUERY Call by reference Type reference (TYPE) STRING 20121205

Method DISPLAY on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV 20121205
2 Importing I_QUERY Call by reference Type reference (TYPE) STRING 20121205
3 Returning R_PROCEDURES_EXIST Value transfer Type reference (TYPE) RS_BOOL 20121205

Method EXISTS on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method GET_PROC_CODING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_POSTPROC_CODE Call by reference Type reference (TYPE) STRING 20121213
2 Exporting E_RTIME_CODE Call by reference Type reference (TYPE) STRING 20121213
3 Importing I_SHOW_CODE Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20121213
4 Importing I_WITH_TRACING Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20121213

Method GET_PROC_CODING on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method _DELETE_SINGLE_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_NOT_FOUND Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20121220
2 Importing I_PROCEDURE_NAME Call by reference Type reference (TYPE) STRING 20121220

Method _DELETE_SINGLE_PROC on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method _DELETE_SINGLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_NOT_FOUND Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20121220
2 Importing I_TYPE_NAME Call by reference Type reference (TYPE) STRING 20121220

Method _DELETE_SINGLE_TYPE on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method _GENERATE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CODE Call by reference Type reference (TYPE) RSSG_T_CODELINE 20121206
2 Importing I_PURE_PROC_CODING Call by reference Type reference (TYPE) RS_BOOL Boolean 20121213
3 Importing I_SHOW_CODE Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE 20121205
4 Importing I_WITH_TRACING Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE 20121205

Method _GENERATE_CODE on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method _SPLIT_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_CODE Call by reference Type reference (TYPE) PT_TX_CODE 20121217
2 Importing I_T_CODE Call by reference Type reference (TYPE) RSSG_T_CODELINE 20121213

Method _SPLIT_CODE on class CL_RSDRC_NCUM_PROCEDURES has no exception.

Method _STORE_IN_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_CODE Call by reference Type reference (TYPE) RSSG_T_CODELINE 20121206

Method _STORE_IN_DB on class CL_RSDRC_NCUM_PROCEDURES has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740