SAP ABAP Class CL_EQ_UI_ASSIST (EQ UI Assistance Class)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT-BICS-EQ (Application Component) BICS Easy Query
     BW_BICS_EQ (Package) Easy Query
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20110202
Properties
Class CL_EQ_UI_ASSIST  
Short Description EQ UI Assistance Class    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_BICS_EQ   Easy Query 
Created 20110202   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RZD1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_EQ_UI_ASSIST has no interface implemented.
Friends
Class CL_EQ_UI_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_SICF_PATH Constant Public Type reference (TYPE) STRING '/sap/bc/gui/sap/its/webgui?sap-client=' sicf Path 20110706
Methods
# Method Level Visibility Method type Description Created on
1 CALL_MONITOR Instance method Public Method Call bgRFC Monitor 20110706
2 CALL_PREVIEW Instance method Public Method Call Test Result 20110202
3 CALL_SOAMANAGER Instance method Public Method Call SOAMANAGER 20110202
4 CONSTRUCT_MONITOR_URL Instance method Private Method Build URL for bg RFC Monitor 20110706
5 CONSTRUCT_PREVIEW_URL Instance method Private Method Build URL for Test Result 20110202
6 DELETE_QUERY Instance method Public Method Delete WebService 20110202
7 GET_LIST_ALL Instance method Public Method Read Existing Queries 20110202
8 GET_LIST_WS Instance method Public Method Read Queries with WebService 20110202
9 GET_LIST_WS_OUTDATED Instance method Public Method Read Queries with Web Service and Outdated Flag 20110713
10 GET_QUERY_VARIABLES_MAND Instance method Public Method Read Mandatory Variables 20110202
11 GET_SOAMANAGER_URL Static method Public Method Return SOA Manager URL 20110304
12 PRECHECK_QUERY Instance method Public Method Check Query for Mandatory Variables 20110202
13 START_GENERATE Instance method Public Method Generate Web Service 20110202
Events
Class CL_EQ_UI_ASSIST has no event.
Types
Class CL_EQ_UI_ASSIST has no local type.
Method Signatures

Method CALL_MONITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20110706

Method CALL_MONITOR on class CL_EQ_UI_ASSIST has no exception.

Method CALL_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20110202
2 Importing I_SERVICE Call by reference Type reference (TYPE) RSEQ_S_QUERYLIST-FUNCTION_MODULE Name des Funktionsbausteins 20110202

Method CALL_PREVIEW on class CL_EQ_UI_ASSIST has no exception.

Method CALL_SOAMANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20110202
2 Importing I_WEBSERVICE Call by reference Type reference (TYPE) RSEQ_WEBSERVICE Web Service Objekt 20110304

Method CALL_SOAMANAGER on class CL_EQ_UI_ASSIST has no exception.

Method CONSTRUCT_MONITOR_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_URL Value transfer Type reference (TYPE) STRING 20110706

Method CONSTRUCT_MONITOR_URL on class CL_EQ_UI_ASSIST has no exception.

Method CONSTRUCT_PREVIEW_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SERVICE Call by reference Type reference (TYPE) RSEQ_S_QUERYLIST-FUNCTION_MODULE Name des Funktionsbausteins 20110202
2 Returning R_URL Value transfer Type reference (TYPE) STRING 20110202

Method CONSTRUCT_PREVIEW_URL on class CL_EQ_UI_ASSIST has no exception.

Method DELETE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20110202
2 Importing I_T_QUERYLIST Call by reference Type reference (TYPE) RSEQ_T_EQDIR Strucktur zu RSQWS_DIR mit transienten Feldern 20110202

Method DELETE_QUERY on class CL_EQ_UI_ASSIST has no exception.

Method GET_LIST_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_LIST Value transfer Type reference (TYPE) RSEQ_T_QUERYLIST UI: QWS Overview 20110202
2 Importing I_SEARCH_STRATEGY Call by reference Type reference (TYPE) STRING 20110202
3 Importing I_SEARCH_STRING Call by reference Type reference (TYPE) STRING 20110202

Method GET_LIST_ALL on class CL_EQ_UI_ASSIST has no exception.

Method GET_LIST_WS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIRST_TIME Call by reference Type reference (TYPE) ABAP_BOOL boolsche Variable (X=true, -=false, space=unknown) 20110202
2 Returning R_T_LIST Value transfer Type reference (TYPE) RSEQ_T_QUERYLIST UI: QWS Overview 20110202

Method GET_LIST_WS on class CL_EQ_UI_ASSIST has no exception.

Method GET_LIST_WS_OUTDATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_LIST Value transfer Type reference (TYPE) RSEQ_T_QUERYLIST UI: QWS Overview 20110713

Method GET_LIST_WS_OUTDATED on class CL_EQ_UI_ASSIST has no exception.

Method GET_QUERY_VARIABLES_MAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_QUERY Call by reference Type reference (TYPE) RSEQ_S_EQDIR Strucktur zu RSQWS_DIR mit transienten Feldern 20110202
2 Returning R_T_VARIABLES Value transfer Type reference (TYPE) RSEQ_T_QVARIABLE_MD Metadaten der verwendeten Query Variablen 20110202

Method GET_QUERY_VARIABLES_MAND on class CL_EQ_UI_ASSIST has no exception.

Method GET_SOAMANAGER_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) RSEQ_WEBSERVICE The external name of the service 20110304
2 Returning RV_URL Value transfer Type reference (TYPE) STRING The SOA Manager URL 20110304

Method GET_SOAMANAGER_URL on class CL_EQ_UI_ASSIST has no exception.

Method PRECHECK_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EQ_INVALID Call by reference Type reference (TYPE) ABAP_BOOL 20110202
2 Exporting E_S_MESSAGE Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20110202
3 Importing I_S_QUERY Call by reference Type reference (TYPE) RSEQ_S_EQDIR Strucktur zu RSQWS_DIR mit transienten Feldern 20110202

Method PRECHECK_QUERY on class CL_EQ_UI_ASSIST has no exception.

Method START_GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_QUERY Call by reference Type reference (TYPE) RSEQ_T_EQDIR Strucktur zu RSQWS_DIR mit transienten Feldern 20110202
2 Exporting E_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20110202
3 Importing I_T_VARIABLES Call by reference Type reference (TYPE) RSEQ_T_SELECT_OPTION2 Selektionsoptionen mit Variable und Query 20110202

Method START_GENERATE on class CL_EQ_UI_ASSIST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731