WDL_FIL SAP (Outbound parameters for assortment users) Structure details

Dictionary Type: Structure
Description: Outbound parameters for assortment users




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




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

WDL_FIL 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 "Outbound parameters for assortment users" 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_WDL_FIL TYPE WDL_FIL.

The WDL_FIL table consists of various fields, each holding specific information or linking keys about Outbound parameters for assortment users data available in SAP. These include WERKS (Plant), LOCNR (Customer Number for Plant), VLFKZ (Plant category), KOPRO (POS outbound profile).. 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: Not classified


SAP WDL_FIL 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
ASORTAssortment ASORTCHAR10Assigned to domainALPHAASORTWSTWSOR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOCNRCustomer Number for Plant LOCNRCHAR10Assigned to domainALPHAKUNNRKUN
VLFKZPlant category VLFKZCHAR1VLFKZ
KOPROPOS outbound profile POSKOPROCHAR4Assigned to domainPOSKOPRO
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
VTWKOReference distribution channel for conditions VTWKOCHAR2Assigned to domainVTWEG
VLTYPDistribution chain category VLTYPCHAR1VLTYP
VLKEBAllowed pricing levels below distribution chain level VLKEBCHAR1VLKEB
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
NAME1Name 1 NAME1_BASCHAR35NAME
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
POSWSCurrency of POS systems POSWSCUKY5Assigned to domainWAERS
SPARTDivision for intercompany billing SPAIVCHAR2Assigned to domainSPARTSPA
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
KUNNRCustomer number of plant KUNNR_WKCHAR10Assigned to domainALPHAKUNNR
PLTYPPrice list type PLTYPCHAR2Assigned to domainPLTYPVPL
FABKLFactory calendar key FABKLCHAR2Assigned to domainWFCID
UMTYPConversion Category POSUMSTYPCHAR4Assigned to domainPOSUMSTYP
VZEITLead time for POS outbound processing POSVZEITNUMC3POSVLZEIT
ERMODError behavior POSERRMODCHAR1POSERRMOD
POSDEXFlag: automatic data interchange with store POSDEXCHAR1FLAG
EKOARPOS outbound: condition type group POSEKOARCHAR4Assigned to domainPOSEKOAR
SPMDLBlock POS master data outbound processing SPMDLCHAR2SPDML
BBPROAssortment list profile BBPROCHAR4Assigned to domainBBPRO
BBVZEITLead time for assortment list BBVZEITINT13INT1
DATABCreation date to which change pointers were selected ERSBIDATS8DATUM
TIMEABCreation time to which change pointers were selected ERZBITIMS6CTME
LAYVRLayout LAYVARCHAR10Assigned to domainLAYVAR
VERSNRAssortment list version no. BBVERSNRNUMC6Assigned to domainAL_VERS_NOALVN

Key field Non-key field



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

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

How to access SAP table WDL_FIL

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