HRASR00_BI_PROCESSES SAP (Processes: Transaction Data) Structure details

Dictionary Type: Structure
Description: Processes: Transaction Data




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




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

HRASR00_BI_PROCESSES 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_PROCESSES TYPE HRASR00_BI_PROCESSES.

The HRASR00_BI_PROCESSES table consists of various fields, each holding specific information or linking keys about Processes: Transaction Data data available in SAP. These include PROCESS (Process), AFFECTED_PERNR (Affected Employee), STATUS (Processing Status of Process), ERROR_OCCURED (Error Occurred in 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_PROCESSES 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
PROCESSProcess ASR_PROCESSCHAR32T5ASRPROCASR_PROCESS
AFFECTED_PERNRAffected Employee HRASR_BI_OBJECT_KEYCHAR32ASR_OBJECT_KEY
STATUSProcessing Status of Process ASR_PROCESS_STATUSCHAR12ASR_PROCESS_STATUS
ERROR_OCCUREDError Occurred in Process ASR_ERROR_OCCUREDCHAR1ASR_ERROR_OCCURED
START_DATEStart Date of Process ASR_INIT_DATEDATS8DATS
COMPLETION_TSTUTC Time Stamp: End of Process ASR_UTC_TIMESTAMP_COMPLETIONDEC15TZNTSTMPS
EXEC_TIMEExecution Time SSC_EXECUTION_TIMEQUAN13(3) MENG13
EXEC_TIME_UNITUnit for Execution Time SSC_EXECUTION_TIME_UNITUNIT3Assigned to domainCUNITMEINS
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
PPRO_TIMEProcessing Time of Specialists Involved in Process ASR_PROF_PROCESSING_TIMEQUAN13(3) MENG13
PPRO_TIME_UNITUnit for Processing Time ASR_PROCESSING_TIME_UNITUNIT3Assigned to domainCUNITMEINS
INITIATOR_ROLERole of Initiator of Process ASR_INITIATOR_ROLECHAR10Assigned to domainASR_INITIATOR_ROLE
INITIATORPersonnel Number of Self-Service Initiator SSC_PERNR_OF_INITIATORNUMC8NUMC8
POBJ_VERSIONProcess Object Version ASR_PROCESS_OBJECT_VERSIONINT25ASR_PROCESS_OBJECT_VERSION
OBJECT_TYPEObject Type ASR_OTYPECHAR2Assigned to domainOTYPE
APPLICATIONApplication Type Representing the Object Type HRASR_APPLICATIONCHAR2
AFFECTED_OBJECTAffected Object HRASR_BI_OBJECT_KEY_PDCHAR32ASR_OBJECT_KEY

Key field Non-key field



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

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

How to access SAP table HRASR00_BI_PROCESSES

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