ASR_TASK_APPROVE SAP (Possible PROCSTATE for approve task) Structure details

Dictionary Type: Structure
Description: Possible PROCSTATE for approve task




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




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

ASR_TASK_APPROVE 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 "Possible PROCSTATE for approve task" 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_ASR_TASK_APPROVE TYPE ASR_TASK_APPROVE.

The ASR_TASK_APPROVE table consists of various fields, each holding specific information or linking keys about Possible PROCSTATE for approve task data available in SAP. These include REJECTED (Processing status REJECTED), BACK (Processing status BACK), DRAFT (Processing status DRAFT), ERROR (Processing status ERROR).. 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 ASR_TASK_APPROVE 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
APPROVEDProcessing status APPROVED ASR_PROCSTATE_APPROVEDNUMC4ASR_BSTATUSID
REJECTEDProcessing status REJECTED ASR_PROCSTATE_REJECTEDNUMC4ASR_BSTATUSID
BACKProcessing status BACK ASR_PROCSTATE_BACKNUMC4ASR_BSTATUSID
DRAFTProcessing status DRAFT ASR_PROCSTATE_DRAFTNUMC4ASR_BSTATUSID
ERRORProcessing status ERROR ASR_PROCSTATE_ERRORNUMC4ASR_BSTATUSID
RESENTProcessing status RESENT ASR_PROCSTATE_RESENTNUMC4ASR_BSTATUSID
SELECTEDProcessing status SELECTED ASR_PROCSTATE_SELECTEDNUMC4ASR_BSTATUSID
XI_REJECTDProcessing status XI_REJECTD ASR_PROCSTATE_XI_REJECTDNUMC4ASR_BSTATUSID

Key field Non-key field



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

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

How to access SAP table ASR_TASK_APPROVE

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