IFMFG_ACC_PROP SAP (Accountable Property structure) Structure details

Dictionary Type: Structure
Description: Accountable Property structure




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




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

IFMFG_ACC_PROP 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 "Accountable Property structure" 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_ACC_PROP TYPE IFMFG_ACC_PROP.

The IFMFG_ACC_PROP table consists of various fields, each holding specific information or linking keys about Accountable Property structure data available in SAP. These include EBELP (Item Number of Purchasing Document), BUKRS (Company Code), LOEKZ (Deletion Indicator in Purchasing Document), MATKL (Material Group).. 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 IFMFG_ACC_PROP 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
EREKZFinal Invoice Indicator EREKZCHAR1XFELD
SAKTOG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
TRTYPAccountable Property Transaction Type FMFGAPTRTYPCHAR3Assigned to domainBWASL
TRTYPNEGAccountable Property Negative Transaction Type FMFGAPTRTYPNEGCHAR3Assigned to domainBWASL
BUDATPosting Date in the Document BUDATDATS8DATUM
NOW_ACCLine is now Accountable Property FMFGACCPROPNOWACCCHAR1
MAAMutliple Account Assignments FMFGACCPROPMAACHAR1
LSITEMLeased Item FMFGACCPROPLSITEMCHAR1
ANLKLDefault: Asset Class for Creation of Asset MEVAKCHAR8Assigned to domainALPHAANLKLANK
ANLN1 0
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
CUSTLINECustomer defined line for Accountable Property program FMFGACCPROPCUSTLINECHAR1
STATUSStatus of the Accountable Property entry FMFGACCPROPSTATUSCHAR1
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_ACC_PROP using ABAP code?

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

How to access SAP table IFMFG_ACC_PROP

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