SAP ABAP Interface IF_GRFN_CCI_PROXY (Connectivity Proxy)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRFN_IE_LEGACY (Package) GRC Integration Engine: 3.0 Legacy Objects
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRFN_CCI | Generic CCI | 20081016 |
Properties
| Interface | IF_GRFN_CCI_PROXY | |
| Short Description | Connectivity Proxy |
General Data
| Package | GRFN_IE_LEGACY | GRC Integration Engine: 3.0 Legacy Objects |
| Created | 20081001 | 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_PROXY has no interface.
Friends
Interface IF_GRFN_CCI_PROXY has no friend.
Attributes
Interface IF_GRFN_CCI_PROXY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20081001 | ||
| 2 | Instance method | Public | Method | 20081001 | ||
| 3 | Instance method | Public | Method | 20081001 | ||
| 4 | Instance method | Public | Method | 20081001 | ||
| 5 | Instance method | Public | Method | 20081001 | ||
| 6 | Instance method | Public | Method | 20081001 |
Events
Interface IF_GRFN_CCI_PROXY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_SCRIPT_LIST | Public | See coding | 20081001 | begin of s_script_list,
id type string,
txt type string,
descr type string,
end of s_script_list
|
||
| 2 | S_SCRIPT_PARAM_IN | Public | See coding | 20081001 | begin of s_script_param_in,
id type string,
txt type string,
datatype type string,
length type i,
required type abap_bool,
selopt type abap_bool,
fieldname type string,
end of s_script_param_in
|
||
| 3 | S_SCRIPT_PARAM_OUT | Public | See coding | 20081001 | begin of s_script_param_out,
id type string,
txt type string,
datatype type string,
length type i,
decimals type i,
fieldname type string,
uom_field type string,
end of s_script_param_out
|
||
| 4 | S_SCRIPT_SELECTION | Public | See coding | 20081001 | begin of s_script_selection,
id type string,
sign type string,
option type string,
low type string,
high type string,
end of s_script_selection
|
||
| 5 | S_VALUE_LIST | Public | See coding | 20081001 | begin of s_value_list,
id type string,
txt type string,
end of s_value_list
|
||
| 6 | T_SCRIPT_LIST | Public | See coding | 20081001 | t_script_list type standard table of s_script_list with non-unique key id
|
||
| 7 | T_SCRIPT_PARAM_IN | Public | See coding | 20081001 | t_script_param_in type standard table of s_script_param_in with non-unique key id
|
||
| 8 | T_SCRIPT_PARAM_OUT | Public | See coding | 20081001 | t_script_param_out type standard table of s_script_param_out with non-unique key id
|
||
| 9 | T_SCRIPT_SELECTION | Public | See coding | 20081001 | t_script_selection type standard table of s_script_selection with non-unique default key
|
||
| 10 | T_VALUE_LIST | Public | See coding | 20081001 | t_value_list type standard table of s_value_list with non-unique key id
|
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 | 20081001 | ||||
| 2 | ET_PARAM_OUT | Call by reference | Type reference (TYPE) | T_SCRIPT_PARAM_OUT | 20081022 | ||||
| 3 | EV_MORE_AVAILABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081001 | ||||
| 4 | IT_SELECTION | Call by reference | Type reference (TYPE) | T_SCRIPT_SELECTION | 20081001 | ||||
| 5 | IV_CONNECTOR | Call by reference | Type reference (TYPE) | STRING | 20081001 | ||||
| 6 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 20081001 | ||||
| 7 | IV_SCRIPT | Call by reference | Type reference (TYPE) | STRING | 20081001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081001 |
Method PING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONNECTOR | Value transfer | Type reference (TYPE) | STRING | 20081001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081001 |
Method QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Value transfer | Type reference (TYPE) | T_SCRIPT_LIST | 20081001 | ||||
| 2 | IV_CONNECTOR | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 3 | IV_PATTERN | Value transfer | Type reference (TYPE) | STRING | 20081001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081001 |
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PARAM_IN | Value transfer | Type reference (TYPE) | T_SCRIPT_PARAM_IN | 20081001 | ||||
| 2 | ET_PARAM_OUT | Value transfer | Type reference (TYPE) | T_SCRIPT_PARAM_OUT | 20081001 | ||||
| 3 | EV_DESCR | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 4 | EV_FURTHER_INFO | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 5 | EV_TXT | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 6 | IV_CONNECTOR | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 7 | IV_SCRIPT | Value transfer | Type reference (TYPE) | STRING | 20081001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081001 |
Method TEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONNECTOR | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 2 | IV_SCRIPT | Value transfer | Type reference (TYPE) | STRING | 20081001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081001 |
Method VALUEHELP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Value transfer | Type reference (TYPE) | T_VALUE_LIST | 20081001 | ||||
| 2 | IV_CONNECTOR | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 3 | IV_FIELDNAME | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 4 | IV_MAX_ROWS | Value transfer | Type reference (TYPE) | I | 20081001 | ||||
| 5 | IV_PATTERN | Value transfer | Type reference (TYPE) | STRING | 20081001 | ||||
| 6 | IV_SCRIPT | Value transfer | Type reference (TYPE) | STRING | 20081001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081001 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |