SAM_STAT_VALUE SAP (SAM Status values) Table details

Dictionary Type: Table
Description: SAM Status values




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




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

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

The SAM_STAT_VALUE table consists of various fields, each holding specific information or linking keys about SAM Status values data available in SAP. These include SCHEMA_ID (SAM Schema id), VARIABLE_NAME (Status Variable of Status Model), STATUS_VALUE (Status Value of a Status Variable), IS_DEFAULT (To indicate the intial status value of the status variable).. 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: Cannot Be Enhanced


SAP SAM_STAT_VALUE 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
BO_NAMES&AM Business objects SAM_BUSINESS_OBJECTSCHAR30
SCHEMA_IDSAM Schema id SAM_SCHEMA_IDCHAR32SAM_SCHEMA_ID
VARIABLE_NAMEStatus Variable of Status Model SAM_DB_STATUS_VARIABLECHAR30
STATUS_VALUEStatus Value of a Status Variable SAM_STATUS_VALCHAR2SAM_STATUS_VAL
IS_DEFAULTTo indicate the intial status value of the status variable SAM_INITIAL_VALUECHAR1XFELD
IS_INHIBITINGIndicates if the stat. val. is the final val. SAM_INHIBITCHAR1XFELD
OWNER_IDOwner Id: Segment Name/ Extension Name SAM_OWNERIDCHAR30SAM_OWNER_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAM_STAT_VALUE
INTO CORRESPONDING FIELDS OF WA_SAM_STAT_VALUE
WHERE...

How to access SAP table SAM_STAT_VALUE

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