SATC_SET_HEAD SAP (Movement Data: Basic Set Attributes) Table details

Dictionary Type: Table
Description: Movement Data: Basic Set Attributes




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




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

SATC_SET_HEAD is a standard SAP Table which is used to store Movement Data: Basic Set Attributes data and is available within R/3 SAP systems depending on the version and release level.

The SATC_SET_HEAD table consists of various fields, each holding specific information or linking keys about Movement Data: Basic Set Attributes data available in SAP. These include DOMAIN_NAME (Domain name), SRC_SYSTEM (Source system), CLIENT (Client ID), CREATED_BY (Created By).. 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 SATC_SET_HEAD 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
SET_IDUnique ID - hex 16 - raw format SATC_D_IDRAW16SYSUUID
DOMAIN_NAMEDomain name SATC_D_DOMAIN_NAMECHAR16SATC_DOMAIN_NAME
SRC_SYSTEMSource system SATC_D_SRCSYSTEMCHAR10
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
CREATED_BYCreated By SABP_D_CREATE_BYCHAR12UNAME
CREATED_ONCreated on SABP_D_CREATE_ONDATS8
CHANGED_BYLast Changed By SABP_D_UPDATE_BYCHAR12UNAME
CHANGED_ONLast Changed on SABP_D_UPDATE_ATDATS8
VALID_UNTILUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
IS_DORMANTData is dormant SATC_D_IS_DORMANTCHAR1SAP_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SATC_SET_HEAD
INTO CORRESPONDING FIELDS OF WA_SATC_SET_HEAD
WHERE...

How to access SAP table SATC_SET_HEAD

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