SAP ABAP Class CL_GRFN_CCI_AM (AM - Generic CCI)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_INTEGRATION_ENGINE (Package) GRC Integration Engine
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_CCI_AM_PROXY AM - Connectivity Proxy 20091029
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_ABAPREPORT ABAP Report 20091223
2 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_BWQUERY AM CCI Proxy to BW Query 20091104
3 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_CONFIG AM CCI Configurable 20100126
4 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_DUMMY AM CCI Proxy to Dummy Scenario 20100104
5 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_EVENT AM CCI Proxy to event 20100209
6 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_HANA AM CCI Proxy to HANA 20120629
7 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_PI AM CCI Proxy to PI Query 20091228
8 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_PROGRAM AM CCI Proxy to Program 20100225
9 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_SAPQUERY AM CCI Proxy to SAP Query 20091030
10 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_CCI_AM_WEBSERVICE CCI Proxy to Web Service 20091116
Properties
Class CL_GRFN_CCI_AM  
Short Description AM - Generic CCI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_INTEGRATION_ENGINE   GRC Integration Engine 
Created 20091029   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
# Interface Abstract Final Description Created on
1 IF_GRFN_CCI_AM_PROXY AM - Connectivity Proxy 20091029
Friends
Class CL_GRFN_CCI_AM has no friend class.
Attributes
Class CL_GRFN_CCI_AM has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DETERMINE_CUROROUM Instance method Protected Method Determine Currency or UOM 20100701
2 EXECUTE Instance method Protected Method 20091029
3 GET_CCIFIELDID Instance method Protected Method Get internal CCI field ID 20091029
4 GET_OUTPUT_STRUCTURE Instance method Protected Method Get output structure 20091029
5 MAP_DDIC_TYPE_TO_ABAP_TYPE Static method Public Method Map DDIC Type to ABAP Predefined Type 20120810
6 PING Instance method Protected Method 20091029
7 QUERY Instance method Protected Method 20091029
8 RETRIEVE Instance method Protected Method 20091029
9 RETRIEVE_QUERY Instance method Protected Method Retrieve query 20091029
10 TEST Instance method Protected Method 20091029
11 VALUEHELP Instance method Protected Method 20091029
Events
Class CL_GRFN_CCI_AM has no event.
Types
Class CL_GRFN_CCI_AM has no local type.
Method Signatures

Method DETERMINE_CUROROUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CURORUOM Value transfer Type reference (TYPE) GRFN_AMCURORUOM Currency Or UOM 20100701
2 Importing IV_DATA_TYPE Value transfer Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20100701

Method DETERMINE_CUROROUM on class CL_GRFN_CCI_AM has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_GRFN_CCI_AM has no parameter.
Method EXECUTE on class CL_GRFN_CCI_AM has no exception.

Method GET_CCIFIELDID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNTER Value transfer Type reference (TYPE) SY-TABIX Index of Internal Tables 20091029
2 Importing IV_FIELDNAME Value transfer Type reference (TYPE) GRFN_FIELDNAME Field Name 20091029
3 Importing IV_PREFIX Value transfer Type reference (TYPE) CHAR1 CCI field ID prefix 20091029
4 Returning RV_CCIFIELDID Value transfer Type reference (TYPE) GRFN_FIELDNAME_INTERNAL Integration Engine: Internal Fieldname 20091029

Method GET_CCIFIELDID on class CL_GRFN_CCI_AM has no exception.

Method GET_OUTPUT_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAM Value transfer Type reference (TYPE) GRFN_T_QUERYPARAM_OUT Query Output Parameter 20091029
2 Importing IT_QRY_PARAS Call by reference Type reference (TYPE) GRFN_T_EO_QRY_PARA EO Query Paramaters 20100128
3 Importing IV_CONNECTOR Value transfer Type reference (TYPE) STRING 20091029
4 Importing IV_QUERYID Value transfer Type reference (TYPE) STRING 20091029
5 Returning RO_STRUCTURE Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20091029
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091029

Method MAP_DDIC_TYPE_TO_ABAP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ABAP_DECIMALS Value transfer Type reference (TYPE) I 20120810
2 Exporting EV_ABAP_LENGTH Value transfer Type reference (TYPE) I 20120810
3 Exporting EV_ABAP_TYPE Value transfer Type reference (TYPE) STRING 20120810
4 Importing IV_DDIC_DECIMALS Value transfer Type reference (TYPE) I Number of Decimal Places 20120810
5 Importing IV_DDIC_LENGTH Value transfer Type reference (TYPE) I Length (No. of Characters) 20120810
6 Importing IV_DDIC_TYPE Value transfer Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20120810

Method MAP_DDIC_TYPE_TO_ABAP_TYPE on class CL_GRFN_CCI_AM has no exception.

Method PING Signature

Method PING on class CL_GRFN_CCI_AM has no parameter.
Method PING on class CL_GRFN_CCI_AM has no exception.

Method QUERY Signature

Method QUERY on class CL_GRFN_CCI_AM has no parameter.
Method QUERY on class CL_GRFN_CCI_AM has no exception.

Method RETRIEVE Signature

Method RETRIEVE on class CL_GRFN_CCI_AM has no parameter.
Method RETRIEVE on class CL_GRFN_CCI_AM has no exception.

Method RETRIEVE_QUERY 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 Query Input Parameter 20091029
2 Exporting ET_QUERYPARAM_OUT Call by reference Type reference (TYPE) GRFN_T_QUERYPARAM_OUT Query Output Parameter 20091029
3 Exporting ET_SELECTPARAM_IN Call by reference Type reference (TYPE) GRFN_T_SELECTPARAM_IN Selection Input Parameter 20120802
4 Exporting ET_VARIABLE_IN Call by reference Type reference (TYPE) GRFN_T_VARIABLE_IN Variable for Input 20120906
5 Exporting EV_QUERYDESC Call by reference Type reference (TYPE) STRING 20091029
6 Exporting EV_TIMESTAMP Call by reference Type reference (TYPE) GRFN_QUERYTIMESTAMP Query UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100107
7 Importing IT_QRY_PARAS Call by reference Type reference (TYPE) GRFN_T_EO_QRY_PARA EO Query Paramaters 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 20091029
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091029

Method TEST Signature

Method TEST on class CL_GRFN_CCI_AM has no parameter.
Method TEST on class CL_GRFN_CCI_AM has no exception.

Method VALUEHELP Signature

Method VALUEHELP on class CL_GRFN_CCI_AM has no parameter.
Method VALUEHELP on class CL_GRFN_CCI_AM has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600