MFHM_UEB SAP (Field TRANC Added to MFHM) Structure details

Dictionary Type: Structure
Description: Field TRANC Added to MFHM




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




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

MFHM_UEB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Field TRANC Added to MFHM" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MFHM_UEB TYPE MFHM_UEB.

The MFHM_UEB table consists of various fields, each holding specific information or linking keys about Field TRANC Added to MFHM data available in SAP. These include MANDT (Client), MATNR (Material Number), WERKS (Plant), OBJTY (Object types of the CIM resource).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MFHM_UEB structure 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 MANDTCLNT3Assigned to domainMANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
OBJTYObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
OBJIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
OBJTY_VObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
OBJID_VObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
KZKBLIndicator: Create load records for prod. resources/tools KZKBLCHAR1XFELD
STEUFControl key for management of production resources/tools STEUFCHAR4TCF10STEUF
STEUF_REFControl key cannot be changed CF_STKZRCHAR1XFELD
FGRU1Grouping key 1 for production resources/tools FGRUACHAR4TCF12FGRUA
FGRU2Grouping key 2 for production resources/tools FGRUBCHAR4TCF12FGRUA
PLANVProduction resource/tool usage FH_PLANVCHAR3TC23AP_PLANV
KTSCHStandard text key for production resources/tools CF_KTSCHCHAR7T435KTSCH
KTSCH_REFReference Key Cannot be Changed CF_KTKZRCHAR1XFELD
BZOFFBReference date to start of production resource/tool usage BZOFFBCHAR2TCA54CP_BZOFF
BZOFFB_REFStart reference date cannot be changed CF_BBKZRCHAR1XFELD
OFFSTBOffset to start of production resource/tool usage OFFSTBQUAN5VNZTV
EHOFFBOffset unit for start of prod. resource/tool usage EHOFFBUNIT3T006CUNITMEINS
OFFSTB_REFOffset to start cannot be changed CF_OBKZRCHAR1XFELD
BZOFFEReference date for end of production resource/tool usage BZOFFECHAR2TCA54CP_BZOFF
BZOFFE_REFEnd reference date cannot be changed CF_BEKZRCHAR1XFELD
OFFSTEOffset to finish of production resource/tool usage OFFSTEQUAN5VNZTV
EHOFFEOffset unit for end of production resource/tool usage EHOFFEUNIT3T006CUNITMEINS
OFFSTE_REFOffset to end cannot be changed CF_OEKZRCHAR1XFELD
MGFORMFormula for calculating the total quantity of PRT CF_MGFORMCHAR6TC25AP_FORMEL
MGFORM_REFFormula for calculating the total quantity cannot be changed CF_MFKZRCHAR1XFELD
EWFORMFormula for calculating the total usage value of PRT CF_EWFORMCHAR6TC25AP_FORMEL
EWFORM_REFFormula to calculate entire usage value cannot be changed CF_EFKZRCHAR1XFELD
PAR01First parameter (for formulas) CF_PAR01CHAR6TC20PARAMID
PAR02Second parameter (for formulas) CF_PAR02CHAR6TC20PARAMID
PAR03Third parameter (for formulas) CF_PAR03CHAR6TC20PARAMID
PAR04Fourth parameter (for formulas) CF_PAR04CHAR6TC20PARAMID
PAR05Fifth parameter (for formulas) CF_PAR05CHAR6TC20PARAMID
PAR06Sixth parameter (for formulas) CF_PAR06CHAR6TC20PARAMID
PARU1Parameter unit CF_PARUNITUNIT3T006CUNITMEINS
PARU2Parameter unit CF_PARUNITUNIT3T006CUNITMEINS
PARU3Parameter unit CF_PARUNITUNIT3T006CUNITMEINS
PARU4Parameter unit CF_PARUNITUNIT3T006CUNITMEINS
PARU5Parameter unit CF_PARUNITUNIT3T006CUNITMEINS
PARU6Parameter unit CF_PARUNITUNIT3T006CUNITMEINS
PARV1Parameter value CF_PARVALQUAN9(3) VGWRT
PARV2Parameter value CF_PARVALQUAN9(3) VGWRT
PARV3Parameter value CF_PARVALQUAN9(3) VGWRT
PARV4Parameter value CF_PARVALQUAN9(3) VGWRT
PARV5Parameter value CF_PARVALQUAN9(3) VGWRT
PARV6Parameter value CF_PARVALQUAN9(3) VGWRT
TRANCTransaction counter for data transfer TRANSCOUNTNUMC10NUMC10
D_INDWhich number within a transaction must be reset? M_DELINDNUMC10NUMC10

Key field Non-key field



How do I retrieve data from SAP structure MFHM_UEB using ABAP code?

As MFHM_UEB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MFHM_UEB as there is no data to select.

How to access SAP table MFHM_UEB

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