SAP GRAC_S_REQUSER Structure for Req User Table data and field list

GRAC_S_REQUSER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Req User" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_GRAC_S_REQUSER TYPE GRAC_S_REQUSER.

The GRAC_S_REQUSER table consists of various fields, each holding specific information or linking keys about Structure for Req User data available in SAP. These include USERID (User ID), FNAME (First Name), LNAME (Last Name), PROVUSER (User ID)... 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. .

GRAC_S_REQUSER structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GRAC_S_REQUSER structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the GRAC_S_REQUSER table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
REQ_IDUUID of the GRC object (char32) GRFN_GUIDCHAR32GRFN_GUID
USERIDUser ID GRAC_USERCHAR50GRAC_USER
FNAMEFirst Name GRAC_FNAMECHAR100GRAC_FNAME
LNAMELast Name GRAC_LNAMECHAR100GRAC_LNAME
PROVUSERUser ID GRAC_PROVUSERCHAR50GRAC_USER
SNC_NAMESNC Name GRAC_SNC_NAMECHAR255GRAC_SNC_NAME
UNSEC_SNCUnsecure Logon Allowed (SNC) GRAC_UNSEC_SNCCHAR1GRFN_BOOLEAN
ACCNOAccounting Number GRAC_ACCNOCHAR12GRAC_ACCNO
USER_GROUPUser group GRAC_USER_GROUPCHAR12Assigned to domainGRAC_USER_GROUP
VALID_FROMValidity Start Date GRAC_VALID_FROMDATS8GRAC_DATE
VALID_TOValidity End Date GRAC_VALID_TODATS8GRAC_DATE
EMPPOSITIONHR Position GRAC_EMPPOSITIONCHAR12GRAC_EMPPOSITION
EMPJOBJob GRAC_EMPJOBCHAR12GRAC_EMPJOB
PERSONNELNOPersonnel Number GRAC_PERSONNELNOCHAR20GRAC_PERSONNELNO
PERSONNELAREAPersonnel Area GRAC_PERSONNEL_AREACHAR60GRAC_PERSONNEL_AREA
EMPTYPEEmployee Type GRAC_EMPTYPENUMC3GRAC_EMPTYPEGRAC_EMPTYPE
EMAILE-Mail Address GRAC_EMAILCHAR255GRAC_EMAIL
ACTIONAction ID GRFN_ACTIONCHAR30GRFN_ACTION
BUSS_PROCBusiness Process GRAC_BPROCCHAR10Assigned to domainGRACBPROC
BUSINESS_AREAFunctional Area GRAC_FUNAREACHAR10Assigned to domainGRAC_FUNAREA
FUNCTIONAL_AREAFunctional Area GRAC_FUNAREACHAR10Assigned to domainGRAC_FUNAREA
ACADEMIC_TITLEAcademic Title GRAC_ACA_TITLECHAR20TEXT20
USERALIASUser Alias GRAC_USER_ALIASCHAR40USALIAS
USER_TYPEUser Type GRAC_USTYPECHAR1GRAC_USTYPE
USER_DEFAULT_IDUser Default ID GRAC_USER_DEFAULT_IDNUMC3GRAC_USER_DEFAULT_ID
START_MENUStart Menu GRAC_START_MENUCHAR30SYCHAR30
LOGON_LANGULogon Language GRAC_LOGON_LANGULANG1Assigned to domainISOLAGRAC_LANG
DEC_NOTATIONDecimal Notations GRAC_DEC_NOTATIONCHAR1XUDCPFM
DATE_FORMATDate Format GRAC_DATE_FORMATCHAR1XUDATFM
TIME_ZONETime Zone GRAC_TIME_ZONECHAR6GRAC_TZNZONE
LIC_TYPEID for the User Types of the SAP System GRAC_LIC_TYPECHAR2Assigned to domainUSERTYP
MANAGERUser ID GRAC_USERCHAR50GRAC_USER
FUNCTIONFunction field for su01 provisioning GRAC_FUNCTION_SU01CHAR40Assigned to domainGRAC_FUNCTION

Key field Non-key field



How do I retrieve data from SAP structure GRAC_S_REQUSER using ABAP code?

As GRAC_S_REQUSER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on GRAC_S_REQUSER as there is no data to select.

How to access SAP table GRAC_S_REQUSER

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

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