HRASR00PROCESS_DETAIL_OUT SAP (HR Administrative Services: Output for Process Details) Structure details

Dictionary Type: Structure
Description: HR Administrative Services: Output for Process Details




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




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

HRASR00PROCESS_DETAIL_OUT 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: Output for Process Details" 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_DETAIL_OUT TYPE HRASR00PROCESS_DETAIL_OUT.

The HRASR00PROCESS_DETAIL_OUT table consists of various fields, each holding specific information or linking keys about HR Administrative Services: Output for Process Details data available in SAP. These include REFERENCE_NUMBER (Process Reference Number), PROCESS (Process), INITIATOR (Initiator of Process (User Name)), INITIATOR_ROLE (Role of Initiator of Process).. 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 (Deep)


SAP HRASR00PROCESS_DETAIL_OUT 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
ATTRIBUTES 0
REFERENCE_NUMBERProcess Reference Number ASR_REFERENCE_NUMBERCHAR32CHAR32
PROCESSProcess ASR_PROCESSCHAR32ASR_PROCESS
INITIATORInitiator of Process (User Name) ASR_INITIATORCHAR12SYCHAR12
INITIATOR_ROLERole of Initiator of Process ASR_INITIATOR_ROLECHAR10ASR_INITIATOR_ROLE
XI_SCENARIOXI Scenario ASR_XI_SCENARIOCHAR32ASR_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_OTYPECHAR2OTYPE
GROUP_REF_NUMBERProcess Reference Number ASR_REFERENCE_NUMBERCHAR32CHAR32
PROCESS_GROUPGroup of Processes ASR_PROCGRPCHAR4ASR_PROCGRP
EFFECTIVE_DATEEffective Date ASR_EFFECTIVE_DATEDATS8DATS
PROCESS_TITLEProcess Name ASR_PROCESS_DESCRIPTIONCHAR60TEXT60
TRIGGERED_BY_PROCESSKey of Initiating Process ASR_TRIGGERED_BY_PROCESSCHAR32SYSUUID_C
TRIGGERED_PROCESSES 0
INVOLVED_PROCESSORS 0
CURRENT_PROCESSORS 0
PROCESS_STEPS 0
ATTACHMENTS_GUID_AND_ATTR 0

Key field Non-key field



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

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

How to access SAP table HRASR00PROCESS_DETAIL_OUT

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