HRASR00PROCESS_QUERY_ATTR SAP (HR Administrative Services: Input for Process Search) Structure details

Dictionary Type: Structure
Description: HR Administrative Services: Input for Process Search




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




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

HRASR00PROCESS_QUERY_ATTR 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: Input for Process Search" 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_QUERY_ATTR TYPE HRASR00PROCESS_QUERY_ATTR.

The HRASR00PROCESS_QUERY_ATTR table consists of various fields, each holding specific information or linking keys about HR Administrative Services: Input for Process Search data available in SAP. These include PROCESS (Process), INITIATOR (Initiator of Process (User Name)), INITIATOR_ROLE (Role of Initiator of Process), STATUS (Processing Status 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: Cannot Be Enhanced


SAP HRASR00PROCESS_QUERY_ATTR 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
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
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_DATE_FROMStart Date of Process ASR_INIT_DATEDATS8DATS
INIT_DATE_TOStart Date of Process ASR_INIT_DATEDATS8DATS
COMPLETION_DATE_FROMEnd Date of Process or Process Step ASR_COMPLETION_DATEDATS8DATS
COMPLETION_DATE_TOEnd Date of Process or Process Step ASR_COMPLETION_DATEDATS8DATS
INIT_TIME_FROMStart Time of Process ASR_INIT_TIMETIMS6
INIT_TIME_TOStart Time of Process ASR_INIT_TIMETIMS6
COMPLETION_TIME_FROMEnd Time of Process or Process Step ASR_COMPLETION_TIMETIMS6
COMPLETION_TIME_TOEnd Time of Process or Process Step ASR_COMPLETION_TIMETIMS6

Key field Non-key field



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

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

How to access SAP table HRASR00PROCESS_QUERY_ATTR

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