UMM_CO100 SAP (Cockpits: Header Table) Table details

Dictionary Type: Table
Description: Cockpits: Header Table




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




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

UMM_CO100 is a standard SAP Table which is used to store Cockpits: Header Table data and is available within R/3 SAP systems depending on the version and release level.

The UMM_CO100 table consists of various fields, each holding specific information or linking keys about Cockpits: Header Table data available in SAP. These include CONAME (Cockpit), TSTPNM (Last changed by), TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), NOWA (Maximum Number of Walls in a Cockpit).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = UMM_CO103


SAP UMM_CO100 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 MANDTCLNT3T000MANDT
CONAMECockpit UMM_Y_CONAMECHAR15UMM_D_CONAME
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
NOWAMaximum Number of Walls in a Cockpit UMM_Y_NOWANUMC1UMM_D_NOWA
STATUSObject Status: Release for Presentation UMM_Y_STATUSCHAR1UMM_D_STATUS
DSTATUSTechnical status of an object UMM_Y_DSTATUSCHAR1UMM_D_DSTATUS
PARALLELMode for Reading Transaction Data in the Presentation UMM_Y_PARRELCHAR1UMM_D_PARREL
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
DOC_IDBusiness Document Service: Document ID BDS_DOCIDCHAR42CHAR42
INIT_CURVARVariable for Initial Value of Current Period UMB_Y_CUR_VARCHAR10UMC_TM100UMB_D_VARH_UMC_TM100_SINGLE
INIT_TARVARVariable for Initial Value of Target Period UMB_Y_TAR_VARCHAR10UMC_TM100UMB_D_VARH_UMC_TM100_SINGLE
PERIODICITYPeriodization of an Application UMC_Y_APPL_PERIODICITYCHAR4UMC_RU100UMC_D_PERIODICITY
BW_BUFFERData Integrity During Presentation UMB_Y_BW_BUFFERCHAR1UMB_D_BW_BUFFER
DATE_FORMATDate Format UMC_Y_DATE_FORMATCHAR1UMC_D_DATE_FORMAT
USER_DEP_BUFFlag (X or Blank) AS4FLAGCHAR1AS4FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMM_CO100
INTO CORRESPONDING FIELDS OF WA_UMM_CO100
WHERE...

How to access SAP table UMM_CO100

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