SAP ABAP Class IF_SWLT_AGGR_DATA_PROVIDER (Provides aggregated data)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWLT_AGGR_DATA_PROVIDER Data provider for aggregated results view 20121128
Properties
Class IF_SWLT_AGGR_DATA_PROVIDER  
Short Description Provides aggregated data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121123   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SWLT_AGGR_DATA_PROVIDER has no forward declaration.
Interfaces
Class IF_SWLT_AGGR_DATA_PROVIDER has no interface implemented.
Friends
Class IF_SWLT_AGGR_DATA_PROVIDER has no friend class.
Attributes
Class IF_SWLT_AGGR_DATA_PROVIDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHECK_DATA Instance method Public Method 20121213
2 GET_DATA Instance method Public Method 20121123
3 GET_DATA_WITH_STRATEGY Instance method Public Method 20121214
Events
Class IF_SWLT_AGGR_DATA_PROVIDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_S_AGGR_CHECK_DATA Public Type reference (TYPE) SWLT_S_AGGREGATED_CHECK_LINE 20121213
2 TYP_S_AGGR_DATA Public Type reference (TYPE) SWLT_S_AGGREGATED_LINE 20121123
3 TYP_T_AGGR_CHECK_DATA Public See coding 20121213 typ_t_aggr_check_data TYPE STANDARD TABLE OF typ_s_aggr_check_data WITH DEFAULT KEY WITH NON-UNIQUE SORTED KEY code_line_check_key COMPONENTS code_line_check_key
4 TYP_T_AGGR_DATA Public See coding 20121123 typ_t_aggr_data TYPE STANDARD TABLE OF typ_s_aggr_data WITH DEFAULT KEY WITH NON-UNIQUE SORTED KEY code_line_key COMPONENTS code_line_key
Method Signatures

Method GET_CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AGGR_DATA Call by reference Type reference (TYPE) TYP_T_AGGR_CHECK_DATA 20121213
2 Importing I_SELECTION_FILTER Call by reference Object reference (TYPE REF TO) IF_SWLT_SELECTION_FILTER 20121213
# Exception Resumable Description Created on
1 CX_SWLT_FAILURE 20121213

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AGGR_DATA Call by reference Type reference (TYPE) TYP_T_AGGR_DATA 20121128
2 Importing I_DISPLAY_STRATEGY Call by reference Type reference (TYPE) SWLT_D_DISPLAY_STRATEGY 20130626
3 Importing I_SELECTION_FILTER Call by reference Object reference (TYPE REF TO) IF_SWLT_SELECTION_FILTER 20121128
# Exception Resumable Description Created on
1 CX_SWLT_FAILURE 20121211

Method GET_DATA_WITH_STRATEGY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AGGR_DATA Call by reference Type reference (TYPE) ANY TABLE 20121214
2 Importing I_SELECTION_FILTER Call by reference Object reference (TYPE REF TO) IF_SWLT_SELECTION_FILTER 20121214
3 Importing I_STRATEGY Call by reference Type reference (TYPE) SWLT_D_DISPLAY_STRATEGY 20121214
# Exception Resumable Description Created on
1 CX_SWLT_FAILURE 20121214
History
Last changed by/on SAP  20140121 
SAP Release Created in