JVTLFZUO SAP (IS-M/SD: Assignment of Delivery to Schedule Line) Table details

Dictionary Type: Table
Description: IS-M/SD: Assignment of Delivery to Schedule Line




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




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

JVTLFZUO is a standard SAP Table which is used to store IS-M/SD: Assignment of Delivery to Schedule Line data and is available within R/3 SAP systems depending on the version and release level.

The JVTLFZUO table consists of various fields, each holding specific information or linking keys about IS-M/SD: Assignment of Delivery to Schedule Line 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP JVTLFZUO table 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 LFNGNRNUMC12JVTLFNGLFNGNRLFG
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
XINCLABHOLIndicator: Includes pickup XINCLABHOLCHAR1XFELD
XAMORTN_FINIS-M/SD: Amortization completed XAMORTN_FINCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JVTLFZUO
INTO CORRESPONDING FIELDS OF WA_JVTLFZUO
WHERE...

How to access SAP table JVTLFZUO

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