SAP ABAP Interface IF_GRFN_API_BRA_INTG (Business Rule Assignment Integration API used by non-BRAsgmt)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_ENTITY_API (Package) GRC Foundation API

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRFN_API_BRA | Business Rule Assignment API | 20100305 |
Properties
Interface | IF_GRFN_API_BRA_INTG | |
Short Description | Business Rule Assignment Integration API used by non-BRAsgmt |
General Data
Package | GRFN_ENTITY_API | GRC Foundation API |
Created | 20100305 | 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) |
2 | IF_GRFN_API_BRA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_GRFN_API_BRA_INTG has no interface.
Friends
Interface IF_GRFN_API_BRA_INTG has no friend.
Attributes
Interface IF_GRFN_API_BRA_INTG has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Check if one BR has been assigned to control/risk(time dep) | 20100628 |
2 | ![]() |
Static method | Public | Method | Check if one control has any BR assigned(time dependent) | 20100604 |
3 | ![]() |
Static method | Public | Method | Check if one control has any BR assigned (time in-dependent) | 20100714 |
4 | ![]() |
Static method | Public | Method | Query BRAsgmt for AM Scheduler Control | 20100628 |
5 | ![]() |
Static method | Public | Method | Query BRAsgmt for Planner Control | 20100716 |
6 | ![]() |
Static method | Public | Method | Query BRAsgmt for Business Rules OIF | 20100618 |
7 | ![]() |
Static method | Public | Method | Query BRAsgmt for Local Control OIF | 20100618 |
8 | ![]() |
Static method | Public | Method | Query BRAsgmt for Local Risk OIF | 20100618 |
Events
Interface IF_GRFN_API_BRA_INTG has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_OIF_CONTROL | Public | See coding | 20100628 | BEGIN OF s_oif_control,
regulation_id TYPE grfn_api_object_id,
regulation_t TYPE grfn_regulation,
br_name TYPE grfn_object_name,
br_desc TYPE grfn_object_description,
ctl_trigger TYPE grfn_control_trigger,
ctl_trigger_t TYPE val_text,
frequency_id TYPE grfn_tf_frequency,
frequency_t TYPE grfn_tf_text,
monitoring TYPE grfn_xfeld,
compliance TYPE grfn_xfeld,
END OF s_oif_control
|
||
2 | T_OIF_CONTROL | Public | See coding | 20100628 | t_oif_control TYPE STANDARD TABLE OF s_oif_control WITH DEFAULT KEY
|
||
3 | YS_DB_CONTROL | Public | See coding | 20100604 | BEGIN OF ys_db_control,
bra TYPE grfnbra,
bractl TYPE grfnbractl,
END OF ys_db_control
|
||
4 | YT_DB_CONTROL | Public | See coding | 20100604 | yt_db_control TYPE STANDARD TABLE OF ys_db_control
|
Method Signatures
Method CHECK_BRA_FOR_BR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ASSIGNED_UNTIL | Call by reference | Type reference (TYPE) | GRFN_DATE | The last day of all the assignment | 20100722 | ||
2 | ![]() |
EV_RESULT | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | True: Already Assigned; False: Not assigned | 20100722 | ||
3 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100628 | ||
4 | ![]() |
IV_BR_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Business Rule ID | 20100628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100628 |
Method CHECK_BRA_FOR_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100604 | ||
2 | ![]() |
IV_CONTROL_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Control Object ID | 20100604 | ||
3 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | True: Already Assigned; False: No BR assigned | 20100604 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100604 |
Method CHECK_BRA_FOR_LEGACY_CRA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONTROL_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Control ID | 20100714 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100714 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100714 |
Method QUERY_FOR_AM_SCHDL_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BR | Call by reference | Type reference (TYPE) | IF_GRFN_API_BRA=>YT_BRA_RULE_CTL | Business Rule Assignment Result | 20100628 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100628 | ||
3 | ![]() |
IV_CONTROL_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Control ID | 20100628 | ||
4 | ![]() |
IV_EXEC_DATE_FROM | Call by reference | Type reference (TYPE) | BEGDATUM | Start Date | 20100628 | ||
5 | ![]() |
IV_EXEC_DATE_TO | Call by reference | Type reference (TYPE) | ENDDATUM | End Date | 20100628 | ||
6 | ![]() |
IV_FREQUENCY | Call by reference | Type reference (TYPE) | GRFN_TF_FREQUENCY | Frequency | 20100628 | ||
7 | ![]() |
IV_JOB_EXEC_TYPE | Call by reference | Type reference (TYPE) | GRFN_JOBEXECTYPE | Job: Execution type (X/D/E/S/B) | 20100628 | ||
8 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation ID | 20100628 | ||
9 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | GRFN_BRVERSION | Business Rule Version | 20110517 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100628 |
Method QUERY_FOR_PLANNER_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BR | Call by reference | Type reference (TYPE) | IF_GRFN_API_BRA=>YT_BRA_RULE_CTL | Business Rule Assignment Result | 20100716 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100716 | ||
3 | ![]() |
IV_CONTROL_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Control ID | 20100716 | ||
4 | ![]() |
IV_EXEC_DATE_FROM | Call by reference | Type reference (TYPE) | BEGDATUM | Start Date | 20100716 | ||
5 | ![]() |
IV_EXEC_DATE_TO | Call by reference | Type reference (TYPE) | ENDDATUM | End Date | 20100716 | ||
6 | ![]() |
IV_FREQUENCY | Call by reference | Type reference (TYPE) | GRFN_TF_FREQUENCY | Frequency | 20100716 | ||
7 | ![]() |
IV_JOB_EXEC_TYPE | Call by reference | Type reference (TYPE) | GRFN_JOBEXECTYPE | Job: Execution type (X/D/E/S/B) | 20100716 | ||
8 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation ID | 20100716 | ||
9 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | GRFN_BRVERSION | Business Rule Version | 20110517 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100716 |
Method QUERY_OIF_BR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BRASGMT_CONTROL | Call by reference | Type reference (TYPE) | GRFN_T_UI_BRASGMT_CONTROL | Business Rule Assignment Control Table | 20100618 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100618 | ||
3 | ![]() |
IV_BR_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Business Rule ID | 20100618 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100618 |
Method QUERY_OIF_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BRA | Call by reference | Type reference (TYPE) | T_OIF_CONTROL | Business Rule Assignment for Local Control | 20100618 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100618 | ||
3 | ![]() |
IV_CONTROL_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100618 |
Method QUERY_OIF_RISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BRA | Call by reference | Type reference (TYPE) | IF_GRFN_API_BRA=>YS_BRA_RULE_RISK | Business Rule Assignment for Local Risk | 20100618 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100618 | ||
3 | ![]() |
IV_RISK_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Risk ID | 20100709 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100618 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |