GRAC_S_REQUEST_SEARCH_PARAM SAP (Access Request search parameters) Structure details

Dictionary Type: Structure
Description: Access Request search parameters




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




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

GRAC_S_REQUEST_SEARCH_PARAM 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 "Access Request search parameters" 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_REQUEST_SEARCH_PARAM TYPE GRAC_S_REQUEST_SEARCH_PARAM.

The GRAC_S_REQUEST_SEARCH_PARAM table consists of various fields, each holding specific information or linking keys about Access Request search parameters data available in SAP. These include ARCHIEVED_REQUEST (Archieved Request), REQNO (Request Number), BPROC (Business Process), FUNCAREA (Functional Area).. 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_REQUEST_SEARCH_PARAM 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
PROCESS_IDProcess ID GRFN_MW_PROCESS_IDCHAR30Assigned to domainGRFN_MW_PROCESS_IDGRFNMW_PROCESS_SRCH_HLP
ARCHIEVED_REQUESTArchieved Request GRAC_ARCHIEVED_REQUESTCHAR1GRAC_ARCHIEVED_REQUEST
REQNORequest Number GRAC_REQNOCHAR20GRAC_REQNO
BPROCBusiness Process GRAC_BPROCCHAR10Assigned to domainGRACBPROC
FUNCAREAFunctional Area GRAC_FUNAREACHAR10Assigned to domainGRAC_FUNAREA
BGJOBIDBackground job name BTCJOBCHAR32CHAR32
BGJOBCNTJob ID BTCJOBCNTCHAR8CHAR8
MANAGER_IDManager ID GRAC_MANAGER_IDCHAR50GRAC_USER
REQUESTOR_LAST_NAMECreated by Last Name GRAC_REQUESTOR_LNAMECHAR100GRAC_FNAME
REQUESTOR_FIRST_NAMECreated by First Name GRAC_REQUESTOR_FNAMECHAR100GRAC_FNAME
MANAGER_LAST_NAMEManager Last Name GRAC_MANAGER_LNAMECHAR100GRAC_FNAME
MANAGER_FIRST_NAMEManager First Name GRAC_MANAGER_FNAMECHAR100GRAC_FNAME
ROLE_NAMERole Name GRAC_ROLE_NAMECHAR300GRAC_ROLE_NAME
USER_LAST_NAMEUser Last Name GRAC_USER_LNAMECHAR100GRAC_FNAME
USER_FIRST_NAMEUser First Name GRAC_USER_FNAMECHAR100GRAC_FNAME
USER_IDUser ID GRAC_USERCHAR50GRAC_USER
APPROVER_IDApprover ID GRAC_APPROVER_IDCHAR12Assigned to domainXUBNAME

Key field Non-key field



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

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

How to access SAP table GRAC_S_REQUEST_SEARCH_PARAM

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