SAP ABAP Class /BCV/CL_SIN_SEARCH_BICS (BI Query Data Retrieve (BICS))
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BCV (Application Component) Business Context Viewer
     /BCV/SIN (Package) BCV Search Integration Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BCV/IF_SIN_DSP_SEARCH Search Interface (Runtime) 20120305
Properties
Class /BCV/CL_SIN_SEARCH_BICS  
Short Description BI Query Data Retrieve (BICS)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BCV/SIN   BCV Search Integration Layer 
Created 20120305   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BCV/CL_SIN_C Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /BCV/IF_SIN_DSP_SEARCH Search Interface (Runtime) 20120305
Friends
Class /BCV/CL_SIN_SEARCH_BICS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CHAR_PREFIX Static Attribute Private Type reference (TYPE) STRING 'D' 20120409
2 GC_CHAR_REL_PREFIX Static Attribute Private Type reference (TYPE) STRING 'M' 20120409
3 GC_KEY_PREFIX Static Attribute Private Type reference (TYPE) STRING 'K' 20120409
4 GC_KEY_REL_PREFIX Static Attribute Private Type reference (TYPE) STRING 'U' 20120409
5 MR_APPLICATION Static Attribute Private Object reference (TYPE REF TO) IF_BICS_APPLICATION Application Representation 20120321
6 MR_METADATA_BROWSER Static Attribute Private Object reference (TYPE REF TO) IF_BICS_METADATA_BROWSER Metadata Browser 20120321
7 MS_DSBI Instance attribute Private Type reference (TYPE) /BCV/C_DSBI Data Provider BI Query 20120321
8 MS_PARAMETER Instance attribute Protected Type reference (TYPE) /BCV/S_SIN_IO_PARAMETER SIN Input/Output Parameter 20120413
9 MV_INSTANCE_BY_DATA Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120413
Methods
# Method Level Visibility Method type Description Created on
1 BICS_INIT Static method Private Method Initialize BICS 20120421
2 BICS_SEARCH Instance method Private Method Execute Search via BICS interface 20120326
3 CHECK_BICS_INFOPROVIDER Static method Public Method Check Infoprovider via BICS interface 20120418
4 CHECK_BICS_QUERY Static method Public Method Check Query via BICS interface 20120418
5 CONSTRUCTOR Instance method Private Constructor Constructor 20120413
6 GET_BICS_INFOPROVIDERS Static method Public Method Get Infoproviders via BICS interface 20120324
7 GET_BICS_PARAMETERS Static method Private Method Create export/import parameters 20120324
8 GET_BICS_QUERIES Static method Public Method Get Queries via BICS interface 20120324
Events
Class /BCV/CL_SIN_SEARCH_BICS has no event.
Types
Class /BCV/CL_SIN_SEARCH_BICS has no local type.
Method Signatures

Method BICS_INIT Signature

Method BICS_INIT on class /BCV/CL_SIN_SEARCH_BICS has no parameter.
# Exception Resumable Description Created on
1 /BCV/CX_SIN_BI Exception Class for SIN BI 20120421

Method BICS_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) INDEX TABLE 20120326
2 Importing IT_ATTRIBUTE Call by reference Type reference (TYPE) /BCV/T_SIN_ATTRIBUTE Attribute 20120326
3 Importing IT_FULLTEXT_SEARCHPARAMS Call by reference Type reference (TYPE) ANY TABLE 20120326
4 Importing IV_MAX_RECORDS Call by reference Type reference (TYPE) /BCV/SIN_MAXRESULTS Upper Limit of Results 20120326
# Exception Resumable Description Created on
1 /BCV/CX_SIN_BI Exception Class for SIN BI 20120421

Method CHECK_BICS_INFOPROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OK Call by reference Type reference (TYPE) ABAP_BOOL 20120418
2 Importing IV_INFOPROVIDER Call by reference Type reference (TYPE) /BCV/SIN_BIIFCUBE_NAME InfoProvider 20120418
# Exception Resumable Description Created on
1 /BCV/CX_SIN_BI Exception Class for SIN BI 20120421

Method CHECK_BICS_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OK Call by reference Type reference (TYPE) ABAP_BOOL 20120418
2 Importing IV_INFOPROVIDER Call by reference Type reference (TYPE) /BCV/SIN_BIIFCUBE_NAME InfoProvider 20120418
3 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /BCV/SIN_BIQUERY_NAME BI Query Name 20120418
# Exception Resumable Description Created on
1 /BCV/CX_SIN_BI Exception Class for SIN BI 20120421

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) /BCV/C_DSBI Generated Table for View 20120413
2 Importing IV_SEARCH_ID Call by reference Type reference (TYPE) /BCV/SIN_SEARCH_ID Search Connector ID 20120413

Method CONSTRUCTOR on class /BCV/CL_SIN_SEARCH_BICS has no exception.

Method GET_BICS_INFOPROVIDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INFOPROVIDER Call by reference Type reference (TYPE) ANY TABLE 20120324
2 Importing IV_INFOPROVIDER Call by reference Type reference (TYPE) /BCV/SIN_BIIFCUBE_NAME InfoCube Name 20120324
# Exception Resumable Description Created on
1 /BCV/CX_SIN_BI Exception Class for SIN BI 20120421

Method GET_BICS_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXPORT_PARAMETER Call by reference Type reference (TYPE) /BCV/T_FND_EXPORT_PARAMETER Export Parameter 20120324
2 Exporting ET_IMPORT_PARAMETER Call by reference Type reference (TYPE) /BCV/T_FND_IMPORT_PARAMETER Import Parameter 20120324
3 Importing IS_DSBI Call by reference Type reference (TYPE) /BCV/C_DSBI Data Provider BI Query 20120412
4 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /BCV/SIN_BIQUERY_NAME BI Query Name 20120324
# Exception Resumable Description Created on
1 /BCV/CX_SIN_BI Exception Class for SIN BI 20120412

Method GET_BICS_QUERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY Call by reference Type reference (TYPE) ANY TABLE 20120324
2 Importing IV_INFOPROVIDER Call by reference Type reference (TYPE) /BCV/SIN_BIIFCUBE_NAME Infocube Name 20120324
3 Importing IV_QUERY Call by reference Type reference (TYPE) /BCV/SIN_BIQUERY_NAME BI Query Name 20120324
# Exception Resumable Description Created on
1 /BCV/CX_SIN_BI Exception Class for SIN BI 20120421
History
Last changed by/on SAP  20130531 
SAP Release Created in 732