UMK_BU100 SAP (Total Float) Table details

Dictionary Type: Table
Description: Total Float




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




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

UMK_BU100 is a standard SAP Table which is used to store Total Float data and is available within R/3 SAP systems depending on the version and release level.

The UMK_BU100 table consists of various fields, each holding specific information or linking keys about Total Float data available in SAP. These include OBJVERS (Object Version), UNIQUEID (UUID in compressed form (22 character UUENCODEd)), VALUE (Value for Table Control), FORM_VALUE (Measure Value).. 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: Can Be Enhanced (Deep)


SAP UMK_BU100 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
MEASMeasure UMK_Y_MEASCHAR18Assigned to domainUMK_D_MEAS
OBJVERSObject Version UMK_Y_OBJVERSCHAR1UMK_D_OBJVERS
UNIQUEIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
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
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
BW_EXCEPTIONAlert Level of a BW Query UMC_Y_BW_EXCEPTIONNUMC1UMC_D_BW_EXCEPTION
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMK_BU100
INTO CORRESPONDING FIELDS OF WA_UMK_BU100
WHERE...

How to access SAP table UMK_BU100

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