SAMSDVVAL SAP (Status Values of the Status Variables in Status Model) Table details

Dictionary Type: Table
Description: Status Values of the Status Variables in Status Model




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




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

SAMSDVVAL is a standard SAP Table which is used to store Status Values of the Status Variables in Status Model data and is available within R/3 SAP systems depending on the version and release level.

The SAMSDVVAL table consists of various fields, each holding specific information or linking keys about Status Values of the Status Variables in Status Model data available in SAP. These include NODE_NAME (S&AM Business Object Node), SCHEMA_ABAP_NAME (Data element to be used for schemas in the database), VAR_ABAP_NAME (Status Variable of Status Model), STATUS_VALUE (Status Value of a 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 SAMSDVVAL 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
NODE_NAMES&AM Business Object Node SAM_BUSINESS_OBJECT_NODECHAR30
SCHEMA_ABAP_NAMEData element to be used for schemas in the database SAM_DB_SCHEMA_NAMECHAR30
VAR_ABAP_NAMEStatus Variable of Status Model SAM_DB_STATUS_VARIABLECHAR30
STATUS_VALUEStatus Value of a Status Variable SAM_STATUS_VALCHAR2SAM_STATUS_VAL
IS_INITIALTo indicate the intial status value of the status variable SAM_INITIAL_VALUECHAR1XFELD
IS_INHIBITINGIndicates if the stat. val. is the final val. SAM_INHIBITCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAMSDVVAL
INTO CORRESPONDING FIELDS OF WA_SAMSDVVAL
WHERE...

How to access SAP table SAMSDVVAL

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