GRACHRACT SAP (CUP HR Actions) Table details

Dictionary Type: Table
Description: CUP HR Actions




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




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

GRACHRACT is a standard SAP Table which is used to store CUP HR Actions data and is available within R/3 SAP systems depending on the version and release level.

The GRACHRACT table consists of various fields, each holding specific information or linking keys about CUP HR Actions data available in SAP. These include HR_ACTION_ID (HR Action ID), ADDR_NAME (HR Address Name), REQUEST_TYPE (Request Type), PRIORITY (Request Priority).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = GRACHRACTT


SAP GRACHRACT 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 MANDTCLNT3T000MANDT
HR_ACTION_IDHR Action ID GRAC_HR_ACTION_IDCHAR5GRAC_HR_ACTION_ID
ADDR_NAMEHR Address Name GRAC_ADDR_NAMECHAR1GRAC_YN_BOOLEAN
REQUEST_TYPERequest Type GRAC_REQTYPENUMC3GRACREQTYPEGRAC_REQTYPEGRAC_REQUEST_TYPE
PRIORITYRequest Priority GRAC_PRIORITYNUMC3GRACPRIORITYGRAC_PRIORITYGRAC_PRIORITY
ADDR_EMAILHR Address E-mail GRAC_ADDR_EMAILCHAR1GRAC_YN_BOOLEAN
ADDR_TELHR Address Telephone GRAC_ADDR_TELCHAR1GRAC_YN_BOOLEAN
PARAM_IDHR Parameter ID GRAC_PARAM_IDCHAR1GRAC_YN_BOOLEAN
HR_DEFAULTHR Default GRAC_HR_DEFAULTCHAR1GRAC_YN_BOOLEAN
USER_GRPHR User Group GRAC_USR_GRPCHAR1GRAC_YN_BOOLEAN
USER_GRP_NAMEUser group GRAC_USER_GROUPCHAR12Assigned to domainGRAC_USER_GROUP

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRACHRACT
INTO CORRESPONDING FIELDS OF WA_GRACHRACT
WHERE...

How to access SAP table GRACHRACT

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