SATTUSE SAP (Attribute Types Included in Object Types) Table details

Dictionary Type: Table
Description: Attribute Types Included in Object Types




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




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

SATTUSE is a standard SAP Table which is used to store Attribute Types Included in Object Types data and is available within R/3 SAP systems depending on the version and release level.

The SATTUSE table consists of various fields, each holding specific information or linking keys about Attribute Types Included in Object Types data available in SAP. These include SUBTYP (Subgroup of object types in the attribute repository), ATTRTYP (Attribute type for attribute store), USE_TOOL (How is the tool used?), POSITIV (Positive list only).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SATTUSE 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
OBJTYPObject type of a reference object for attribute store ATOBJTYPECHAR4OBJECTSCTSOBJECT
SUBTYPSubgroup of object types in the attribute repository ATSUBTYPECHAR4ATSUBTYPE
ATTRTYPAttribute type for attribute store ATTRTYPCHAR4ATTRTYP
USE_TOOLHow is the tool used? ATUSETOOLCHAR1ATUSETOOL
POSITIVPositive list only ATPOSITVCHAR1ATPOSITIV
SPECIALUse special flag for attribute store ATSPECIALCHAR1ATSPECIAL
INITAttribute repository: Setting not maintained ATINITCHAR1CHECKBOX
LISTMODEMaintenance screen for attributes in list mode ATLISTMODECHAR1CHECKBOX
DEFAULTRBDefault radio button in attribute repository maint. dialog ATDEFAULTCHAR1ATDEFAULT
VALCHECKName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB

Key field Non-key field



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

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

SELECT SINGLE *
FROM SATTUSE
INTO CORRESPONDING FIELDS OF WA_SATTUSE
WHERE...

How to access SAP table SATTUSE

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