SAP ABAP Class CL_RSDHA_OPER_ABC (ABC Classification)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST-HAP (Application Component) HANA Analysis Process
     RSDHA (Package) SAP HANA Analysis in BW
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDHAM_OPER Implementation of Operation (Object Model) 20120524
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDHAR_OPER Operation Runtime Implementierung (general) 20120524
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDHAR_OPER_LFUNC Operation Runtime Implementation: Lib-Function (PAL/AFL) 20120620
Properties
Class CL_RSDHA_OPER_ABC  
Short Description ABC Classification    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSDHA    
Program status     
Category 0   
Package RSDHA   SAP HANA Analysis in BW 
Created 20120524   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDHA_OPER_ABC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDHAM_OPER Implementation of Operation (Object Model) 20120524
2 IF_RSDHAR_OPER Operation Runtime Implementierung (general) 20120524
3 IF_RSDHAR_OPER_LFUNC Operation Runtime Implementation: Lib-Function (PAL/AFL) 20120620
Friends
Class CL_RSDHA_OPER_ABC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_PARAM_NAME Constant Public See coding Parameter names 20120619
2 N_C_SIGNATURE Constant Public See coding Constants for signature 20120524
3 N_S_INTERVALS Instance attribute Public Type reference (TYPE) TN_S_INTERVALS ABC intervals (in percent) 20120619
4 N_T_INPUT_MAPPING Instance attribute Private Attribute reference (LIKE) 20120524
5 P_R_OPER_OM Instance attribute Private Object reference (TYPE REF TO) IF_RSDHAM_OPER Implementation of Operation (Object Model) 20120928
6 P_T_INTERVALS Instance attribute Private Type reference (TYPE) TP_T_INTERVALS Table parameter for ABC intervals 20120814
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120524
2 GET_INTERVALS Instance method Public Method Get ABC intervals 20120619
3 SET_INTERVALS Instance method Public Method Set ABC intervals 20120619
Events
Class CL_RSDHA_OPER_ABC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_INTERVALS Public See coding ABC intervals (in percent) 20120524 BEGIN OF tn_s_intervals, percent_a TYPE p LENGTH 3 DECIMALS 2, percent_b TYPE p LENGTH 3 DECIMALS 2, percent_c TYPE p LENGTH 3 DECIMALS 2, END OF tn_s_intervals
2 TP_T_INTERVALS Private See coding Table parameter for ABC intervals 20120814 tp_t_intervals TYPE STANDARD TABLE OF tn_s_intervals
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_ANALYSIS Call by reference Object reference (TYPE REF TO) IF_RSDHAM_ANALYSIS Analysis Process (Object Model) 20120524

Method CONSTRUCTOR on class CL_RSDHA_OPER_ABC has no exception.

Method GET_INTERVALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_INTERVALS Value transfer Type reference (TYPE) TN_S_INTERVALS ABC intervals (in percent) 20120619

Method GET_INTERVALS on class CL_RSDHA_OPER_ABC has no exception.

Method SET_INTERVALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_INTERVALS Call by reference Type reference (TYPE) TN_S_INTERVALS ABC intervals (in percent) 20120619

Method SET_INTERVALS on class CL_RSDHA_OPER_ABC has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 731