SAP ABAP Class CL_RSDHA_OPER_APRIORI (Apriori Association Analysis)
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) 20120613
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDHAR_OPER Operation Runtime Implementierung (general) 20120613
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDHAR_OPER_LFUNC Operation Runtime Implementation: Lib-Function (PAL/AFL) 20120625
Properties
Class CL_RSDHA_OPER_APRIORI  
Short Description Apriori Association Analysis    
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 20120613   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDHA_OPER_APRIORI has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDHAM_OPER Implementation of Operation (Object Model) 20120613
2 IF_RSDHAR_OPER Operation Runtime Implementierung (general) 20120613
3 IF_RSDHAR_OPER_LFUNC Operation Runtime Implementation: Lib-Function (PAL/AFL) 20120625
Friends
Class CL_RSDHA_OPER_APRIORI 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 Constants for parameter names 20120614
2 N_C_SIGNATURE Constant Public See coding Constants for signature 20120613
3 N_S_RULE_VAL Instance attribute Public Type reference (TYPE) TN_S_RULE_VAL Support and Confidence (Structure) 20120614
4 N_T_INPUT_MAPPING Instance attribute Private Attribute reference (LIKE) 20120613
5 P_T_RULE_VAL Instance attribute Private Type reference (TYPE) TP_T_RULE_VAL Table Parameter: Support and Confidence 20120814
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120613
2 GET_RULE_VAL Instance method Public Method Get rule values 20120618
3 SET_RULE_VAL Instance method Public Method Set rule values 20120618
Events
Class CL_RSDHA_OPER_APRIORI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_RULE_VAL Public See coding Support and Confidence (Structure) 20120614 BEGIN OF tn_s_rule_val, min_support TYPE p LENGTH 3 DECIMALS 2, min_confidence TYPE p LENGTH 3 DECIMALS 2, END OF tn_s_rule_val
2 TP_T_RULE_VAL Private See coding Table Parameter: Support and Confidence 20120814 TP_T_RULE_VAL type STANDARD TABLE OF tn_s_rule_val
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) 20120613

Method CONSTRUCTOR on class CL_RSDHA_OPER_APRIORI has no exception.

Method GET_RULE_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_RULE_VAL Value transfer Type reference (TYPE) TN_S_RULE_VAL Support and Confidence (Structure) 20120618

Method GET_RULE_VAL on class CL_RSDHA_OPER_APRIORI has no exception.

Method SET_RULE_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_RULE_VAL Call by reference Type reference (TYPE) TN_S_RULE_VAL Support and Confidence (Structure) 20120618

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