UMM_BU101 SAP (Obsolete: Buffer of Transaction Data) Table details

Dictionary Type: Table
Description: Obsolete: Buffer of Transaction Data




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




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

UMM_BU101 is a standard SAP Table which is used to store Obsolete: Buffer of Transaction Data data and is available within R/3 SAP systems depending on the version and release level.

The UMM_BU101 table consists of various fields, each holding specific information or linking keys about Obsolete: Buffer of Transaction Data data available in SAP. These include CONAME (Cockpit), CASENO (Counter), PERIOD (Period), WANO (Number of a Wall in the Management 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: 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_BU101 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_CO100UMM_D_CONAME
CASENOCounter UMM_Y_CASENONUMC6UMM_BU100NUMC6
PERIODPeriod UMC_Y_FISCPERNUMC7PERI7UMC_D_FISCPER
WANONumber of a Wall in the Management Cockpit UMM_Y_WANONUMC1UMM_D_NOWA
LVNONumber of a Logical View in the Wall UMM_Y_LVNONUMC1UMM_D_NOLV
FRNONumber of a Frame in a Logical View UMM_Y_FRNONUMC1UMM_D_NOFR
SELVARSelection variant UMC_Y_SELVARNUMC1NUM01
COUNTERNumc3, internal use NUMC3NUMC3NUMC3
TKFNMField Name of Key Figure (ODBO Name) UMC_Y_TKFNMCHAR143UMC_D_TKFNM
YTDAggregation UMC_Y_YTDCHAR1UMC_D_YTD
YTD_PERIODICITYTime Period for the Aggregation UMC_Y_YTD_PERIODICITYCHAR4Assigned to domainUMC_D_PERIODICITY
ORDINALOrdinal Number of a Cell in an MD Dataset Object UMC_Y_ORDINALNUMC6NUMC6
VALUEValue for Table Control UMB_Y_KF_VALUECHAR32UMB_D_KF_VALUE
FORM_VALUEMeasure Value UMB_Y_KF_FORM_VALUECHAR40UMB_D_KF_FORM_VALUE
UNITUnit UMB_Y_KF_UNITCHAR5UMB_D_KF_UNIT
FORM_UNITFormatted Measure Unit UMB_Y_KF_FORM_UNITCHAR40UMB_D_KF_FORM_UNIT
BW_EXCEPTIONAlert Level of a BW Query UMC_Y_BW_EXCEPTIONNUMC1UMC_D_BW_EXCEPTION
ERRINDError Code for Value Field UMB_Y_ERRINDCHAR1UMB_D_ERRIND
VALTYPEValue Type UMK_Y_VALTYPECHAR1UMK_D_VALTYPE
MEASDECDecimal Places UMK_Y_MEASDECCHAR1UMK_D_MEASDEC
MEASSCALEScaling factor UMK_Y_MEASSCALECHAR1UMK_D_MEASSCALE
SIGNREVReverse +/- signs UMK_Y_SIGN_REVERSECHAR1UMK_D_SIGN_REVERSE
TCHANMField name dimension (ODBO identifier) UMC_Y_TCHANMCHAR32UMC_D_TCHANM
TCHAVALCharacteristic value (ODBO) UMC_Y_TCHAVALCHAR143UMC_D_TCHAVAL
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMM_BU101
INTO CORRESPONDING FIELDS OF WA_UMM_BU101
WHERE...

How to access SAP table UMM_BU101

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