AV03R_FIXED_ITEMS SAP (AV03R Fixed Items) Structure details

Dictionary Type: Structure
Description: AV03R Fixed Items




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




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

AV03R_FIXED_ITEMS 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 "AV03R Fixed Items" 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_AV03R_FIXED_ITEMS TYPE AV03R_FIXED_ITEMS.

The AV03R_FIXED_ITEMS table consists of various fields, each holding specific information or linking keys about AV03R Fixed Items data available in SAP. These include POSNR (Item number of the SD document), AWAHR (Order probability of the item), BEDAE (Requirements type), BERID (MRP Area).. 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 AV03R_FIXED_ITEMS 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
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
AWAHROrder probability of the item AWAHRNUMC3AWAHR
BEDAERequirements type BEDAECHAR4Assigned to domainBEDAEBDA
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
ERDATDate on Which Record Was Created ERDATDATS8DATUM
FIXMGDelivery date and quantity fixed FIXMGCHAR1XFELD
KLMENGCumulative confirmed quantity in base unit KLMENGQUAN15(3) MENG15
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
KZFMEID: Leading unit of measure for completing a transaction KZFMECHAR1KZFME
KZVBRConsumption Posting KZVBRCHAR1KZVBR
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
POSNVOriginating item POSNVNUMC6Assigned to domainPOSNR
PRBMEBase unit of measure for product group PRBMEUNIT3Assigned to domainCUNITMEINS
PROSAID for material determination PROSACHAR1PROSA
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
STMANIndicates processing status STMANCHAR1STMAN
SUMBDSumming up of requirements SUMBDCHAR1SUMBD
UEPOSHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
UEPVWID for higher-level item usage UEPVWCHAR1UEPVW
UMREFConversion factor UMREFCHAR10CHAR10
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
VBELVOriginating document VBELVCHAR10Assigned to domainALPHAVBELN
VPMATPlanning material VPMATCHAR18Assigned to domainMATN1MATNR
VPWRKPlanning plant VPWRKCHAR4Assigned to domainWERKS
VPZUOAllocation Indicator VPZUOCHAR1ZUVKZ
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
VBTYPSD document category VBTYPCHAR1VBTYP
LFGSAOverall delivery status of the item LFGSACHAR1STATV
BESTAConfirmation Status of Document Item BESTACHAR1STATV
APOKZIndicator: Is material relevant for APO APOKZCHAR1APOKZ
EDATU_MINSchedule line date EDATUDATS8DATUM
FIXED_ITEMCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table AV03R_FIXED_ITEMS

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