SAUNIT_TASK_01 SAP (OBSOLETE) Table details

Dictionary Type: Table
Description: OBSOLETE




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




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

SAUNIT_TASK_01 is a standard SAP Table which is used to store OBSOLETE data and is available within R/3 SAP systems depending on the version and release level.

The SAUNIT_TASK_01 table consists of various fields, each holding specific information or linking keys about OBSOLETE data available in SAP. These include PROGRAM_NAME (Compilation Unit), CNT_FAILURE (Number of occurred alerts with kind 'Assertion Failed'), CNT_ERROR (Number of occurred alerts with kind 'OO Exception'), CNT_RABAX (Number of occurred alerts with kind 'Runtime Abortion').. 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 SAUNIT_TASK_01 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
GUIDUnique Data ID SAUNIT_D_GUIDRAW16SYSUUID
PROGRAM_NAMECompilation Unit SAUNIT_D_PROGRAMCHAR40PROGNAME
CNT_FAILURENumber of occurred alerts with kind 'Assertion Failed' SAUNIT_D_CNT_FAILUREINT410
CNT_ERRORNumber of occurred alerts with kind 'OO Exception' SAUNIT_D_CNT_ERRORINT410
CNT_RABAXNumber of occurred alerts with kind 'Runtime Abortion' SAUNIT_D_CNT_RABAXINT410
CNT_WARNINGNumber of occurred alerts with kind 'Warning' SAUNIT_D_CNT_WARNINGINT410
CNT_TOLERABLENumber of occurred alerts with severity 'TOLERABLE' SAUNIT_D_CNT_TOLERABLEINT410
CNT_CRITICALNumber of occurred alerts with severity 'CRITICAL' SAUNIT_D_CNT_CRITICALINT410
CNT_FATALNumber of occurred alerts with severity 'FATAL' SAUNIT_D_CNT_FATALINT410
VERSIONFlag for version of internal format SAUNIT_D_SERIALIZED_FORMATINT25SAUNIT_SERIALIZED_FORMAT
DATAPacked data SAUNIT_D_SERIALIZED_DATARSTR0SAUNIT_SERIALIZED_DATA

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAUNIT_TASK_01
INTO CORRESPONDING FIELDS OF WA_SAUNIT_TASK_01
WHERE...

How to access SAP table SAUNIT_TASK_01

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