LEINT_LIKP_SLOPT SAP (Delivery attributes) Structure details

Dictionary Type: Structure
Description: Delivery attributes




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




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

LEINT_LIKP_SLOPT 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 "Delivery attributes" 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_LIKP_SLOPT TYPE LEINT_LIKP_SLOPT.

The LEINT_LIKP_SLOPT table consists of various fields, each holding specific information or linking keys about Delivery attributes data available in SAP. These include KODAT (Picking Date), VSTEL (Shipping Point/Receiving Point), VKORG (Sales Organization), LFART (Delivery 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 (Deep)


SAP LEINT_LIKP_SLOPT 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
LFDATDelivery date LFDATDATS8DATUM
KODATPicking Date KODATDATS8DATUM
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
LFARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
WADATPlanned goods movement date WADAKDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
ABLADUnloading Point ABLADCHAR25TEXT25
ROUTERoute ROUTECHAR6Assigned to domainROUTE
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KDGRPCustomer group KDGRPCHAR2Assigned to domainKDGRPVKD
LSTELLoading Point LSTELCHAR2Assigned to domainLSTEL
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
VTWIVDistribution channel for intercompany billing VTWIVCHAR2Assigned to domainVTWEGVTW
SPAIVDivision for intercompany billing SPAIVCHAR2Assigned to domainSPARTSPA
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
TRAIDMeans of Transport ID TRAIDCHAR20TRAID
LIFEXExternal Identification of Delivery Note LIFEXCHAR35TEXT35
TERNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AULWERoute Schedule AULWECHAR10Assigned to domainAULWE
WERKSReceiving plant for deliveries EMPFWCHAR4Assigned to domainWERKS
LGTORDoor for Warehouse Number LGTORCHAR3Assigned to domainLGTOR
LGBZOStaging Area for Warehouse Complex LGBZOCHAR10Assigned to domainLGBZO
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
PARTNPartner number (KUNNR, LIFNR, or PERNR) KUNDE_DCHAR10ALPHAKUNDE
SPDNRForwarding agent SPDNRCHAR10Assigned to domainALPHALIFNR
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
TKNUMShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
GRPNRGroup name GRPNRCHAR12SETNRGSE
RLSDTRelease Date LXHME_RELEASE_DATEDATS8
LRLDTLatest Release Date LXHME_LRELEASE_DATEDATS8DATS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
PONUMPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
ITMNOItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP

Key field Non-key field



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

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

How to access SAP table LEINT_LIKP_SLOPT

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