JIVLFZUO SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

JIVLFZUO 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 JIVLFZUO table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LFNGNR (IS-M: Sequence Number for Delivery), NACHLFNGNR (Sequence number of subsequent delivery), VBELN (IS-M/SD: Publishing Sales Order), POSNR (Sales Order 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: Not classified


SAP JIVLFZUO 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
LFNGNRIS-M: Sequence Number for Delivery LFNGNRNUMC12LFNGNRLFG
NACHLFNGNRSequence number of subsequent delivery NACHLFNGNRNUMC2NUM2
VBELNIS-M/SD: Publishing Sales Order AVNRCHAR10JKAKALPHAAVNRJK1MJK1
POSNRSales Order Item APNRNUMC6JKAPAPNR
ETENRSales Order Schedule Line JAENRNUMC4JKEPAENR
MENGEINZUOSch.line qty in order-delivery assignment for partial susp. MENGEINZUODEC9STMENGE
ETARTSchedule Line Type for Internal Sales Order Schedule Line ETART_ISPCHAR2TJEPETART_ISPJAE
VAUSGBIssue VAUSGBCHAR10JDTVAUSGBALPHAVAUSGBJD8MJD4
DRKEIPlant JWERKCHAR4T001WWERKSWRK
DRERZActual Publication Delivered DRERZTATCHAR8JDTDRERALPHADRERZJDCMJD1
PVAActual edition delivered PVATATCHAR8JDTPVAALPHAPVAJDDMJD2
ERSCHDATPublication Date ERSCHDATDATS8DATUMJD9
VERSANDDATIS-M: Shipping Date VRSNDDATUMDATS8DATUMRFD
KNDGRUPPEIS-M: Customer Group KNDGRUPPECHAR2T151KDGRP
BEILGAUSSTInsert Mix for Carrying Issue in Delivery BEILGAUSSTNUMC3JVTBLGAUSBEILGAUSST
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
LFARTTATActual delivery type (usually DT for dist.viability set) LFARTTATCHAR2TJV01LIEFERART
LFARTLOGLogistical delivery type LFARTLOGCHAR2TJV01LIEFERARTISM_HELP_FOR_LOGDELIVTYPE
LFNGARTType of Delivery LFNGARTCHAR1LFNGART
MBZARTCombination type of edition combined in mix type definition MITBEZARTNUMC1MITBEZART
AUARTIS-M/SD: Sales Document Types AUART_ISPCHAR4TJAKAUART_ISPJAD
DRERZAUFTRPublication DRERZCHAR8JDTDRERALPHADRERZJD1MJD1
PVAAUFTREdition PVACHAR8JDTPVAALPHAPVAJD2
XFAKTURAIndicator: Relevant for billing XFAKTURACHAR1XFELD
IVWKNCirculation Audit Report Category ID IVWKNCHAR8TJI01IVWKN
IVWKNFREICirculation Report Category ID for Non-Calculation Period IVWKNFREICHAR8TJI01IVWKN
RECHBEGINNBilling From RECHBEGINNDATS8DATUM
IVWLANDNormal delivery country LAND1_ISPCHAR3T005LAND1LND
LFARTAUFTRDelivery Type LIEFERARTCHAR2TJV01LIEFERARTJLA
IVWMENGEIS-M: Sales Order Schedule Line Quantity ETMENGEQUAN10MENGGPOS
ETVORZEIPlus/Minus Sign for Schedule Line Quantity in Sales Order ETVORZEICHAR1VORZEI

Key field Non-key field



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

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

SELECT SINGLE *
FROM JIVLFZUO
INTO CORRESPONDING FIELDS OF WA_JIVLFZUO
WHERE...

How to access SAP table JIVLFZUO

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