UMM_BU105 SAP (Buffer of Transaction Data) Table details

Dictionary Type: Table
Description: Buffer of Transaction Data




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




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

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

The UMM_BU105 table consists of various fields, each holding specific information or linking keys about Buffer of Transaction Data data available in SAP. These include FRNAME (Technical Name of a Frame), CASENO (GUID in 'CHAR' Format in Uppercase), PERIOD (Period), UNIQUEID (GUID in 'CHAR' Format in Uppercase).. 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_BU105 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
FRNAMETechnical Name of a Frame UMM_Y_FRNAMECHAR15UMM_FR100UMM_D_FRNAME
CASENOGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
PERIODPeriod UMC_Y_FISCPERNUMC7PERI7UMC_D_FISCPER
UNIQUEIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SELVARSelection variant UMC_Y_SELVARNUMC1NUM01
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
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMM_BU105
INTO CORRESPONDING FIELDS OF WA_UMM_BU105
WHERE...

How to access SAP table UMM_BU105

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