SAUNIT_FAV_CLAS SAP (Master Data: (local) Test Class that is Element of Favorite) Table details

Dictionary Type: Table
Description: Master Data: (local) Test Class that is Element of Favorite




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




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

SAUNIT_FAV_CLAS is a standard SAP Table which is used to store Master Data: (local) Test Class that is Element of Favorite data and is available within R/3 SAP systems depending on the version and release level.

The SAUNIT_FAV_CLAS table consists of various fields, each holding specific information or linking keys about Master Data: (local) Test Class that is Element of Favorite data available in SAP. These include OWNER (Owner of Favorite), FAVORITE_NAME (Name of Favorite), OBJ_NAME (Name of object in TADIR catalogue as string), OBJ_TYPE (Object Type).. 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_CLAS 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
OBJ_NAMEName of object in TADIR catalogue as string SAUNIT_D_OBJECT_NAMESSTR40SAUNIT_OBJECT_NAME
OBJ_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
CLASS_NAMEClass Name as Character String SABP_D_CLASS_NAME_STRINGSSTR40
IS_EXCLUDEDBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAUNIT_FAV_CLAS
INTO CORRESPONDING FIELDS OF WA_SAUNIT_FAV_CLAS
WHERE...

How to access SAP table SAUNIT_FAV_CLAS

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