SAP ABAP Interface IF_GRFN_API_AM_CCI (AM - CCI API interface)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_ENTITY_API (Package) GRC Foundation API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRFN_API_AM_CCI AM - CCI Entity 20091104
Properties
Interface IF_GRFN_API_AM_CCI  
Short Description AM - CCI API interface    
General Data
Package GRFN_ENTITY_API   GRC Foundation API 
Created 20091104   SAP 
Last changed 20141106    
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
Interface IF_GRFN_API_AM_CCI has no interface.
Friends
Interface IF_GRFN_API_AM_CCI has no friend.
Attributes
Interface IF_GRFN_API_AM_CCI has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Execute 20091109
2 GET_QUERY_DATA_INFO Instance method Public Method Get query info 20100212
3 QUERY Instance method Public Method Query 20091104
4 RETRIEVE Instance method Public Method Retrieve 20091104
5 TEST Instance method Public Method Test Data Source 20100504
Events
Interface IF_GRFN_API_AM_CCI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_QUERYLIST Public See coding 20091104 BEGIN OF S_QUERYLIST, queryid TYPE string, queryinfo TYPE string, querydesc TYPE string, END OF s_querylist
2 S_QUERYPARAM_IN Public See coding 20091105 BEGIN OF S_QUERYPARAM_IN, ccifieldid TYPE string, fieldname TYPE string, feilddesc TYPE string, datatype TYPE string, datalength TYPE i, decimals TYPE i, object TYPE string, selectopt(1) TYPE c, curoruom TYPE string, required TYPE boolean, END OF s_queryparam_in
3 S_QUERYPARAM_OUT Public See coding 20091105 BEGIN OF S_QUERYPARAM_OUT, ccifieldid TYPE string, fieldname TYPE string, fielddesc TYPE string, datatype TYPE string, datalength TYPE i, decimals TYPE i, object TYPE string, curoruom TYPE string, END OF s_queryparam_out
4 S_QUERY_SELECTION Public See coding 20091109 BEGIN OF S_QUERY_SELECTION, ccifieldid TYPE string, sign TYPE string, option TYPE string, low TYPE string, high TYPE string, END OF s_query_selection
5 T_QUERYLIST Public See coding 20091104 t_querylist TYPE STANDARD TABLE OF s_querylist WITH NON-UNIQUE KEY queryid
6 T_QUERYPARAM_IN Public See coding 20091105 t_queryparam_in TYPE STANDARD TABLE OF s_queryparam_in WITH NON-UNIQUE KEY ccifieldid
7 T_QUERYPARAM_OUT Public See coding 20091105 t_queryparam_out TYPE STANDARD TABLE OF s_queryparam_out WITH NON-UNIQUE KEY ccifieldid
8 T_QUERY_SELECTION Public See coding 20091109 t_query_selection TYPE STANDARD TABLE OF s_query_selection WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA Query return data 20091109
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091117
3 Exporting ET_QUERYPARAM_OUT Call by reference Type reference (TYPE) GRFN_T_QUERYPARAM_OUT Query return data parameter list 20091109
4 Exporting EV_MORE_AVAILABLE Call by reference Type reference (TYPE) ABAP_BOOL More data available 20091109
5 Exporting EV_TOTAL_ROWS Call by reference Type reference (TYPE) GRFN_TOTAL_ROWS Total Data Rows Retrieved 20100528
6 Importing IT_QRY_PARAS Call by reference Type reference (TYPE) GRFN_T_EO_QRY_PARA EO Query Paramaters 20091218
7 Importing IT_SELECTION Call by reference Type reference (TYPE) GRFN_T_QUERY_SELECTION Selection 20091109
8 Importing IT_SELECTION_PARAMETER Call by reference Type reference (TYPE) GRFN_T_QUERY_SELECTION Input Parameter Selection for HANA 20120926
9 Importing IV_CONNECTOR Call by reference Type reference (TYPE) STRING Connector 20091109
10 Importing IV_JOBSTEP_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100110
11 Importing IV_MAXROWS Call by reference Type reference (TYPE) I Max number of rows 20091109
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091209

Method GET_QUERY_DATA_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_QUERY_INFO Value transfer Type reference (TYPE) ANY Query info 20100308
2 Importing IS_QUERYLIST Call by reference Type reference (TYPE) GRFN_S_QUERYLIST 20100304
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100212

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERYLIST Call by reference Type reference (TYPE) GRFN_T_QUERYLIST Query list 20091104
2 Importing IT_QRY_PARAS Call by reference Type reference (TYPE) GRFN_T_EO_QRY_PARA Search pattern 20091218
3 Importing IV_CONNECTOR Call by reference Type reference (TYPE) STRING Connector 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091209

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERYPARAM_IN Call by reference Type reference (TYPE) GRFN_T_QUERYPARAM_IN Input parameter 20091105
2 Exporting ET_QUERYPARAM_OUT Call by reference Type reference (TYPE) GRFN_T_QUERYPARAM_OUT Output parameter 20091105
3 Exporting ET_SELECTPARAM_IN Call by reference Type reference (TYPE) GRFN_T_SELECTPARAM_IN Procedure Input Selection Parameter for HANA 20120831
4 Exporting ET_VARIABLE_IN Call by reference Type reference (TYPE) GRFN_T_VARIABLE_IN Variable for Input in HANA 20120917
5 Exporting EV_QUERYDESC Call by reference Type reference (TYPE) STRING Query description 20091105
6 Exporting EV_TIMESTAMP Call by reference Type reference (TYPE) GRFN_QUERYTIMESTAMP Query UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100126
7 Importing IT_QRY_PARAS Call by reference Type reference (TYPE) GRFN_T_EO_QRY_PARA Query ID 20091218
8 Importing IT_SELECTION Call by reference Type reference (TYPE) GRFN_T_QUERY_SELECTION Query selection 20140107
9 Importing IV_CONNECTOR Call by reference Type reference (TYPE) STRING Connector 20091105
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091209

Method TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Type reference (TYPE) DATA Result data 20100504
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100504
3 Exporting ET_QUERYPARAM_OUT Call by reference Type reference (TYPE) GRFN_T_QUERYPARAM_OUT Query Output Parameter 20100504
4 Importing IS_BR Call by reference Type reference (TYPE) GRFN_S_API_BR Business rule 20100509
5 Importing IS_DS Call by reference Type reference (TYPE) GRFN_S_API_EO Enterprise Object 20100509
6 Importing IT_EXPLIST_FIELD Call by reference Type reference (TYPE) GRFN_T_EXPLIST_FIELD Exception List Output Field 20120706
7 Importing IT_QRY_PARAS Call by reference Type reference (TYPE) GRFN_T_EO_QRY_PARA EO Query Paramaters 20100504
8 Importing IT_SELECTION Call by reference Type reference (TYPE) GRFN_T_QUERY_SELECTION Query selection 20100504
9 Importing IT_SELECTION_PARAMETER Call by reference Type reference (TYPE) GRFN_T_QUERY_SELECTION Input Parameters for store procedure 20120821
10 Importing IV_CONNECTOR Call by reference Type reference (TYPE) STRING 20100504
11 Importing IV_MAXROWS Call by reference Type reference (TYPE) GRFN_MAXROWS Job step max rows 20100504
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100505
History
Last changed by/on SAP  20141106 
SAP Release Created in 600