V56IDLNT SAP (Transportation Planning: Data from the Delivery) Structure details

Dictionary Type: Structure
Description: Transportation Planning: Data from the Delivery




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




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

V56IDLNT 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 "Transportation Planning: Data from the Delivery" 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_V56IDLNT TYPE V56IDLNT.

The V56IDLNT table consists of various fields, each holding specific information or linking keys about Transportation Planning: Data from the Delivery data available in SAP. These include NAME1 (Ship-to party name 1), CONADDR (Address of ship-to party), BTGWD (Gross weight of delivery), VOLMD (Delivery volume).. 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 V56IDLNT 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
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
NAME1Ship-to party name 1 NAME1_TWECHAR28CHAR28
CONADDRAddress of ship-to party ADDR_TWECHAR28CHAR28
BTGWDGross weight of delivery LFGEWQUAN15(3) MENG15
VOLMDDelivery volume LFVOLQUAN15(3) MENG15
GSGWDTotal weight of delivery GSGWDQUAN15(3) MENG15
ROUTERoute ROUTECHAR6TVROROUTE
ABLADUnloading Point ABLADCHAR25TEXT25
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
KODATPicking Date KODATDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
WADATPlanned goods movement date WADAKDATS8DATUM
WADAT_ISTActual Goods Movement Date WADAT_ISTDATS8DATUMWDTI
LFDATDelivery Date LFDAT_VDATS8DATUM
INCO1Incoterms (Part 1) INCO1CHAR3TINCINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
KUNNRShip-to party KUNWECHAR10KNA1ALPHAKUNNR
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
LZONETransportation zone to or from which the goods are delivered LZONECHAR10TZONEZONE
LFUHRTime of delivery LFUHRTIMS6LFUHR
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
VSBEDShipping Conditions VSBEDCHAR2TVSBVSBED
BEROTPicked items location BEROTCHAR20BEROT
GRULGWeight group for delivery (To group) GRULGCHAR4TVLGGRULG
LSTELLoading Point LSTELCHAR2TVLALSTEL
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
ANZPKTotal number of packages in delivery ANZPKNUMC5ANZPK
TRAGRTransportation Group TRAGRCHAR4TTGRTRAGR
SPDNRForwarding agent SPDNRCHAR10LFA1ALPHALIFNR
XABLNGoods Receipt/Issue Slip Number XABLNCHAR10ALPHABELNR
LIFEXExternal Identification of Delivery Note LIFEXCHAR35TEXT35
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
KUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
KDGRPCustomer group KDGRPCHAR2T151KDGRPVKD
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
BSTDKCustomer purchase order date BSTDKDATS8DATUM
VBELN_VAUFOrder VBELN_VAUFCHAR10VBUKALPHAVBELNAUF

Key field Non-key field



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

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

How to access SAP table V56IDLNT

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