UMM_ST101 SAP (Selections for Status of the Frames in the Cockpits) Table details

Dictionary Type: Table
Description: Selections for Status of the Frames in the Cockpits




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




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

UMM_ST101 is a standard SAP Table which is used to store Selections for Status of the Frames in the Cockpits data and is available within R/3 SAP systems depending on the version and release level.

The UMM_ST101 table consists of various fields, each holding specific information or linking keys about Selections for Status of the Frames in the Cockpits data available in SAP. These include CONAME (Cockpit), FRNAME (Technical Name of a Frame), CASENO (Counter), TCHANM (Field name dimension (ODBO identifier)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UMM_ST101 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CONAMECockpit UMM_Y_CONAMECHAR15Assigned to domainUMM_D_CONAME
FRNAMETechnical Name of a Frame UMM_Y_FRNAMECHAR15Assigned to domainUMM_D_FRNAME
CASENOCounter UMM_Y_CASENONUMC6NUMC6
TCHANMField name dimension (ODBO identifier) UMC_Y_TCHANMCHAR32UMC_D_TCHANM
SELVARSelection variant UMC_Y_SELVARNUMC1NUM01
SELNOSelection number UMC_Y_SELNONUMC2NUM02
SIGNSign for selection UMC_Y_SIGNCHAR1UMC_D_SIGN
OPERSelection operand (EQ, NE, .....) UMC_Y_OPERCHAR2UMC_D_OPER
LOWLower interval limit (ODBO) UMC_Y_LOWCHAR143UMC_D_TCHAVAL
LOWBWUpper Interval Limit (BW Internal Display) UMC_Y_LOWBWCHAR60UMC_D_ICHAVAL
LOWBW_EXTLower Interval Limit (BW) UMC_Y_LOWBW_EXTCHAR70UMC_D_ICHAVALEXT
HIGHUpper interval limit (ODBO) UMC_Y_HIGHCHAR143UMC_D_TCHAVAL
HIGHBWLower Interval Limit (BW Internal Display) UMC_Y_HIGHBWCHAR60UMC_D_ICHAVAL
HIGHBW_EXTUpper Interval Limit (BW) UMC_Y_HIGHBW_EXTCHAR70UMC_D_ICHAVALEXT
HINAMEHierarchy (ODBO Name) UMC_Y_THINAMECHAR65UMC_D_THINAME
HINAMEBWHierarchy Name (BW) UMC_Y_IHINAMECHAR30UMC_D_IHINAME
HINODEHierarchy Node (ODBO) UMC_Y_THINODECHAR143UMC_D_TCHAVAL
HINODEBWField for any Characteristic Value (BW Internal Display) UMC_Y_ICHAVALCHAR60UMC_D_ICHAVAL
HINODEBW_EXTField for any Characteristic Value (BW) UMC_Y_ICHAVALEXTCHAR70UMC_D_ICHAVALEXT
HIVERSHierarchy version UMC_Y_HIVERSCHAR3UMC_D_HIVERS
HIDATEHierarchy: Key date UMC_Y_HIDATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMM_ST101
INTO CORRESPONDING FIELDS OF WA_UMM_ST101
WHERE...

How to access SAP table UMM_ST101

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