FBEFU SAP (Production order item - inventory management view) Structure details

Dictionary Type: Structure
Description: Production order item - inventory management view




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




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

FBEFU 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 order item - inventory management view" 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_FBEFU TYPE FBEFU.

The FBEFU table consists of various fields, each holding specific information or linking keys about Production order item - inventory management view data available in SAP. These include POSNR (Order Item Number), KTEXT (Description), MATNR (Material Number for Order), WERKS (Planning plant for the order).. 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 (character-type or numeric)


SAP FBEFU 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
KTEXTDescription AUFTEXTCHAR40TEXT40
MATNRMaterial Number for Order CO_MATNRCHAR18Assigned to domainMATN1MATNRMAT
WERKSPlanning plant for the order CO_PWERKCHAR4Assigned to domainWERKS
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
AMEINUnit of measure for in-house production CO_AUFMEUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
INSMKStock Type INSMKCHAR1INSMK
INSNCQuality inspection indicator cannot be changed INSNCCHAR1XFELD
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
KZVBRConsumption Posting KZVBRCHAR1KZVBR
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
KZBRBGross requirements indicator KZBRBCHAR1CHAR1
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
NETWROrder value in document currency CO_WERTCURR13(2) WERT7
UETMGOverdelivery tolerance (quantity) UETMGQUAN13(3) MENG13
UNTMGUnderdelivery Tolerance (Quantity) UNTMGQUAN13(3) MENG13
WEMNGQuantity of Goods Received WEMNGQUAN13(3) MENG13
IAMNGExpected surplus/deficit for goods receipt CO_IAMNGQUAN13(3) MENG13V
ARMNGSettled order quantity CO_ARMNGQUAN13(3) MENG13
ARWRTSettled order value CO_ARWRTCURR13(2) WERT7
AREWRGR/IR account clearing value in local currency AREWRCURR13(2) WERT7
PSMNGOrder item quantity CO_PSMNGQUAN13(3) MENG13
WEWRTValue of goods received in local currency WEWRTCURR13(2) WERT7
DGLTSScheduled finish CO_GLTRSDATS8DATUM
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
KBNKZKanban Indicator KBNKZCHAR1KBNKZ
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PARBUClearing company code PARBUCHAR4Assigned to domainBUKRS
PARBWValuation Grouping Code BWMODCHAR4CHAR4
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
DGLTPBasic finish date CO_GLTRPDATS8DATUM
NETWWNet Order Value in PO Currency BWERTCURR13(2) WERT7
BWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PARWKPlant involved in settlement PARWKCHAR4Assigned to domainWERKS
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
ERFMGQuantity entered for goods receipt in order unit BERFMQUAN13(3) MENG13
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
.INCLU--AP 0
PCCHAMill: Process batch MILL_PCCHACHAR10Assigned to domainCHARGMCH1
PCMATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1

Key field Non-key field



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

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

How to access SAP table FBEFU

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