HRASR00PROCESS_ATTR SAP (HR Administrative Services: Process Attributes) Structure details

Dictionary Type: Structure
Description: HR Administrative Services: Process Attributes




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




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

HRASR00PROCESS_ATTR 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 "HR Administrative Services: Process Attributes" 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_HRASR00PROCESS_ATTR TYPE HRASR00PROCESS_ATTR.

The HRASR00PROCESS_ATTR table consists of various fields, each holding specific information or linking keys about HR Administrative Services: Process Attributes data available in SAP. These include PROCESS (Process), INITIATOR (Initiator of Process (User Name)), INITIATOR_ROLE (Role of Initiator of Process), XI_SCENARIO (XI Scenario).. 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 HRASR00PROCESS_ATTR 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
REFERENCE_NUMBERProcess Reference Number ASR_REFERENCE_NUMBERCHAR32CHAR32
PROCESSProcess ASR_PROCESSCHAR32Assigned to domainASR_PROCESS
INITIATORInitiator of Process (User Name) ASR_INITIATORCHAR12SYCHAR12
INITIATOR_ROLERole of Initiator of Process ASR_INITIATOR_ROLECHAR10Assigned to domainASR_INITIATOR_ROLE
XI_SCENARIOXI Scenario ASR_XI_SCENARIOCHAR32Assigned to domainASR_XI_SCENARIO
STATUSProcessing Status of Process ASR_PROCESS_STATUSCHAR12ASR_PROCESS_STATUS
APPLICATIONApplication Type Representing Type of Object ASR_APPLICATIONCHAR10ASR_APPLICATION
OBJECT_KEYObject Key ASR_OBJECT_KEYCHAR32ASR_OBJECT_KEY
INIT_DATEStart Date of Process ASR_INIT_DATEDATS8DATS
INIT_TIMEStart Time of Process ASR_INIT_TIMETIMS6
INIT_TSTUTC Time Stamp: Process Start ASR_UTC_TIMESTAMP_INITDEC15TZNTSTMPS
INIT_DELTATime Difference: SY-DATE/SY-TIME Minus UTC Time Stamp ASR_DELTA_TO_UTC_IN_SECONDSINT410
COMPLETION_DATEEnd Date of Process or Process Step ASR_COMPLETION_DATEDATS8DATS
COMPLETION_TIMEEnd Time of Process or Process Step ASR_COMPLETION_TIMETIMS6
COMPLETION_TSTUTC Time Stamp: End of Process ASR_UTC_TIMESTAMP_COMPLETIONDEC15TZNTSTMPS
COMPLETION_DELTATime Difference: SY-DATE/SY-TIME Minus UTC Time Stamp ASR_DELTA_TO_UTC_IN_SECONDSINT410
NO_OF_ATTACHMENTNumber of Attachments of Process ASR_NO_OF_ATTACHMENTSNUMC3NUM03
ERROR_OCCUREDError Occurred in Process ASR_ERROR_OCCUREDCHAR1ASR_ERROR_OCCURED
VERSIONProcess Object Version ASR_PROCESS_OBJECT_VERSIONINT25ASR_PROCESS_OBJECT_VERSION
INITIATOR_BUSIUser for Which a Process Was Started ASR_INITIATOR_BUSINESSCHAR12SYCHAR12
OBJECT_TITLEObject Title ASR_OBJECT_TITLECHAR80TEXT80
OBJECT_TYPEObject Type ASR_OTYPECHAR2Assigned to domainOTYPE
GROUP_REF_NUMBERProcess Reference Number ASR_REFERENCE_NUMBERCHAR32CHAR32
PROCESS_GROUPGroup of Processes ASR_PROCGRPCHAR4Assigned to domainASR_PROCGRP
EFFECTIVE_DATEEffective Date ASR_EFFECTIVE_DATEDATS8DATS

Key field Non-key field



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

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

How to access SAP table HRASR00PROCESS_ATTR

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