V439A_MILL SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V439A_MILL 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 V439A_MILL table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include DISLS (Lot size (materials planning)), LOSVF (Lot-sizing procedure for short-term period), LOSKZ (Lot-size indicator for the short-term period), PERAZ (Number of periods for the short-term 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: Not classified


SAP V439A_MILL 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 MANDTCLNT3MANDT
DISLSLot size (materials planning) DISLSCHAR2DISLS
LOSVFLot-sizing procedure for short-term period LOSVFCHAR1LOSVF
LOSKZLot-size indicator for the short-term period LOSKZCHAR1LOSKZ
PERAZNumber of periods for the short-term area PERAZDEC3DEC03
LOSLTDescription of lot-sizing procedure LOSLTCHAR40TEXT40
TERBVScheduling for period lot sizes in short-term area TERBVCHAR1TERBV
UELAPOverlap scheduling in the short-term area UELAPCHAR1UELAP
KFPKZPeriod indicator for calculating long-term planning KFPKZCHAR1PERKZ
KFPAZNumber of periods for long-term lot size KFPAZDEC3DEC03
LGLVFLot-sizing procedure for long-term lot-sizing LGLVFCHAR1LOSVF
LGLKZLot-size indicator for long-term lot-sizing procedure LGLKZCHAR1LOSKZ
LGPAZNumber of periods for long-term lot size LGPAZDEC3DEC03
LGTERScheduling the long-term period lot-sizing procedure LGTERCHAR1TERBV
LGUELOverlapping indiactor for long-term lot sizing LGUELCHAR1UELAP
LGMINCheck minimum lot size CHMINCHAR1XFELD
LGMAXCheck maximum lot size CHMAXCHAR1XFELD
KZSPLIndicator: Splitting quota in short-term horizon KZSPLCHAR1XFELD
LGSPLIndicator: splitting quota in the long-term horizon LGSPLCHAR1XFELD
INTKAInterpretation of the planning calendar events INTKACHAR1INTKA
LGINTIterpretation of MRP dates: long-term planning LGINTCHAR1INTKA
LGKNDLot-size calculation in make-to-order production LGKNDCHAR1LGKND
KZHORHorizon for lot-for-lot order qty KZHORNUMC3KZHOR
HBVARMaximum stock level variant HBVARCHAR1HBVAR
UNTKZUnderdelivery Tolerance UNTKZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM V439A_MILL
INTO CORRESPONDING FIELDS OF WA_V439A_MILL
WHERE...

How to access SAP table V439A_MILL

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