SAP ABAP Class /IWBEP/CL_ANA_ADP_EQ_API (BW API)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/ANA_ADP_EQ (Package) Gateway: Analytics Integration Adapter Easy Query
Properties
Class /IWBEP/CL_ANA_ADP_EQ_API  
Short Description BW API    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/ANA_ADP_EQ   Gateway: Analytics Integration Adapter Easy Query 
Created 20120305   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_BW_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/CL_ANA_ADP_EQ_API has no interface implemented.
Friends
Class /IWBEP/CL_ANA_ADP_EQ_API has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 RFC_COMMUNICATION_ERROR Constant Public See coding 20120305
2 RFC_OTHERS_ERROR Constant Public See coding 20120305
3 RFC_SYSTEM_ERROR Constant Public See coding 20120305
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SORTING_ENABLED Static method Public Method To Check if the FM RSEQ_QUERY_EXECUTE supports sorting 20130416
2 EXECUTE_QUERY Static method Public Method To execute a query 20120305
3 EXECUTE_QUERY_SINGLE Static method Public Method To execute a single query 20120305
4 GET_QUERY_CATALOG Static method Public Method To fetch the query catalog 20120305
5 GET_QUERY_METADATA Static method Public Method To fetch metdata for a query 20120305
6 GET_VALUE_HELP Static method Public Method To fetch the value help for a property 20120305
7 RAISE_RFC_EXCEPTION Static method Public Method To raise an RFC exception 20120305
Events
Class /IWBEP/CL_ANA_ADP_EQ_API has no event.
Types
Class /IWBEP/CL_ANA_ADP_EQ_API has no local type.
Method Signatures

Method CHECK_SORTING_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SORTING_SUPPORTED Call by reference Type reference (TYPE) ABAP_BOOL Returns true if the BW API has sorting parameters 20130416
2 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) /IWBEP/CL_COS_LOGGER Logger for local AppsLog and CCMS 20130416
3 Importing IR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MESSAGE_CONTAINER Message Container Interface 20130416
4 Importing IS_SYSTEM_ALIAS_INFO Call by reference Type reference (TYPE) /IWBEP/S_DEFI_ALIAS_INFO Logical RFC Destination - Points to SAP system 20130416
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20130416

Method EXECUTE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120305
2 Exporting ET_QUERY_RS_STRUC Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_QUERY_RS_STRUC 20120312
3 Exporting EV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20120305
4 Exporting EV_INLINECOUNT Call by reference Type reference (TYPE) INT4 InlineCount 20131206
5 Exporting EV_RESULT_SET Call by reference Type reference (TYPE) XSTRING 20120305
6 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) /IWBEP/CL_COS_LOGGER Logger for local AppsLog and CCMS 20120418
7 Importing IR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MESSAGE_CONTAINER Message Container Interface 20120305
8 Importing IS_SYSTEM_ALIAS_INFO Call by reference Type reference (TYPE) /IWBEP/S_DEFI_ALIAS_INFO Logical RFC Destination - Points to SAP system 20120306
9 Importing IT_FIELD_SEL Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_FIELD_SEL 20120305
10 Importing IT_FILTER Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_SELECT_OPTIONS 20120305
11 Importing IT_ORDER Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_SORT_ORDER BW order 20130415
12 Importing IT_QUERY_VARIABLES Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_SELECT_OPTIONS 20120305
13 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_E_QUERY 20120305
14 Importing IV_SKIP Value transfer Type reference (TYPE) INT4 Natural Number 20120305
15 Importing IV_SORTING_SUPPORTED Call by reference Type reference (TYPE) ABAP_BOOL Indicates if the sorting is supported by BW API or Not 20130415
16 Importing IV_TOP Value transfer Type reference (TYPE) INT4 Natural Number 20120305
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Easy Query Exception 20120305

Method EXECUTE_QUERY_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120305
2 Exporting ET_QUERY_RS_STRUC Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_QUERY_RS_STRUC 20120413
3 Exporting EV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20120305
4 Exporting EV_RESULT_SET Call by reference Type reference (TYPE) XSTRING 20120305
5 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) /IWBEP/CL_COS_LOGGER Logger for local AppsLog and CCMS 20120418
6 Importing IR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MESSAGE_CONTAINER Message Container Interface 20120305
7 Importing IS_SYSTEM_ALIAS_INFO Call by reference Type reference (TYPE) /IWBEP/S_DEFI_ALIAS_INFO Logical RFC Destination - Points to SAP system 20120306
8 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_E_QUERY 20120305
9 Importing IV_ROWID Call by reference Type reference (TYPE) STRING 20120305
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Easy Query Exception 20120305

Method GET_QUERY_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120305
2 Exporting ET_QUERY_LIST Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_QUERY_LIST 20120305
3 Exporting EV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL Error Flag 20120305
4 Importing IR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MESSAGE_CONTAINER Message Container Interface 20120305
5 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) /IWBEP/DEFI_RFC_DEST Logical RFC Destination - Points to SAP system 20120323
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Easy Query Exception 20120712

Method GET_QUERY_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_QUERY_META_DATA Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_S_QUERY_META_DATA Query Meta Data Structure 20120305
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120305
3 Exporting ET_QUERY_RS_STRUC Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_QUERY_RS_STRUC Query Result Set 20120305
4 Exporting ET_QUERY_VARIABLES Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_QUERY_VARIABLES Query Variables 20120305
5 Exporting EV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL Error Flag 20120305
6 Importing IR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MESSAGE_CONTAINER Message Container Interface 20120305
7 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_E_QUERY Query Name 20120305
8 Importing IV_RFC_DEST Call by reference Type reference (TYPE) /IWBEP/DEFI_RFC_DEST Logical RFC Destination - Points to SAP system 20120323
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Easy Query Exception 20120305

Method GET_VALUE_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120305
2 Exporting ET_VALUE_HELP Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_VALUE_HELP 20120305
3 Exporting EV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20120305
4 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) /IWBEP/CL_COS_LOGGER Logger for local AppsLog and CCMS 20120418
5 Importing IR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MESSAGE_CONTAINER Message Container Interface 20120305
6 Importing IS_SYSTEM_ALIAS_INFO Call by reference Type reference (TYPE) /IWBEP/S_DEFI_ALIAS_INFO Logical RFC Destination - Points to SAP system 20120306
7 Importing IT_QUERY_VARIABLES Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_T_SELECT_OPTIONS 20120305
8 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_E_QUERY Query Name 20120305
9 Importing IV_VAR_NAME Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_E_VAR_NAME 20120305
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Easy Query Exception 20120305

Method RAISE_RFC_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) /IWBEP/CL_COS_LOGGER Logger for local AppsLog and CCMS 20120418
2 Importing IR_MESSAGE_CONTAINER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MESSAGE_CONTAINER Message Container Interface 20120305
3 Importing IV_RFC_MSG Call by reference Type reference (TYPE) /IWBEP/IF_BW_TYPES=>TY_E_RFC_MSG 20120305
4 Importing IV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20120305
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20120305
History
Last changed by/on SAP  20141120 
SAP Release Created in 200