HRASR00_BI_STEP_DETAILS SAP (Processes: Transaction Data) Structure details

Dictionary Type: Structure
Description: Processes: Transaction Data




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




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

HRASR00_BI_STEP_DETAILS 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 "Processes: Transaction Data" 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_HRASR00_BI_STEP_DETAILS TYPE HRASR00_BI_STEP_DETAILS.

The HRASR00_BI_STEP_DETAILS table consists of various fields, each holding specific information or linking keys about Processes: Transaction Data data available in SAP. These include PROCESSOR (Processor's Personnel Number), PROCESSOR_ROLE (Agent Role), PROCESS (Process), START_DATE (Start Date 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 (character-type or numeric)


SAP HRASR00_BI_STEP_DETAILS 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
PROCESS_GUIDKey for Process, Scenario, or Process Step ASR_GUIDCHAR32SYSUUID_C
PROCESSORProcessor's Personnel Number ASR_PERNR_OF_PROCESSORNUMC8NUMC8
PROCESSOR_ROLEAgent Role ASR_PROCESSOR_ROLECHAR10T5ASRPROCROLEASR_INITIATOR_ROLE
PROCESSProcess ASR_PROCESSCHAR32T5ASRPROCASR_PROCESS
START_DATEStart Date of Process ASR_INIT_DATEDATS8DATS
COMPLETION_TSTUTC Time Stamp: End of Process ASR_UTC_TIMESTAMP_COMPLETIONDEC15TZNTSTMPS
PROC_TIMEProcessing Time ASR_PROCESSING_TIMEQUAN13(3) MENG13
PROC_TIME_UNITUnit for Processing Time ASR_PROCESSING_TIME_UNITUNIT3Assigned to domainCUNITMEINS
RETE_TIMERetention Period ASR_RETENTION_TIMEQUAN13(3) MENG13
RETE_TIME_UNITUnit for Retention Period ASR_RETENTION_TIME_UNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table HRASR00_BI_STEP_DETAILS

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