GRAC_S_UI_FFUSER SAP (FF ID or role assignment to Firefighter users) Structure details

Dictionary Type: Structure
Description: FF ID or role assignment to Firefighter users




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




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

GRAC_S_UI_FFUSER 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 "FF ID or role assignment to Firefighter users" 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_UI_FFUSER TYPE GRAC_S_UI_FFUSER.

The GRAC_S_UI_FFUSER table consists of various fields, each holding specific information or linking keys about FF ID or role assignment to Firefighter users data available in SAP. These include FFOBJECT (Description for User ID or Role), FFOBJECT_NAME (Firefighter Object Name), FF_USER (Firefighter Description), FF_USER_NAME (Firefighter Object Name).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP GRAC_S_UI_FFUSER structure 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
APP_TYPEApplication Type Information GRAC_APP_TYPECHAR1GRAC_APP_TYPE
FFOBJECTDescription for User ID or Role GRAC_FFOBJECTCHAR30GRAC_FFOBJECT
FFOBJECT_NAMEFirefighter Object Name GRAC_FFOBJECT_NAMECHAR80GRAC_FFOBJECT_NAME
FF_USERFirefighter Description GRAC_FIREFIGHTERCHAR12Assigned to domainXUBNAME
FF_USER_NAMEFirefighter Object Name GRAC_FFOBJECT_NAMECHAR80GRAC_FFOBJECT_NAME
CONNECTORConnector Id GRFN_CONNECTORIDCHAR32Assigned to domainRFCDEST
OWNEROwner Description GRAC_OWNERCHAR12Assigned to domainXUBNAME
OWNER_NAMEFirefighter Object Name GRAC_FFOBJECT_NAMECHAR80GRAC_FFOBJECT_NAME
DELIVERY_OPTDelivery Option for Controller GRAC_DEL_OPTIONCHAR1GRAC_DEL_OPT
UPDATED_BY_NAMEFirefighter Object Name GRAC_FFOBJECT_NAMECHAR80GRAC_FFOBJECT_NAME
LAST_LOGONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LOGGEDIndicator GRFN_BOOLEANCHAR1GRFN_BOOLEAN
VALID_FROMValidity Start Date GRAC_VALID_FROMDATS8GRAC_DATE
VALID_TOValidity End Date GRAC_VALID_TODATS8GRAC_DATE
UPDATED_BYField Last Updated by Username GRAC_UPDATED_BYCHAR12Assigned to domainXUBNAME
UPDATED_ONTime Stamp GRFN_TIMESTAMPDEC15TSTPSGRFN_TIMESTAMP
CRITICALITYCriticality Level Description GRAC_CRITICALITYNUMC2GRACCRITICLTYGRAC_CRITICALITY
CRITICALITY_TEXTConfig comments GRAC_CONFIG_COMMENTCHAR100GRAC_CONFIG_COMMENT
DESCN_TOOLTIPDescription GRAC_DESCNCHAR132GRAC_DESCN
DESCNDescription GRAC_DESCNCHAR132GRAC_DESCN
COMMENTSDescription GRAC_DESCNCHAR132GRAC_DESCN
COMM_TOOLTIPDescription GRAC_DESCNCHAR132GRAC_DESCN

Key field Non-key field



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

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

How to access SAP table GRAC_S_UI_FFUSER

Within an ECC or HANA version of SAP you can also view further information about GRAC_S_UI_FFUSER 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!