GRACREQUSERPARAM SAP (Obselete -- Request User Parameters) Table details

Dictionary Type: Table
Description: Obselete -- Request User Parameters




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




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

GRACREQUSERPARAM is a standard SAP Table which is used to store Obselete -- Request User Parameters data and is available within R/3 SAP systems depending on the version and release level.

The GRACREQUSERPARAM table consists of various fields, each holding specific information or linking keys about Obselete -- Request User Parameters data available in SAP. These include REQ_ID (UUID of the GRC object (char32)), USERID (User ID), PARAMETER_ID (Parameter ID), PARAMETER_VALUE (Parameter 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP GRACREQUSERPARAM 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
USERIDUser ID GRAC_USERCHAR50GRAC_USER
PARAMETER_IDParameter ID GRAC_PARAMETER_IDCHAR20Assigned to domainMEMORYID
PARAMETER_VALUEParameter Name GRAC_PARAMETER_TEXTCHAR40XUPARVAL

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRACREQUSERPARAM
INTO CORRESPONDING FIELDS OF WA_GRACREQUSERPARAM
WHERE...

How to access SAP table GRACREQUSERPARAM

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