SAP GRAC_S_API_USER_INFO User information Table data and field list

GRAC_S_API_USER_INFO 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 "User information" 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_API_USER_INFO TYPE GRAC_S_API_USER_INFO.

The GRAC_S_API_USER_INFO table consists of various fields, each holding specific information or linking keys about User information 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_API_USER_INFO 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_API_USER_INFO 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_API_USER_INFO 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_IDObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
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
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
EMAILE-Mail Address GRAC_EMAILCHAR255GRAC_EMAIL
TELNUMBERTelephone Number GRAC_TELNUMBERCHAR32GRAC_TELNUMBER
DEPARTMENTDepartment GRAC_DEPARTMENTCHAR100GRAC_DEPARTMENT
COMPANYCompany GRAC_COMPANYCHAR42GRAC_COMPANYGRAC_FDT_COMPANY
LOCATIONLocation GRAC_LOCATIONCHAR100GRAC_LOCATION
COSTCENTERCost Center GRAC_COSTCENTERCHAR40GRAC_COSTCENTER
PRINTERPrinter GRAC_PRINTERCHAR200GRAC_PRINTER
SECTELNUMBERTelephone Number GRAC_SECTELNUMBERCHAR32GRAC_TELNUMBER
ORGUNITOrg Unit GRAC_ORGUNITCHAR12GRAC_ORGUNIT
EMPTYPEEmployee Type GRAC_EMPTYPENUMC3GRAC_EMPTYPEGRAC_EMPTYPE
FULLNAMEFull Name of the User GRAC_FULLNAMECHAR80GRAC_FULLNAME
BUSS_PROCBusiness Process GRAC_BPROCCHAR10Assigned to domainGRACBPROC
BUSINESS_AREAFunctional Area GRAC_FUNAREACHAR10Assigned to domainGRAC_FUNAREA
FUNCTIONAL_AREAFunctional Area GRAC_FUNAREACHAR10Assigned to domainGRAC_FUNAREA
BUILDINGBuilding GRAC_BUILDINGCHAR10TEXT10
FLOORFloor GRAC_FLOORCHAR10TEXT10
ROOM_NORoom Number GRAC_ROOMNOCHAR10TEXT10
COMM_TYPECommunication Type GRAC_COMM_TYPECHAR3Assigned to domainAD_COMM
ACADEMIC_TITLEAcademic Title GRAC_ACA_TITLECHAR20TEXT20
USERALIASUser Alias GRAC_USER_ALIASCHAR40USALIAS
USER_TYPEUser Type GRAC_USTYPECHAR1GRAC_USTYPE
TEL_EXTENSIONTelephone Number: Extension GRAC_EXTENSIONCHAR10CHAR10
FAX_NUMBERFax Number GRAC_FAXNUMBERCHAR30GRAC_FAXNUMBER
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
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_API_USER_INFO using ABAP code?

As GRAC_S_API_USER_INFO 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_API_USER_INFO as there is no data to select.

How to access SAP table GRAC_S_API_USER_INFO

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

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