LEINT_DECTO SAP (Decision link to transfer order - transmission structure) Structure details

Dictionary Type: Structure
Description: Decision link to transfer order - transmission structure




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




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

LEINT_DECTO 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 "Decision link to transfer order - transmission structure" 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_LEINT_DECTO TYPE LEINT_DECTO.

The LEINT_DECTO table consists of various fields, each holding specific information or linking keys about Decision link to transfer order - transmission structure data available in SAP. These include TAPOS (Transfer order item), DCNUM (Cross-Docking Decision Number), REFTY (Reference Document Type), DOCTY (Reference Document Type).. 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 LEINT_DECTO 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
TANUMTransfer Order Number TANUMNUMC10TANUMTAN
TAPOSTransfer order item TAPOSNUMC4TAPOSTAP
DCNUMCross-Docking Decision Number LXDCK_DCNUMNUMC14LXDCK_DCNUM
REFTYReference Document Type LXHME_DOCTYCHAR2LXHME_DOCTY
DOCTYReference Document Type LXHME_DOCTYCHAR2LXHME_DOCTY
DOCNRReference Document LEINT_DOCNRCHAR10Assigned to domainALPHAVBELN
DOCITReference Document Item LXHME_DOCITNUMC6NUMC6
QTYTOQuantity for Picking/Putaway LXHME_QTYAVQUAN13(3) MENG13
ACQTYActual Transfer Order Quantity LXHME_ACQTYQUAN13
DFQTYDestination difference quantity in stockkeeping unit LTAP_NDIFMQUAN13(3) MENSH
SFQTYDifference in source storage bin in stockkeeping unit LTAP_VDIFMQUAN13(3) MENSH
UOMBSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
NWIRMTransferred ingredient qty LTAP_NWIRMQUAN13(3) MENG13
WIRMEActive ingredient unit of measure LTAP_WIRMEUNIT3Assigned to domainCUNITMEINS
CNFSTIndicator: confirmation complete LTAP_PQUITCHAR1XFELD
SRCNFIndicator: Material pick has been confirmed LTAP_PVQUICHAR1XFELD
CNFDBIndicator: Confirmation old LTAP1PQUIACHAR1XFELD
SRCDBIndicator: Source confirmation old LTAP1PVQIACHAR1XFELD
CSTEPTransfer Order Confirmation Status LXHME_CNFSTCHAR1FLAG
TRUPDUpdate transfer requirement T336_TBFORCHAR1T336_TBFOR
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
HUMANGeneral Flag FLAGCHAR1FLAG
ZRSTGGeneral Flag FLAGCHAR1FLAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ

Key field Non-key field



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

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

How to access SAP table LEINT_DECTO

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