T5ASRSTEPDETAILS SAP (Step Details of Process) Table details

Dictionary Type: Table
Description: Step Details of Process




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




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

T5ASRSTEPDETAILS is a standard SAP Table which is used to store Step Details of Process data and is available within R/3 SAP systems depending on the version and release level.

The T5ASRSTEPDETAILS table consists of various fields, each holding specific information or linking keys about Step Details of Process data available in SAP. These include PROCESS_GUID (Key for Process, Scenario, or Process Step), STEP_GUID (Key for Process, Scenario, or Process Step), PROCESSOR (Processor of Process Step (Work Item)), PROCESSOR_ROLE (Agent Role).. 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: Cannot Be Enhanced


SAP T5ASRSTEPDETAILS 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
PROCESS_GUIDKey for Process, Scenario, or Process Step ASR_GUIDCHAR32SYSUUID_C
STEP_GUIDKey for Process, Scenario, or Process Step ASR_GUIDCHAR32SYSUUID_C
PROCESSORProcessor of Process Step (Work Item) ASR_PROCESSORCHAR12SYCHAR12
PROCESSOR_ROLEAgent Role ASR_PROCESSOR_ROLECHAR10Assigned to domainASR_INITIATOR_ROLE
PROCESSProcess ASR_PROCESSCHAR32Assigned to domainASR_PROCESS
CHANGE_TIMESTAMPUTC Change Time Stamp of Process Step ASR_UTC_TIMESTAMP_STEP_CHANGEDEC15TZNTSTMPS
DRAFT_TIME_STAMPUTC Time Stamp of Last Created Draft ASR_UTC_TIMESTAMP_DRAFTDEC15TZNTSTMPS
PROCESSING_TIMEProcessing Time ASR_PROCESSING_TIMEQUAN13(3) MENG13
PROC_TIME_UNITUnit for Processing Time ASR_PROCESSING_TIME_UNITUNIT3Assigned to domainCUNITMEINS
RETENTION_TIMERetention Period ASR_RETENTION_TIMEQUAN13(3) MENG13
RETEN_TIME_UNITUnit for Retention Period ASR_RETENTION_TIME_UNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ASRSTEPDETAILS
INTO CORRESPONDING FIELDS OF WA_T5ASRSTEPDETAILS
WHERE...

How to access SAP table T5ASRSTEPDETAILS

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