UMM_LG100 SAP (Selections for Log of Transaction Data Buffer) Table details

Dictionary Type: Table
Description: Selections for Log of Transaction Data Buffer




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




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

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

The UMM_LG100 table consists of various fields, each holding specific information or linking keys about Selections for Log of Transaction Data Buffer data available in SAP. These include GUID (GUID in 'CHAR' Format in Uppercase), VANAME (Technical Name of a CPM Variable), SELNO (Selection number), SIGN (Sign for selection).. 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_LG100 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
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
VANAMETechnical Name of a CPM Variable UMM_Y_VANAMECHAR15UMM_VA100UMM_D_VANAME
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_LG100 using ABAP code

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

SELECT SINGLE *
FROM UMM_LG100
INTO CORRESPONDING FIELDS OF WA_UMM_LG100
WHERE...

How to access SAP table UMM_LG100

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