SAUNIT_FAV_BASE SAP (Master Data: Header of Favorites) Table details

Dictionary Type: Table
Description: Master Data: Header of Favorites




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




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

SAUNIT_FAV_BASE is a standard SAP Table which is used to store Master Data: Header of Favorites data and is available within R/3 SAP systems depending on the version and release level.

The SAUNIT_FAV_BASE table consists of various fields, each holding specific information or linking keys about Master Data: Header of Favorites data available in SAP. These include OWNER (Owner of Favorite), FAVORITE_NAME (Name of Favorite), TITLE (Title of ABAP Unit Favorite), EXECUTION_MODE (Execution mode of test tasks).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SAUNIT_FAV_BASE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
OWNEROwner of Favorite SAUNIT_D_FAVORITE_OWNERCHAR12UNAME
FAVORITE_NAMEName of Favorite SAUNIT_D_FAVORITE_NAMECHAR20
TITLETitle of ABAP Unit Favorite SAUNIT_D_FAVORITE_TITLECHAR100SAUNIT_TEXT_100
EXECUTION_MODEExecution mode of test tasks SAUNIT_D_TASK_RUN_MODE_USERCHAR1SAUNIT_TASK_RUN_MODE_USER
DURATION_LIMITUpper limit of runtime category ('SHORT', 'MEDIUM', .. ) SAUNIT_D_ALLOWED_RT_DURATIONINT13SAUNIT_ATTRIBUTE_RT_DURATION
RISK_LIMITUpper limit of risk level SAUNIT_D_ALLOWED_RISK_LEVELINT13SAUNIT_ATTRIBUTE_RISK_LEVEL
SAP_LISTENERAdditional Options SAUNIT_D_EU_SAP_LISTENERCHAR1SAUNIT_EU_SAP_LISTENER
USE_CUSTOM_LSTNRUse Custom Listener SAUNIT_D_FAV_USE_CUSTOM_LSTNRCHAR1SAP_BOOL
USE_CUSTOM_DRTNUse Custom Duration SAUNIT_D_FAV_USE_CUSTOM_DURATCHAR1SAP_BOOL
CUSTOM_LSTNRCustom Listener Class - Implementing IF_AUNIT_LISTENER SAUNIT_D_CUSTOM_LISTENER_NAMECHAR32
CATEGORY_SHORTConcrete Value in Seconds for Short Duration Category SAUNIT_D_DURATION_SHORTINT410SAUNIT_DURATION
CATEGORY_MEDIUMConcrete Value in Seconds for Medium Duration Category SAUNIT_D_DURATION_MEDIUMINT410SAUNIT_DURATION
CATEGORY_LONGConcrete Value in Seconds for Long Duration Category SAUNIT_D_DURATION_LONGINT410SAUNIT_DURATION
CHANGED_BYLast Changed By SABP_D_UPDATE_BYCHAR12UNAME
CHANGED_ONLast Changed on SABP_D_UPDATE_ATDATS8
CHANGED_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
EXPIRES_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
AU_IS_EXPIREDGeneral Flag FLAGCHAR1FLAG
AU_DELETE_ONSystem Date SYDATUMDATS8SYDATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAUNIT_FAV_BASE
INTO CORRESPONDING FIELDS OF WA_SAUNIT_FAV_BASE
WHERE...

How to access SAP table SAUNIT_FAV_BASE

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