Hierarchy
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_UTILITIES (Package) Various helping infrastructure for GRC ABAP
Properties
Class | CL_GRFN_SEARCH_HELP | |
Short Description | Search help Functions | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_UTILITIES | Various helping infrastructure for GRC ABAP |
Created | 20081205 | 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
Class CL_GRFN_SEARCH_HELP has no interface implemented.
Friends
Class CL_GRFN_SEARCH_HELP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MT_COUNTRY_REGION | Static Attribute | Private | Type reference (TYPE) | YT_COUNTRY_REGION | 20100325 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ACCGROUP | Static method | Public | Method | Account Group search help | 20081210 |
2 | AC_ACTION | Static method | Public | Method | AC Action search help | 20100422 |
3 | AC_OWNER | Static method | Public | Method | AC Owner search help | 20100429 |
4 | AC_OWNER_CN | Static method | Public | Method | AC Owner search help for Control | 20100505 |
5 | AC_RISK | Static method | Public | Method | AC Risk search help | 20100422 |
6 | BR | Static method | Public | Method | Business Rule search help | 20100421 |
7 | COBJECTIVE | Static method | Public | Method | OLSP search help | 20081208 |
8 | CONNECTOR | Static method | Public | Method | Connector search help | 20081205 |
9 | CONTROL | Static method | Public | Method | Control search help | 20081205 |
10 | COUNTRY | Static method | Public | Method | Country search help | 20100325 |
11 | CRISK | Static method | Public | Method | Regulation search help | 20081216 |
12 | DISC_SURVEY_PLAN | Static method | Public | Method | Disclosure survey plan search help | 20130304 |
13 | DL | Static method | Public | Method | Region search help | 20130530 |
14 | DRILLDOWN | Static method | Public | Method | Drilldown PC entities | 20090303 |
15 | ECONTROL | Static method | Public | Method | iELC search help | 20081205 |
16 | EO | Static method | Public | Method | Data Source search help | 20100611 |
17 | FREQUENCY | Static method | Public | Method | Timeframe Frequency search help | 20081209 |
18 | OLSP | Static method | Public | Method | OLSP search help | 20081208 |
19 | ORGUNIT | Static method | Public | Method | Organization search help | 20081205 |
20 | POLICY | Static method | Public | Method | Regulation search help | 20100608 |
21 | POLICY_GROUP | Static method | Public | Method | Policy group search help | 20130530 |
22 | PROCESS | Static method | Public | Method | Process search help | 20081205 |
23 | REGION | Static method | Public | Method | Region search help | 20100325 |
24 | REGULATION | Static method | Public | Method | Regulation search help | 20081205 |
25 | REQUIREMENT | Static method | Public | Method | Regulation Requirement search help | 20081210 |
26 | RISK | Static method | Public | Method | Regulation search help | 20100603 |
27 | RULE | Static method | Public | Method | Rule search help | 20081205 |
28 | RULECR | Static method | Public | Method | Rule Criteria search help | 20081205 |
29 | SCRIPT | Static method | Public | Method | Script search help | 20081205 |
30 | SUBPROCESS | Static method | Public | Method | Subprocess search help | 20081205 |
31 | XCONTROL | Static method | Public | Method | Process search help | 20081216 |
32 | XECONTROL | Static method | Public | Method | iELC search help | 20081216 |
33 | XPROCESS | Static method | Public | Method | Process search help | 20081216 |
34 | XSUBPROCESS | Static method | Public | Method | Process search help | 20081216 |
Events
Class CL_GRFN_SEARCH_HELP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_COUNTRY_REGION | Private | See coding | 20100325 | BEGIN OF ys_country_region,
land1 TYPE grfn_orgunit_country, " Country Key
landx TYPE grfn_title, " Country Name
bland TYPE grfn_orgunit_region, " Region Key
bezei TYPE grfn_title, " Region Name
END OF ys_country_region
|
||
2 | YT_COUNTRY_REGION | Private | See coding | 20100325 | yt_country_region TYPE TABLE OF ys_country_region
|
Method Signatures
Method ACCGROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081210 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081210 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | Importing | IV_ACCGROUP_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081210 | ||
5 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081210 |
Method AC_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS_EXT | Generic type for OVS | 20100422 | ||
2 | Importing | IV_ACTION_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100422 | ||
3 | Importing | IV_SYSTEM_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100422 |
Method AC_ACTION on class CL_GRFN_SEARCH_HELP has no exception.
Method AC_OWNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS_EXT_OWNER | Generic type for OVS | 20100429 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100429 | ||
3 | Importing | IV_OWNER_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100429 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100429 |
Method AC_OWNER_CN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS_EXT_OWNER | Generic type for OVS | 20100505 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100505 | ||
3 | Importing | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20100505 | ||
4 | Importing | IV_OWNER_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100505 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100505 |
Method AC_RISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS_EXT_RISK | Generic type for OVS | 20100422 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100422 | ||
3 | Importing | IV_RISK_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100422 |
Method AC_RISK on class CL_GRFN_SEARCH_HELP has no exception.
Method BR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100421 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100421 | ||
3 | Importing | IV_BR_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100421 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report name | 20100421 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100421 |
Method COBJECTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081208 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081208 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081209 | ||
4 | Importing | IV_COBJECTIVE_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081208 | ||
5 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081208 |
Method CONNECTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | Importing | IV_CONNECTOR_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | Importing | IV_CONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | Importing | IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
6 | Importing | IV_PROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
7 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
8 | Importing | IV_SUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method COUNTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100325 | ||
2 | Importing | IV_COUNTRY_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100325 | ||
3 | Importing | IV_REGION_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100325 |
Method COUNTRY on class CL_GRFN_SEARCH_HELP has no exception.
Method CRISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | Importing | IV_CRISK_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
5 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081216 |
Method DISC_SURVEY_PLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | 20130304 | |||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20130304 | ||
3 | Importing | IV_PLAN_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20130408 |
Method DISC_SURVEY_PLAN on class CL_GRFN_SEARCH_HELP has no exception.
Method DL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20130530 | ||
2 | Importing | IV_DL | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20130530 |
Method DL on class CL_GRFN_SEARCH_HELP has no exception.
Method DRILLDOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20090303 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20090303 | ||
3 | Importing | IT_ORGUNIT_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_ID | Orgunit Range | 20090303 | ||
4 | Importing | IT_PROCESS_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_ID | Central Process Range | 20090303 | ||
5 | Importing | IT_SUBPROCESS_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_ID | Central Subprocess Range | 20090303 | ||
6 | Importing | I_INHERIT_ORGUNITS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090303 | ||
7 | Importing | I_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | API Object ID | 20090303 | ||
8 | Importing | I_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRPC_API_SEARCH_PATTERN | Search pattern for the Query APIs | 20090408 | ||
9 | Importing | I_REGULATION | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20090303 | ||
10 | Importing | I_TARGET_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20090303 |
Method DRILLDOWN on class CL_GRFN_SEARCH_HELP has no exception.
Method ECONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | Importing | IV_ECONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | Importing | IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
6 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method EO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100611 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100611 | ||
3 | Importing | IV_EO_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100611 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report name | 20100611 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100611 |
Method FREQUENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081209 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081209 | ||
3 | Importing | IV_FREQUENCY_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081209 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
Method FREQUENCY on class CL_GRFN_SEARCH_HELP has no exception.
Method OLSP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081208 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081208 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | Importing | IV_OLSP_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081208 | ||
5 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081208 |
Method ORGUNIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | Importing | IV_CONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | Importing | IV_INTEGRATION_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101018 | ||
6 | Importing | IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
7 | Importing | IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organization View ID | 20100701 | ||
8 | Importing | IV_PROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
9 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
10 | Importing | IV_SUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method POLICY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100608 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100608 | ||
3 | Importing | IV_POLICY_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100608 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20100608 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100608 |
Method POLICY_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20130530 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20130530 | ||
3 | Importing | IV_POLICY_GROUP_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20130530 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20130530 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20130530 |
Method PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | Importing | IV_CONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | Importing | IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
6 | Importing | IV_PROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
7 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
8 | Importing | IV_SUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method REGION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100325 | ||
2 | Importing | IV_COUNTRY_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100325 | ||
3 | Importing | IV_REGION_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100325 |
Method REGION on class CL_GRFN_SEARCH_HELP has no exception.
Method REGULATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IV_REGULATION_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method REQUIREMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081210 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081210 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | Importing | IV_REQUIREMENT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081210 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081210 |
Method RISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100603 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100603 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20100603 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20100603 | ||
5 | Importing | IV_RISK_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100603 |
Method RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
4 | Importing | IV_RULE_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method RULECR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | Importing | IV_RULECR_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method SCRIPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | Importing | IV_SCRIPT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method SUBPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | Importing | IV_CONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | Importing | IV_INTEGRATION_MODE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101018 | ||
6 | Importing | IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
7 | Importing | IV_PROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
8 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
9 | Importing | IV_SUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081205 |
Method XCONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | Importing | IV_XCONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
6 | Importing | IV_XPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
7 | Importing | IV_XSUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081216 |
Method XECONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | Importing | IV_XECONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081216 |
Method XPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | Importing | IV_XCONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
6 | Importing | IV_XPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
7 | Importing | IV_XSUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081216 |
Method XSUBPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | Importing | IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | Importing | IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | Importing | IV_XCONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
6 | Importing | IV_XPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
7 | Importing | IV_XSUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081216 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |