IFMFG_ECATT_MM SAP (eCATT: Structure for MM items in PRs and POs) Structure details

Dictionary Type: Structure
Description: eCATT: Structure for MM items in PRs and POs




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




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

IFMFG_ECATT_MM 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 "eCATT: Structure for MM items in PRs and POs" 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_IFMFG_ECATT_MM TYPE IFMFG_ECATT_MM.

The IFMFG_ECATT_MM table consists of various fields, each holding specific information or linking keys about eCATT: Structure for MM items in PRs and POs data available in SAP. These include EKGRP (Purchasing Group), EKORG (Purchasing Organization), KNTTP (Account Assignment Category), PSTYP (Item Category in Purchasing Document).. 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: Can Be Enhanced (Deep)


SAP IFMFG_ECATT_MM 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
TXZ01Short Text TXZ01CHAR40TEXT40
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
QNTY_PRPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
QNTY_POPurchase Order Quantity BSTMGQUAN13(3) MENG13
QNTY_GRQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
QNTY_INVQuantity MENGE_DQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
EINDTItem Delivery Date EINDTDATS8DATUM
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGOBEStorage Location MEPO_LGORTCHAR16TEXT16
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
PREISPrice in Purchase Requisition BAPRECURR11(2) WERT11
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table IFMFG_ECATT_MM

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