SAP ABAP Class IF_GRFN_API_AM_CCI (AM - CCI API interface)
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
Class | IF_GRFN_API_AM_CCI | |
Short Description | AM - CCI API interface | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20091104 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_GRFN_API_AM_CCI has no interface implemented.
Friends
Class IF_GRFN_API_AM_CCI has no friend class.
Attributes
Class IF_GRFN_API_AM_CCI has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Execute | 20091109 |
2 | ![]() |
Instance method | Public | Method | Get query info | 20100212 |
3 | ![]() |
Instance method | Public | Method | Query | 20091104 |
4 | ![]() |
Instance method | Public | Method | Retrieve | 20091104 |
5 | ![]() |
Instance method | Public | Method | Test Data Source | 20100504 |
Events
Class 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 | ![]() |
ER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Query return data | 20091109 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091117 | ||
3 | ![]() |
ET_QUERYPARAM_OUT | Call by reference | Type reference (TYPE) | GRFN_T_QUERYPARAM_OUT | Query return data parameter list | 20091109 | ||
4 | ![]() |
EV_MORE_AVAILABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | More data available | 20091109 | ||
5 | ![]() |
EV_TOTAL_ROWS | Call by reference | Type reference (TYPE) | GRFN_TOTAL_ROWS | Total Data Rows Retrieved | 20100528 | ||
6 | ![]() |
IT_QRY_PARAS | Call by reference | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | EO Query Paramaters | 20091218 | ||
7 | ![]() |
IT_SELECTION | Call by reference | Type reference (TYPE) | GRFN_T_QUERY_SELECTION | Selection | 20091109 | ||
8 | ![]() |
IT_SELECTION_PARAMETER | Call by reference | Type reference (TYPE) | GRFN_T_QUERY_SELECTION | Input Parameter Selection for HANA | 20120926 | ||
9 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | STRING | Connector | 20091109 | ||
10 | ![]() |
IV_JOBSTEP_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100110 | ||
11 | ![]() |
IV_MAXROWS | Call by reference | Type reference (TYPE) | I | Max number of rows | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ES_QUERY_INFO | Value transfer | Type reference (TYPE) | ANY | Query info | 20100308 | ||
2 | ![]() |
IS_QUERYLIST | Call by reference | Type reference (TYPE) | GRFN_S_QUERYLIST | 20100304 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100212 |
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_QUERYLIST | Call by reference | Type reference (TYPE) | GRFN_T_QUERYLIST | Query list | 20091104 | ||
2 | ![]() |
IT_QRY_PARAS | Call by reference | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | Search pattern | 20091218 | ||
3 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | STRING | Connector | 20091104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091209 |
Method RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_QUERYPARAM_IN | Call by reference | Type reference (TYPE) | GRFN_T_QUERYPARAM_IN | Input parameter | 20091105 | ||
2 | ![]() |
ET_QUERYPARAM_OUT | Call by reference | Type reference (TYPE) | GRFN_T_QUERYPARAM_OUT | Output parameter | 20091105 | ||
3 | ![]() |
ET_SELECTPARAM_IN | Call by reference | Type reference (TYPE) | GRFN_T_SELECTPARAM_IN | Procedure Input Selection Parameter for HANA | 20120831 | ||
4 | ![]() |
ET_VARIABLE_IN | Call by reference | Type reference (TYPE) | GRFN_T_VARIABLE_IN | Variable for Input in HANA | 20120917 | ||
5 | ![]() |
EV_QUERYDESC | Call by reference | Type reference (TYPE) | STRING | Query description | 20091105 | ||
6 | ![]() |
EV_TIMESTAMP | Call by reference | Type reference (TYPE) | GRFN_QUERYTIMESTAMP | Query UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100126 | ||
7 | ![]() |
IT_QRY_PARAS | Call by reference | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | Query ID | 20091218 | ||
8 | ![]() |
IT_SELECTION | Call by reference | Type reference (TYPE) | GRFN_T_QUERY_SELECTION | Query selection | 20140107 | ||
9 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | STRING | Connector | 20091105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091209 |
Method TEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_DATA | Call by reference | Type reference (TYPE) | DATA | Result data | 20100504 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100504 | ||
3 | ![]() |
ET_QUERYPARAM_OUT | Call by reference | Type reference (TYPE) | GRFN_T_QUERYPARAM_OUT | Query Output Parameter | 20100504 | ||
4 | ![]() |
IS_BR | Call by reference | Type reference (TYPE) | GRFN_S_API_BR | Business rule | 20100509 | ||
5 | ![]() |
IS_DS | Call by reference | Type reference (TYPE) | GRFN_S_API_EO | Enterprise Object | 20100509 | ||
6 | ![]() |
IT_EXPLIST_FIELD | Call by reference | Type reference (TYPE) | GRFN_T_EXPLIST_FIELD | Exception List Output Field | 20120706 | ||
7 | ![]() |
IT_QRY_PARAS | Call by reference | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | EO Query Paramaters | 20100504 | ||
8 | ![]() |
IT_SELECTION | Call by reference | Type reference (TYPE) | GRFN_T_QUERY_SELECTION | Query selection | 20100504 | ||
9 | ![]() |
IT_SELECTION_PARAMETER | Call by reference | Type reference (TYPE) | GRFN_T_QUERY_SELECTION | Input Parameters for store procedure | 20120821 | ||
10 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | STRING | 20100504 | |||
11 | ![]() |
IV_MAXROWS | Call by reference | Type reference (TYPE) | GRFN_MAXROWS | Job step max rows | 20100504 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100505 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in |