SAP ABAP Class CL_GRFN_CCI_AM_CONFIG (AM CCI Configurable)
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 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_CCI_AM | AM - Generic CCI | 20100126 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_CCI_AM_CONFIG | AM Configration Sub-scenario | 20100129 |
Properties
| Class | CL_GRFN_CCI_AM_CONFIG | |
| Short Description | AM CCI Configurable | |
| Super Class | CL_GRFN_CCI_AM | AM - Generic CCI |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | GRFN_INTEGRATION_ENG | |
| Program status | ||
| Category | 0 | |
| Package | GRFN_INTEGRATION_ENGINE | GRC Integration Engine |
| Created | 20100126 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRFN_CCI_AM_CONFIG has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_CCI_AM_CONFIG | AM Configration Sub-scenario | 20100129 |
Friends
Class CL_GRFN_CCI_AM_CONFIG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | GRFN_S_API_EO | Enterprise Object | 20100425 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20100509 | ||
| 2 | Static method | Private | Method | Get Primary Field List | 20121212 | |
| 3 | Static method | Private | Method | Get Primary Field List | 20100509 | |
| 4 | Static method | Private | Method | Filling Query Parameter Output | 20100503 | |
| 5 | Instance method | Private | Method | 20100208 |
Events
Class CL_GRFN_CCI_AM_CONFIG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FIELD_INFO | Private | See coding | 20100129 | BEGIN OF ys_field_info,
tabname TYPE tabname,
fieldname TYPE fieldname,
keyflag TYPE keyflag,
inttype TYPE inttype,
datatype TYPE datatype_d,
leng TYPE ddleng,
decimals TYPE decimals,
convexit TYPE convexit,
ddtext TYPE as4text,
reftable TYPE reftable,
reffield TYPE reffield,
END OF ys_field_info
|
||
| 2 | YS_QUERY_INFO | Private | See coding | 20100129 | BEGIN OF ys_query_info,
objname TYPE tabname,
tabclass TYPE tabclass,
querydesc TYPE as4text,
language TYPE ddlanguage,
commode TYPE grfn_parvalue, " Communication mode
ret_tables TYPE grfn_t_table_list,
END OF ys_query_info
|
||
| 3 | YT_FIELD_INFO | Private | See coding | 20100129 | yt_field_info TYPE STANDARD TABLE OF ys_field_info
|
Method Signatures
Method EXECUTE_SQL Signature
Method EXECUTE_SQL on class CL_GRFN_CCI_AM_CONFIG has no parameter.
Method EXECUTE_SQL on class CL_GRFN_CCI_AM_CONFIG has no exception.
Method GET_ALL_BR_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BR_FIELDS | Call by reference | Type reference (TYPE) | GRFN_T_BR_FIELD | Business Rule : Field | 20121212 | |||
| 2 | IT_DS_FIELDS | Call by reference | Type reference (TYPE) | GRFN_T_EO_FIELD | EO Fields | 20121212 | |||
| 3 | IT_EXPLIST | Call by reference | Type reference (TYPE) | GRFN_T_BR_EXPLIST | Business Rule : Exception List | 20121212 | |||
| 4 | RT_ALL_BR_FIELDS | Value transfer | Type reference (TYPE) | GRFN_T_EXPLIST_FIELD | Exception List Output Field | 20121212 |
Method GET_ALL_BR_FIELDS on class CL_GRFN_CCI_AM_CONFIG has no exception.
Method GET_PRIMARY_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BR_FIELDS | Call by reference | Type reference (TYPE) | GRFN_T_BR_FIELD | Business Rule : Field | 20100509 | |||
| 2 | IT_DS_FIELDS | Call by reference | Type reference (TYPE) | GRFN_T_EO_FIELD | EO Fields | 20100509 | |||
| 3 | RT_PRIMARY_FIELDS | Value transfer | Type reference (TYPE) | GRFN_T_EXPLIST_FIELD | Exception List Output Field | 20100509 |
Method GET_PRIMARY_FIELDS on class CL_GRFN_CCI_AM_CONFIG has no exception.
Method GET_QUERYPARAM_OUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELDCAT_AM | Call by reference | Type reference (TYPE) | GRFN_T_FIELDCATALOG | Field Catalog for RFC Communication | 20100503 | |||
| 2 | IT_FIELDLIST | Call by reference | Type reference (TYPE) | GRFN_T_EXPLIST_FIELD | Exception List Output Field | 20100503 | |||
| 3 | RT_QUERYPARAM_OUT | Value transfer | Type reference (TYPE) | GRFN_T_QUERYPARAM_OUT | Query Output Parameter | 20100503 |
Method GET_QUERYPARAM_OUT on class CL_GRFN_CCI_AM_CONFIG has no exception.
Method GET_QUERY_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_QUERY_INFO | Call by reference | Type reference (TYPE) | YS_QUERY_INFO | 20100208 | ||||
| 2 | IT_QRY_PARAS | Call by reference | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | EO Query Paramaters | 20100208 |
Method GET_QUERY_INFO on class CL_GRFN_CCI_AM_CONFIG has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |