SAP ABAP Class CL_GRAC_API_ACCESS_REQUEST (Class API for Access Request)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_ENTITY_API (Package) Access Control GRC API Support

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_API_BASIS | Basis class for GRC API classes | 20090831 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRAC_API_ACCESS_REQUEST | Interface API for Access Request | 20090831 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20100215 |
Properties
Class | CL_GRAC_API_ACCESS_REQUEST | |
Short Description | Class API for Access Request | |
Super Class | CL_GRFN_API_BASIS | Basis class for GRC API classes |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRAC_ENTITY_API | Access Control GRC API Support |
Created | 20090831 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRAC_API_ACCESS_REQUEST has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRAC_API_ACCESS_REQUEST | Interface API for Access Request | 20090831 | ||
2 | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20100215 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_GRFN_API_SESSION | 20090831 | Session Management for GRC APIs |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRAC_MODEL_ACCESS_REQUEST' | Reference type | 20100111 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SY-MSGID | 'GRAC_ENTITY_API' | Message Class | 20100712 | |
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_REQUESTOR_INFO | Requestor buffer for inbox | 20111017 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_USER_INFO | user buffer for work inbox | 20111017 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | 20090918 | |
2 | ![]() |
Static method | Public | Method | Get the next request number | 20091222 |
3 | ![]() |
Static method | Public | Method | Query requestor | 20111013 |
4 | ![]() |
Static method | Public | Method | Query request users | 20111013 |
5 | ![]() |
Static method | Public | Method | perform risk analysis for request | 20120229 |
6 | ![]() |
Static method | Public | Method | Query request owners like reviewer etc | 20140117 |
7 | ![]() |
Static method | Public | Method | 20110824 |
Events
Class CL_GRAC_API_ACCESS_REQUEST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_NOTES | Private | See coding | 20140131 | BEGIN OF ys_notes ,
req_id TYPE grfn_guid,
text TYPE string,
END OF ys_notes
|
||
2 | YT_NOTES | Private | See coding | 20140131 | yt_notes TYPE TABLE OF ys_notes
|
||
3 | YT_REQUESTOR_INFO | Public | See coding | 20111017 | yt_requestor_info TYPE HASHED TABLE OF grac_s_api_reqowner WITH UNIQUE KEY req_id
|
||
4 | YT_REQUESTOR_USERID | Public | See coding | 20111017 | yt_requestor_userid TYPE TABLE OF grac_t_api_reqowner
|
||
5 | YT_USER_INFO | Public | See coding | 20111017 | yt_user_info TYPE SORTED TABLE OF grac_s_api_user_info WITH UNIQUE KEY req_id userid
|
Method Signatures
Method GET 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 | 20090918 | ||
2 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090918 | ||
3 | ![]() |
RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRAC_API_ACCESS_REQUEST | API class for Controller Groups | 20090918 |
Method GET on class CL_GRAC_API_ACCESS_REQUEST has no exception.
Method GET_NEXT_REQ_NO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_REQNO | Value transfer | Type reference (TYPE) | GRAC_REQNO | Request Number | 20091222 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100111 |
Method GET_REQUESTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_REQUESTOR_INFO | Call by reference | Type reference (TYPE) | YT_REQUESTOR_INFO | Structure of Req Owner | 20111017 | ||
2 | ![]() |
IT_REQUEST_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Object ID | 20111017 |
Method GET_REQUESTOR on class CL_GRAC_API_ACCESS_REQUEST has no exception.
Method GET_REQUEST_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_USER_INFO | Call by reference | Type reference (TYPE) | YT_USER_INFO | Structure of Req Owner | 20111013 | ||
2 | ![]() |
IT_REQUEST_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Object ID | 20111017 |
Method GET_REQUEST_USER on class CL_GRAC_API_ACCESS_REQUEST has no exception.
Method PERFORM_RISK_ANALYSIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALL_REPORT_TYPE | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | Indicator | 20120301 | ||
2 | ![]() |
IV_REQUEST_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20120229 |
Method PERFORM_RISK_ANALYSIS on class CL_GRAC_API_ACCESS_REQUEST has no exception.
Method QUERY_REQ_OWNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OWNER_LIST | Call by reference | Type reference (TYPE) | GRAC_T_API_REQOWNER | Structure of Req Owner | 20140117 | ||
2 | ![]() |
IT_REQUEST_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Object ID | 20140117 | ||
3 | ![]() |
IV_OWNER_TYPE | Call by reference | Type reference (TYPE) | STRING | 'REV' | 20140117 |
Method QUERY_REQ_OWNER on class CL_GRAC_API_ACCESS_REQUEST has no exception.
Method SUBMIT_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_REQUEST_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110824 | ||
2 | ![]() |
EV_REQUEST_NUMBER | Call by reference | Type reference (TYPE) | GRAC_REQNO | Request Number | 20110824 | ||
3 | ![]() |
IS_REQUEST_DATA | Call by reference | Type reference (TYPE) | GRAC_S_API_REQ_DATA | Request Header Structure | 20110824 | ||
4 | ![]() |
IT_AUDIT_TRAIL | Call by reference | Type reference (TYPE) | GRAC_T_LOG_MSG | Table type for audit log messages | 20110824 | ||
5 | ![]() |
IT_EXT_RISK | Call by reference | Type reference (TYPE) | GRAC_T_API_EXT_RISK | External Risk | 20110824 | ||
6 | ![]() |
IT_REQLINEITM | Call by reference | Type reference (TYPE) | GRAC_T_API_REQLINEITEM | Request lineitem | 20110824 | ||
7 | ![]() |
IT_REQOWNER | Call by reference | Type reference (TYPE) | GRAC_T_API_REQOWNER | Request owner | 20110824 | ||
8 | ![]() |
IT_REQSYS | Call by reference | Type reference (TYPE) | GRAC_T_API_REQSYS | System Data | 20110824 | ||
9 | ![]() |
IT_REQUSER | Call by reference | Type reference (TYPE) | GRAC_T_API_USER_INFO | User info | 20110824 | ||
10 | ![]() |
IT_USERGROUPS | Call by reference | Type reference (TYPE) | GRAC_T_API_USERGROUPS | User Groups | 20110824 | ||
11 | ![]() |
IT_USERPARAM | Call by reference | Type reference (TYPE) | GRAC_T_API_USERPARAM | User Parameters | 20110824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110824 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |