AV03V SAP (Structure of the Transfer Table for the Avail.Checkk) Structure details

Dictionary Type: Structure
Description: Structure of the Transfer Table for the Avail.Checkk




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




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

AV03V 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 "Structure of the Transfer Table for the Avail.Checkk" 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_AV03V TYPE AV03V.

The AV03V table consists of various fields, each holding specific information or linking keys about Structure of the Transfer Table for the Avail.Checkk data available in SAP. These include TDDAT (Transportation Planning Date), LDDAT (Loading Date), WADAT (Goods Issue Date), EDATU (Schedule line date).. 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 AV03V 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
MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
WADATGoods Issue Date WADATDATS8DATUM
EDATUSchedule line date EDATUDATS8DATUM
PRGRSDate type (day, week, month, interval) PRGRSCHAR1PRGRS
MBUHRMaterial Staging Time (Local, Relating to a Plant) MBUHRTIMS6TIME_PLANT
TDUHRTransp. Planning Time (Local, Relating to a Shipping Point) TDUHRTIMS6TIME_SHIPP
LDUHRLoading Time (Local Time Relating to a Shipping Point) LDUHRTIMS6TIME_SHIPP
WAUHRTime of Goods Issue (Local, Relating to a Plant) WAUHRTIMS6TIME_PLANT
WMENGOrder quantity in sales units WMENGQUAN13(3) MENG13
VFPMNGCheck quantity for availability check in base unit VFPMNGQUAN13(3) MENG13
LMENGRequired quantity for mat.management in stockkeeping units LMENGQUAN13(3) MENG13
VSMNGDelivered quantity in sales units VSMNGQUAN13(3) MENG13
UMREFConversion factor: quantities UMREFFFLTP16(16) FLTP
GRULGWeight group for delivery (To group) GRULGCHAR4TVLGGRULG
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
EZEITArrival time EZEIT_VBEPTIMS6UZEIT
ETTYPSchedule line category ETTYPCHAR2Assigned to domainETTYP
ABARTRelease type ABARTCHAR1ABART
BDARTRequirement type BDARTCHAR2BDARTBDA
PLARTPlanning type PLARTCHAR1Assigned to domainPLART
LIFSPDefault delivery block LIFSPCHAR2Assigned to domainLIFSP
SUMBDSumming up of requirements SUMBDCHAR1SUMBD
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
TRSZTSD delivery scheduling: count transit time TRSZTCHAR1XFELD
AULWERoute Schedule AULWECHAR10Assigned to domainAULWE
VFPKZControl indicator for availability check/delivery scheduling VFPKZCHAR1UPDKZ
ATPPRSD availability check ATPPRCHAR1XFELD
VPLPRSD availability check ATPPRCHAR1XFELD
QUOTAProduct allocation active QUOTACHAR1XFELD
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
AESKDCustomer Engineering Change Status AESKDCHAR17AESKD
ETENR_EXTDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
LFRELItem is relevant for delivery LFRELCHAR1XFELD
BRGEWGross weight BRGEW_15QUAN15(3) MENG15
NTGEWNet weight NTGEW_15QUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMVolume VOLUM_15QUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
ICONCICON Availability Check ICONCCHAR1ICONC
DUMMYCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table AV03V

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