T5ASRPROCESSES SAP (HR Administrative Services: Processes) Table details

Dictionary Type: Table
Description: HR Administrative Services: Processes




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




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

T5ASRPROCESSES is a standard SAP Table which is used to store HR Administrative Services: Processes data and is available within R/3 SAP systems depending on the version and release level.

The T5ASRPROCESSES table consists of various fields, each holding specific information or linking keys about HR Administrative Services: Processes data available in SAP. These include CASE_GUID (Technical Case Key (Case GUID)), REFERENCE_NUMBER (Process Reference Number), PROCESS (Process), INITIATOR (Initiator of Process (User 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 (character-type or numeric)


SAP T5ASRPROCESSES 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
CASE_GUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
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 table T5ASRPROCESSES using ABAP code

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

SELECT SINGLE *
FROM T5ASRPROCESSES
INTO CORRESPONDING FIELDS OF WA_T5ASRPROCESSES
WHERE...

How to access SAP table T5ASRPROCESSES

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