TXW_DL_POS SAP (SD Delivery document item) Structure details

Dictionary Type: Structure
Description: SD Delivery document item




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




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

TXW_DL_POS 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 "SD Delivery document item" 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_TXW_DL_POS TYPE TXW_DL_POS.

The TXW_DL_POS table consists of various fields, each holding specific information or linking keys about SD Delivery document item data available in SAP. These include VBELN (Delivery), POSNR (Delivery Item), PSTYV (Delivery item category), KOKRS (Controlling 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: Can be enhanced (character-type)


SAP TXW_DL_POS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
PSTYVDelivery item category PSTYV_VLCHAR4Assigned to domainPSTYV
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
FKRELRelevant for Billing FKRELCHAR1FKREL
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VGTYPSD document category VBTYPCHAR1VBTYP
LFIMGActual quantity delivered (in sales units) TXW_LFIMGCHAR16CHAR16
LGMNGActual quantity delivered (in base units) TXW_LGMNGCHAR16CHAR16
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
KZUMWEnvironmentally Relevant KZUMWCHAR1XFELD
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WAVWRCost in document currency TXW_WAVWRCHAR16CHAR16
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MAGRVMaterial Group: Packaging Materials MAGRVCHAR4Assigned to domainMAGRV
BUKRSCompany code of the sales organization VKBUKCHAR4Assigned to domainBUKRS

Key field Non-key field



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

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

How to access SAP table TXW_DL_POS

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