GRACREVREJUSER SAP (Reject user table for UAR requests) Table details

Dictionary Type: Table
Description: Reject user table for UAR requests




ABAP Code to SELECT data from GRACREVREJUSER
Related tables to GRACREVREJUSER
Access table GRACREVREJUSER




Table field list including key, data, relationships and ABAP select examples

GRACREVREJUSER is a standard SAP Table which is used to store Reject user table for UAR requests data and is available within R/3 SAP systems depending on the version and release level.

The GRACREVREJUSER table consists of various fields, each holding specific information or linking keys about Reject user table for UAR requests data available in SAP. These include REQ_ID (UUID of the GRC object (char32)), REJECTED_ID (Item ID), NEW_REQID (UUID of the GRC object (char32)), PROCESS_TYPE (Process Type).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GRACREVREJUSER table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
REQ_IDUUID of the GRC object (char32) GRFN_GUIDCHAR32GRFN_GUID
REJECTED_IDItem ID GRAC_ITEM_IDCHAR50GRAC_ITEM_ID
NEW_REQIDUUID of the GRC object (char32) GRFN_GUIDCHAR32GRFN_GUID
PROCESS_TYPEProcess Type GRAC_PROCESS_TYPECHAR30GRAC_PROCESS_TYPE
REJ_DATEUser Access Review Rejection date GRAC_REJ_DATEDATS8GRAC_DATE
REASON_IDRejection Reason Used in Manage Rejection GRAC_REASON_IDNUMC3GRAC_REASON_ID
REVIEWERUser ID GRAC_USERCHAR50GRAC_USER
PROCESS_STATEState indicator for rejected users in UAR GRAC_PROCESS_STATENUMC1GRAC_PROCESS_STATE
GEN_STATUSRequest generation status for canceled requests in UAR GRAC_GEN_STATUSNUMC1GRAC_GEN_STATUS
REJECTED_TYPERejected User/Role/Risk GRAC_REJECTED_TYPECHAR4GRAC_REJECTED_TYPE

Key field Non-key field



How do I retrieve data from SAP table GRACREVREJUSER using ABAP code

The following ABAP code Example will allow you to do a basic selection on GRACREVREJUSER to SELECT all data from the table
DATA: WA_GRACREVREJUSER TYPE GRACREVREJUSER.

SELECT SINGLE *
FROM GRACREVREJUSER
INTO CORRESPONDING FIELDS OF WA_GRACREVREJUSER
WHERE...

How to access SAP table GRACREVREJUSER

Within an ECC or HANA version of SAP you can also view further information about GRACREVREJUSER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!