BAPI_MFHM_GA SAP (Production Resource Tool (PRT) Fields in the Material Master) Structure details

Dictionary Type: Structure
Description: Production Resource Tool (PRT) Fields in the Material Master




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




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

BAPI_MFHM_GA 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 "Production Resource Tool (PRT) Fields in the Material Master" 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_BAPI_MFHM_GA TYPE BAPI_MFHM_GA.

The BAPI_MFHM_GA table consists of various fields, each holding specific information or linking keys about Production Resource Tool (PRT) Fields in the Material Master data available in SAP. These include CREATE_LOAD_RECS (Indicator: Create load records for prod. resources/tools), CTRL_KEY (Control key for management of production resources/tools), CTRL_KEY_NO_CHG (Control key cannot be changed), GRP_KEY_1 (Grouping key 1 for production resources/tools).. 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: Cannot Be Enhanced


SAP BAPI_MFHM_GA 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
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CREATE_LOAD_RECSIndicator: Create load records for prod. resources/tools KZKBLCHAR1XFELD
CTRL_KEYControl key for management of production resources/tools STEUFCHAR4Assigned to domainSTEUF
CTRL_KEY_NO_CHGControl key cannot be changed CF_STKZRCHAR1XFELD
GRP_KEY_1Grouping key 1 for production resources/tools FGRUACHAR4Assigned to domainFGRUA
GRP_KEY_2Grouping key 2 for production resources/tools FGRUBCHAR4Assigned to domainFGRUA
PRT_USAGEProduction resource/tool usage FH_PLANVCHAR3Assigned to domainAP_PLANV
STD_TEXT_KEYStandard text key for production resources/tools CF_KTSCHCHAR7Assigned to domainKTSCH
REF_KEY_NO_CHGReference Key Cannot be Changed CF_KTKZRCHAR1XFELD
START_REF_DATEReference date to start of production resource/tool usage BZOFFBCHAR2Assigned to domainCP_BZOFF
ST_REF_DATE_NO_CHGStart reference date cannot be changed CF_BBKZRCHAR1XFELD
START_OFFSETOffset to start of production resource/tool usage OFFSTBQUAN5VNZTV
START_OFFSET_UNITOffset unit for start of prod. resource/tool usage EHOFFBUNIT3Assigned to domainCUNITMEINS
START_OFFSET_UNIT_ISOTime Interval Unit for Determining Start of PRT Usage (ISO) EHOFFB_ISOCHAR3Assigned to domainISOCD_UNIT
START_OFFSET_NO_CHGOffset to start cannot be changed CF_OBKZRCHAR1XFELD
END_REF_DATEReference date for end of production resource/tool usage BZOFFECHAR2Assigned to domainCP_BZOFF
END_REF_DATE_NO_CHGEnd reference date cannot be changed CF_BEKZRCHAR1XFELD
END_OFFSETOffset to finish of production resource/tool usage OFFSTEQUAN5VNZTV
END_OFFSET_UNITOffset unit for end of production resource/tool usage EHOFFEUNIT3Assigned to domainCUNITMEINS
END_OFFSET_UNIT_ISOTime Interval Unit for Determining End of PRT Usage (ISO) EHOFFE_ISOCHAR3Assigned to domainISOCD_UNIT
END_OFFSET_NO_CHGOffset to end cannot be changed CF_OEKZRCHAR1XFELD
FORMULA_TOT_QTYFormula for calculating the total quantity of PRT CF_MGFORMCHAR6Assigned to domainAP_FORMEL
FORMULA_TOT_QTY_NO_CHGFormula for calculating the total quantity cannot be changed CF_MFKZRCHAR1XFELD
FORMULA_TOT_USAGEFormula for calculating the total usage value of PRT CF_EWFORMCHAR6Assigned to domainAP_FORMEL
FORMULA_TOT_USAGE_NO_CHGFormula to calculate entire usage value cannot be changed CF_EFKZRCHAR1XFELD

Key field Non-key field



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

As BAPI_MFHM_GA 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 BAPI_MFHM_GA as there is no data to select.

How to access SAP table BAPI_MFHM_GA

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