V441V SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

V441V is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V441V table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include MTVFP (Checking Group for Availability Check), PRREG (Checking Rule for Availability Check), BEZEI (Description), PRRLT (Description of Checking Rule).. 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: Not classified


SAP V441V table view 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
MANDTClient MANDTCLNT3T000MANDT
MTVFPChecking Group for Availability Check MTVFPCHAR2TMVFMTVFP
PRREGChecking Rule for Availability Check PRREGCHAR2T441RPRREGPRR
BEZEIDescription BEZEI20CHAR20TEXT20
PRRLTDescription of Checking Rule PRRLTCHAR40TEXT40
EISBPAvailability check: Include safety stock in the check EISBPCHAR1XFELD
UMLMPInclude stock in transfer between plants in receiving plant UMLMPCHAR1XFELD
QMBSPAvail.check: include stock in quality inspection QMBSPCHAR1QMBSP
BESTPAvailability Check: Consider Purchase Orders BESTP_APPLCHAR1BESTP
FERTPInclude Production/Process Orders in Availability Check FERTPCHAR1FERTP
BANFPAvailability check: Take purchase requisitions into account BANFPCHAR1BANFP
PLAFPAvailability check: Take planned orders into account PLAFPCHAR1PLAFP
SKBDPInclude dependent requirements SKBDPCHAR1XFELD
RESBPAvailability check: Take material reservation into account RESBPCHAR1RESBP
ARREPAvailability check: check dependent reservations ARREPCHAR1ARREP
VBBDPCheck sales requirements VBBDPCHAR1XFELD
VBBLPAvailability check: include delivery notes VBBLPCHAR1VBBLP
OWBZPCheck availability without replenishment lead time OWBZPCHAR1XFELD
PRIBEDIndependent requirements PRIBEDCHAR1CHAR01
VWBESTUnrestricted-use stock VWBESTCHAR1CHAR01
SBSTPCheck blocked stock SBSTPCHAR1XFELD
LAVIPAvailability check: take shipping notification into account LAVIPCHAR1XFELD
WZTWEChecking period for missing parts at goods receipts WZTWENUMC3WZTWE
TBBEPAvail.check: take release order requirements into account TBBEPCHAR1TBBEP
OLGPRNo storage location inspection OLGPRCHAR1XFELD
OLBPRCheck without subcontracting OLBPRCHAR1XFELD
NFVBCTake restricted-use stock into account (only for batches) NFVBCCHAR1XFELD
RPASTAvailability check - receipts in the past RPASTCHAR1RPAST

Key field Non-key field



How do I retrieve data from SAP table V441V using ABAP code

The following ABAP code Example will allow you to do a basic selection on V441V to SELECT all data from the table
DATA: WA_V441V TYPE V441V.

SELECT SINGLE *
FROM V441V
INTO CORRESPONDING FIELDS OF WA_V441V
WHERE...

How to access SAP table V441V

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