SAP ABAP Class /IWBEP/IF_ANA_GSR_OLAP_CATALOG (Gateway: Analytics Generic Service OLAP Catalog)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_ANA_GSR_ADP_ABS_MED Gateway: Analytics Generic Service Adapter Abstract Metadata 20120216
Properties
Class /IWBEP/IF_ANA_GSR_OLAP_CATALOG  
Short Description Gateway: Analytics Generic Service OLAP Catalog    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120124   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWBEP/IF_ANA_GSR_OLAP_CATALOG has no forward declaration.
Interfaces
Class /IWBEP/IF_ANA_GSR_OLAP_CATALOG has no interface implemented.
Friends
Class /IWBEP/IF_ANA_GSR_OLAP_CATALOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_FILTER_PARAM Constant Public See coding 20120201
Methods
# Method Level Visibility Method type Description Created on
1 GET_LIST Instance method Public Method Access the List of Catalogs 20120130
2 GET_QUERY Instance method Public Method Access the Catalog Object - Query 20120126
Events
Class /IWBEP/IF_ANA_GSR_OLAP_CATALOG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_OLAP_CATALOG_NAME Public See coding 20120201 ty_olap_catalog_name TYPE c LENGTH 120
2 TY_OLAP_QUERY_NAME Public See coding Vorschlagswerte bei Anlage von Debitoren aus Workbench 20120201 ty_olap_query_name TYPE c LENGTH 120
3 TY_S_OLAP_CATALOG Public See coding 20120131 BEGIN OF ty_s_olap_catalog , name TYPE ty_olap_catalog_name, END OF ty_s_olap_catalog
4 TY_S_OLAP_QUERY Public See coding 20120131 BEGIN OF ty_s_olap_query, name TYPE ty_olap_catalog_name, catalog_name TYPE ty_olap_query_name, description TYPE string, END OF ty_s_olap_query
5 TY_T_OLAP_CATALOGS Public See coding 20120131 ty_t_olap_catalogs TYPE STANDARD TABLE OF ty_s_olap_catalog WITH DEFAULT KEY
6 TY_T_OLAP_QUERIES Public See coding 20120131 ty_t_olap_queries TYPE STANDARD TABLE OF ty_s_olap_query WITH DEFAULT KEY
Method Signatures

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OLAP_CATALOGS Call by reference Type reference (TYPE) TY_T_OLAP_CATALOGS OLAP Catalog Table 20120130
2 Importing IT_FILTERS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20120130
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20120215
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20120215

Method GET_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OLAP_QUERIES Call by reference Type reference (TYPE) TY_T_OLAP_QUERIES OLAP Query Table 20120130
2 Importing IT_FILTERS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION MGW Framework: Selection Option Parameters for db selects 20120129
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20120215
2 /IWBEP/CX_MGW_TECH_EXCEPTION Meta data exception 20120215
History
Last changed by/on SAP  20130531 
SAP Release Created in