Hierarchy

⤷

⤷

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 | ![]() |
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 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_COUNTRY_REGION | 20100325 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Account Group search help | 20081210 |
2 | ![]() |
Static method | Public | Method | AC Action search help | 20100422 |
3 | ![]() |
Static method | Public | Method | AC Owner search help | 20100429 |
4 | ![]() |
Static method | Public | Method | AC Owner search help for Control | 20100505 |
5 | ![]() |
Static method | Public | Method | AC Risk search help | 20100422 |
6 | ![]() |
Static method | Public | Method | Business Rule search help | 20100421 |
7 | ![]() |
Static method | Public | Method | OLSP search help | 20081208 |
8 | ![]() |
Static method | Public | Method | Connector search help | 20081205 |
9 | ![]() |
Static method | Public | Method | Control search help | 20081205 |
10 | ![]() |
Static method | Public | Method | Country search help | 20100325 |
11 | ![]() |
Static method | Public | Method | Regulation search help | 20081216 |
12 | ![]() |
Static method | Public | Method | Disclosure survey plan search help | 20130304 |
13 | ![]() |
Static method | Public | Method | Region search help | 20130530 |
14 | ![]() |
Static method | Public | Method | Drilldown PC entities | 20090303 |
15 | ![]() |
Static method | Public | Method | iELC search help | 20081205 |
16 | ![]() |
Static method | Public | Method | Data Source search help | 20100611 |
17 | ![]() |
Static method | Public | Method | Timeframe Frequency search help | 20081209 |
18 | ![]() |
Static method | Public | Method | OLSP search help | 20081208 |
19 | ![]() |
Static method | Public | Method | Organization search help | 20081205 |
20 | ![]() |
Static method | Public | Method | Regulation search help | 20100608 |
21 | ![]() |
Static method | Public | Method | Policy group search help | 20130530 |
22 | ![]() |
Static method | Public | Method | Process search help | 20081205 |
23 | ![]() |
Static method | Public | Method | Region search help | 20100325 |
24 | ![]() |
Static method | Public | Method | Regulation search help | 20081205 |
25 | ![]() |
Static method | Public | Method | Regulation Requirement search help | 20081210 |
26 | ![]() |
Static method | Public | Method | Regulation search help | 20100603 |
27 | ![]() |
Static method | Public | Method | Rule search help | 20081205 |
28 | ![]() |
Static method | Public | Method | Rule Criteria search help | 20081205 |
29 | ![]() |
Static method | Public | Method | Script search help | 20081205 |
30 | ![]() |
Static method | Public | Method | Subprocess search help | 20081205 |
31 | ![]() |
Static method | Public | Method | Process search help | 20081216 |
32 | ![]() |
Static method | Public | Method | iELC search help | 20081216 |
33 | ![]() |
Static method | Public | Method | Process search help | 20081216 |
34 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081210 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081210 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | ![]() |
IV_ACCGROUP_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081210 | ||
5 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081210 |
Method AC_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS_EXT | Generic type for OVS | 20100422 | ||
2 | ![]() |
IV_ACTION_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100422 | ||
3 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS_EXT_OWNER | Generic type for OVS | 20100429 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100429 | ||
3 | ![]() |
IV_OWNER_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100429 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS_EXT_OWNER | Generic type for OVS | 20100505 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100505 | ||
3 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20100505 | ||
4 | ![]() |
IV_OWNER_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100505 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100505 |
Method AC_RISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS_EXT_RISK | Generic type for OVS | 20100422 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100422 | ||
3 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100421 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100421 | ||
3 | ![]() |
IV_BR_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100421 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report name | 20100421 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100421 |
Method COBJECTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081208 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081208 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081209 | ||
4 | ![]() |
IV_COBJECTIVE_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081208 | ||
5 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081208 |
Method CONNECTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | ![]() |
IV_CONNECTOR_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | ![]() |
IV_CONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | ![]() |
IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
6 | ![]() |
IV_PROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
7 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
8 | ![]() |
IV_SUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method COUNTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100325 | ||
2 | ![]() |
IV_COUNTRY_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100325 | ||
3 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | ![]() |
IV_CRISK_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
5 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | 20130304 | |||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20130304 | ||
3 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20130530 | ||
2 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20090303 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20090303 | ||
3 | ![]() |
IT_ORGUNIT_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_ID | Orgunit Range | 20090303 | ||
4 | ![]() |
IT_PROCESS_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_ID | Central Process Range | 20090303 | ||
5 | ![]() |
IT_SUBPROCESS_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_ID | Central Subprocess Range | 20090303 | ||
6 | ![]() |
I_INHERIT_ORGUNITS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090303 | ||
7 | ![]() |
I_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | API Object ID | 20090303 | ||
8 | ![]() |
I_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRPC_API_SEARCH_PATTERN | Search pattern for the Query APIs | 20090408 | ||
9 | ![]() |
I_REGULATION | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20090303 | ||
10 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | ![]() |
IV_ECONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | ![]() |
IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
6 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method EO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100611 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100611 | ||
3 | ![]() |
IV_EO_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100611 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report name | 20100611 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100611 |
Method FREQUENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081209 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081209 | ||
3 | ![]() |
IV_FREQUENCY_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081209 | ||
4 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081208 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081208 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | ![]() |
IV_OLSP_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081208 | ||
5 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081208 |
Method ORGUNIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | ![]() |
IV_CONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | ![]() |
IV_INTEGRATION_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101018 | ||
6 | ![]() |
IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
7 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organization View ID | 20100701 | ||
8 | ![]() |
IV_PROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
9 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
10 | ![]() |
IV_SUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method POLICY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100608 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100608 | ||
3 | ![]() |
IV_POLICY_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100608 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20100608 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100608 |
Method POLICY_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20130530 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20130530 | ||
3 | ![]() |
IV_POLICY_GROUP_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20130530 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20130530 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20130530 |
Method PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | ![]() |
IV_CONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | ![]() |
IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
6 | ![]() |
IV_PROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
7 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
8 | ![]() |
IV_SUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method REGION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100325 | ||
2 | ![]() |
IV_COUNTRY_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100325 | ||
3 | ![]() |
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 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IV_REGULATION_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method REQUIREMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081210 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081210 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | ![]() |
IV_REQUIREMENT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081210 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081210 |
Method RISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20100603 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100603 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20100603 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20100603 | ||
5 | ![]() |
IV_RISK_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20100603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100603 |
Method RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
4 | ![]() |
IV_RULE_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method RULECR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | ![]() |
IV_RULECR_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method SCRIPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081210 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | ![]() |
IV_SCRIPT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method SUBPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081205 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081205 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081205 | ||
4 | ![]() |
IV_CONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
5 | ![]() |
IV_INTEGRATION_MODE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101018 | ||
6 | ![]() |
IV_ORGUNIT_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
7 | ![]() |
IV_PROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 | ||
8 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
9 | ![]() |
IV_SUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081205 |
Method XCONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | ![]() |
IV_XCONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
6 | ![]() |
IV_XPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
7 | ![]() |
IV_XSUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081216 |
Method XECONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | ![]() |
IV_XECONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081216 |
Method XPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | ![]() |
IV_XCONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
6 | ![]() |
IV_XPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
7 | ![]() |
IV_XSUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081216 |
Method XSUBPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_OVS | Generic type for OVS | 20081216 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081216 | ||
3 | ![]() |
IT_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20081216 | ||
4 | ![]() |
IV_REPORT_ID | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report ID For rep. authorization | 20090204 | ||
5 | ![]() |
IV_XCONTROL_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
6 | ![]() |
IV_XPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 | ||
7 | ![]() |
IV_XSUBPROCESS_SP | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081216 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |