SAP ABAP Interface IF_GRFN_CCI_AM_PI (AM - CCI API interface)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_AUTO_MONITOR (Package) GRC Automated Monitoring Framework
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 20100325
Properties
Interface IF_GRFN_CCI_AM_PI  
Short Description AM - CCI API interface    
General Data
Package GRFN_AUTO_MONITOR   GRC Automated Monitoring Framework 
Created 20100325   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_CCI_AM_PI has no interface.
Friends
Interface IF_GRFN_CCI_AM_PI has no friend.
Attributes
Interface IF_GRFN_CCI_AM_PI has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 RETRIEVE_ALL Instance method Public Method Retrieve all the fields including deep ones 20100325
Events
Interface IF_GRFN_CCI_AM_PI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_QUERYLIST Public See coding 20100325 BEGIN OF S_QUERYLIST, queryid TYPE string, queryinfo TYPE string, querydesc TYPE string, END OF s_querylist
2 S_QUERYPARAM_IN Public See coding 20100325 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 20100325 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 20100325 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 20100325 t_querylist TYPE STANDARD TABLE OF s_querylist WITH NON-UNIQUE KEY queryid
6 T_QUERYPARAM_IN Public See coding 20100325 t_queryparam_in TYPE STANDARD TABLE OF s_queryparam_in WITH NON-UNIQUE KEY ccifieldid
7 T_QUERYPARAM_OUT Public See coding 20100325 t_queryparam_out TYPE STANDARD TABLE OF s_queryparam_out WITH NON-UNIQUE KEY ccifieldid
8 T_QUERY_SELECTION Public See coding 20100325 t_query_selection TYPE STANDARD TABLE OF s_query_selection WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method RETRIEVE_ALL 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 20100325
2 Exporting ET_QUERYPARAM_OUT Call by reference Type reference (TYPE) GRFN_T_QUERYPARAM_OUT Output parameter 20100325
3 Exporting EV_QUERYDESC Call by reference Type reference (TYPE) STRING Query description 20100325
4 Exporting EV_TIMESTAMP Call by reference Type reference (TYPE) GRFN_QUERYTIMESTAMP Query UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100325
5 Importing IT_QRY_PARAS Call by reference Type reference (TYPE) GRFN_T_EO_QRY_PARA Query ID 20100325
6 Importing IV_CONNECTOR Call by reference Type reference (TYPE) STRING Connector 20100325
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100325
History
Last changed by/on SAP  20141106 
SAP Release Created in 600