RV03V SAP (Help Fields for Availability Check (SAPLV03V)) Structure details

Dictionary Type: Structure
Description: Help Fields for Availability Check (SAPLV03V)




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




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

RV03V 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 "Help Fields for Availability Check (SAPLV03V)" 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_RV03V TYPE RV03V.

The RV03V table consists of various fields, each holding specific information or linking keys about Help Fields for Availability Check (SAPLV03V) data available in SAP. These include ATPME (Base Unit of Measure), ATPMN (ATP quantity (Available To Promise)), ARKTX (Short text for sales order item), AWAHR (Order probability of the item).. 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 RV03V 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
ANTLFMaximum Number of Partial Deliveries Allowed Per Item ANTLFDEC1ANTLF
ATPMEBase Unit of Measure MEINSUNIT3T006CUNITMEINS
ATPMNATP quantity (Available To Promise) ATPMNQUAN13(3) MENGV13
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
AWAHROrder probability of the item AWAHRNUMC3AWAHR
BMENGConfirmed Quantity BMENGQUAN13(3) MENG13
LMENGRequired quantity for mat.management in stockkeeping units LMENGQUAN13(3) MENG13
BMNGLConfirmed Quantity BMENGQUAN13(3) MENG13
LMNGERequired quantity for mat.management in stockkeeping units LMENGQUAN13(3) MENG13
BMNGEConfirmed Quantity BMENGQUAN13(3) MENG13
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
MBDATMaterial availability date for availability check MBDTVDATS8DATE
MBDTLMaterial availability date for availability check MBDTVDATS8DATE
MBDTEMaterial availability date for availability check MBDTVDATS8DATE
ETDATSchedule line date for availability check ETDTVDATS8DATUM
ETDTLSchedule line date for availability check ETDTVDATS8DATUM
ETDTESchedule line date for availability check ETDTVDATS8DATUM
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
WADATGoods Issue Date WADATDATS8DATUM
ETENRDelivery Schedule Line Number ETENRNUMC4VBEPETENR
ETZEIArrival time EZEIT_VBEPTIMS6UZEIT
DIAGNOSELong Text LTEXTCHAR40TEXT40
FIXMGDelivery date and quantity fixed FIXMGCHAR1XFELD
KATPMNCumulative ATP quantity (available to promise) KATPMNQUAN15(3) MENGV15
KBMENGCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
KNDNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
NAME1Name NAME1CHAR30TEXT30
OLMNGOpen quantity to be delivered in the availability check OLMNGQUAN13(3) MENG13
POSNRSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
PRGBZExternal date type PRGBZCHAR1TPRGPRGBZ
SELKZSelection flag SELKZCHAR1SELKZ
TABIX_MZField defined as in SY-TABIX TABIX_DINT410TABIX
VFPTXExplanation about an individual line of the ATP screen VFPTXCHAR14TEXT14
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
VBELNSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
VTEXTDescription VTEXTCHAR20TEXT20
WEMPFShip-to party KUNWECHAR10KNA1ALPHAKUNNR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
WLDATRequested delivery date WLDATDATS8DATUM
WMENGOrder quantity in sales units WMENGQUAN13(3) MENG13
WZTEREnd of replenishment lead time WZTERDATS8DATUM
WLUHRRequested delivery time WLUHRTIMS6TIME_SHIPT
OLMNG_BASOpen quantity to be delivered in the availability check OLMNGQUAN13(3) MENG13
MBWZTEREnd of replenishment lead time WZTERDATS8DATUM

Key field Non-key field



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

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

How to access SAP table RV03V

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