SAP ABAP Class CL_GRPC_QRY_ADHOC_ASSIST (Assistance Class for Rule Criteria)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_RULE_ENGINE (Package) PC Rule Engine
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_ASSIST_ABS Super Class of GRPC Assistance Class 20070822
Properties
Class CL_GRPC_QRY_ADHOC_ASSIST  
Short Description Assistance Class for Rule Criteria    
Super Class CL_GRPC_ASSIST_ABS Super Class of GRPC Assistance Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_RULE_ENGINE   PC Rule Engine 
Created 20070822   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRPC_QRY_ADHOC_ASSIST has no interface implemented.
Friends
Class CL_GRPC_QRY_ADHOC_ASSIST has no friend class.
Attributes
Class CL_GRPC_QRY_ADHOC_ASSIST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONNECTOR_AUTHORITY Instance method Public Method Connector authority check 20080525
2 EXECUTE_QUERY Instance method Public Method Execute the selected query in the Target System. 20070822
3 EXECUTE_SAPQUERY Instance method Public Method Execute SAP query 20081124
4 GET_SESSION_ID_FOR_UI Instance method Public Method get session id for UI layer 20080103
5 READ_QUERY_CATALOG Instance method Public Method Read the query catalog from the specified target system 20070822
6 READ_QUERY_COLUMNS Instance method Public Method Get Query columns for the specified query 20070822
Events
Class CL_GRPC_QRY_ADHOC_ASSIST has no event.
Types
Class CL_GRPC_QRY_ADHOC_ASSIST has no local type.
Method Signatures

Method CHECK_CONNECTOR_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080525
2 Exporting E_SYSTEMTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20080525
3 Importing I_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20080525

Method CHECK_CONNECTOR_AUTHORITY on class CL_GRPC_QRY_ADHOC_ASSIST has no exception.

Method EXECUTE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_TABLE Call by reference Type reference (TYPE) DATA 20070822
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070822
3 Exporting ET_OUT_COLUMNS Call by reference Type reference (TYPE) GRPC_T_QUERY_COLUMN Table of GRPC Query Columns 20070822
4 Exporting E_OUT_XML Call by reference Type reference (TYPE) STRING 20070822
5 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20070822
6 Importing IT_QUERYPARAMS Call by reference Type reference (TYPE) GRPC_T_QUERY_PARAM_VALUE 20070822
7 Importing I_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR 20070822
8 Importing I_DBACC Call by reference Type reference (TYPE) SY-INDEX 20070822
9 Importing I_QUERY Call by reference Type reference (TYPE) GRPC_QRY_NAME Query Name 20070822
10 Importing I_SYSTEMTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20071025
11 Importing I_USERGROUP Call by reference Type reference (TYPE) AQADEF-BGNAME 20070822
12 Importing I_WORKSPACE Call by reference Type reference (TYPE) GRPC_QUERY_AREA SPACE Query Area 20071213

Method EXECUTE_QUERY on class CL_GRPC_QRY_ADHOC_ASSIST has no exception.

Method EXECUTE_SAPQUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_TABLE Call by reference Type reference (TYPE) DATA 20081124
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081124
3 Exporting ET_OUT_COLUMNS Call by reference Type reference (TYPE) GRPC_T_QUERY_COLUMN Table of GRPC Query Columns 20081124
4 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20081124
5 Importing IT_QUERYPARAMS Call by reference Type reference (TYPE) GRPC_T_QUERY_PARAM_VALUE Table of Query parameter values 20081124
6 Importing I_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20081124
7 Importing I_DBACC Call by reference Type reference (TYPE) SY-INDEX Loop Index 20081124
8 Importing I_QUERY Call by reference Type reference (TYPE) GRPC_QRY_NAME Query Name 20081124
9 Importing I_SESSION_ID Call by reference Type reference (TYPE) GRPC_API_SESSION_ID GRPC unique session ID 20081124
10 Importing I_USERGROUP Call by reference Type reference (TYPE) AQADEF-BGNAME SAP Query (S): Name of a user group 20081124
11 Importing I_WORKSPACE Call by reference Type reference (TYPE) GRPC_QUERY_AREA Query Area 20081124

Method EXECUTE_SAPQUERY on class CL_GRPC_QRY_ADHOC_ASSIST has no exception.

Method GET_SESSION_ID_FOR_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SESSION_ID Value transfer Type reference (TYPE) GRPC_API_SESSION_ID GRPC unique session ID 20080103

Method GET_SESSION_ID_FOR_UI on class CL_GRPC_QRY_ADHOC_ASSIST has no exception.

Method READ_QUERY_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GRPC_QUERY Call by reference Type reference (TYPE) GRPC_T_QUERY_LIST GRPC Query List 20070822
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070822
3 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20070822
4 Importing I_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070822
5 Importing I_QUERY_NAME Call by reference Type reference (TYPE) GRPC_QRY_NAME Query Name 20070822
6 Importing I_SYSTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20070822
7 Importing I_USERGROUP Call by reference Type reference (TYPE) AQADEF-BGNAME SAP Query (S): Name of a user group 20070822

Method READ_QUERY_CATALOG on class CL_GRPC_QRY_ADHOC_ASSIST has no exception.

Method READ_QUERY_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070822
2 Exporting ET_QUERY_PARAMETRS Call by reference Type reference (TYPE) GRPC_T_QUERY_COLUMN Table of GRPC Query Columns 20070822
3 Exporting ET_QUERY_SELFIELDS Call by reference Type reference (TYPE) GRPC_T_QUERY_COLUMN Table of GRPC Query Columns 20070822
4 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20070822
5 Importing I_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070822
6 Importing I_QUERYNAME Call by reference Type reference (TYPE) GRPC_QRY_NAME Query Name 20070822
7 Importing I_SYSTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20070822
8 Importing I_USERGROUP Call by reference Type reference (TYPE) AQADEF-BGNAME SAP Query (S): Name of a user group 20070822
9 Importing I_WORKSPACE Call by reference Type reference (TYPE) GRPC_QUERY_AREA SPACE Query Area 20071213

Method READ_QUERY_COLUMNS on class CL_GRPC_QRY_ADHOC_ASSIST has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250