WDLS SAP (POS outbound log: Status of data preparation) Table details

Dictionary Type: Table
Description: POS outbound log: Status of data preparation




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




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

WDLS is a standard SAP Table which is used to store POS outbound log: Status of data preparation data and is available within R/3 SAP systems depending on the version and release level.

The WDLS table consists of various fields, each holding specific information or linking keys about POS outbound log: Status of data preparation data available in SAP. These include DLDNR (POS Outbound Log), ERZDT (Date created), ERZZT (Time created), EMPFN (Customer Number for Plant).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WDLS table 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 MANDTCLNT3T000MANDT
DLDNRPOS Outbound Log DLDNRNUMC14DLDNRWOP
ERZDTDate created ERZDTDATS8DATUM
ERZZTTime created ERZZTTIMS6CTME
EMPFNCustomer Number for Plant LOCNRCHAR10KNA1ALPHAKUNNRKUN
SYSTPCommunication application SYSTPCHAR3SYSTP
ERSABCreation date from which change pointers were selected ERSABDATS8DATUM
ERSBICreation date to which change pointers were selected ERSBIDATS8DATUM
ERZABCreation time from which change pointers were selected ERZABTIMS6CTME
ERZBICreation time to which change pointers were selected ERZBITIMS6CTME
DLMODPreparation mode at POS outbound DLMODCHAR1DLMOD
ANZIDNumber of IDocs created ANZIDINT410INT4
EERZTTime when IDoc creation ended EERZTTIMS6CTME
GESSTIDoc creation status GESSTCHAR1GESST
VSESTIDoc communication status VSESTCHAR2TEDS1EDI_STATUS
DATBIValid To Date DATBIDATS8DATUM
SBTYPApplication subtype SBTYPCHAR1CHAR1
VFLGIndicates Whether Versioning Taken Place (Assortment List) VFLGCHAR1VFLG

Key field Non-key field



How do I retrieve data from SAP table WDLS using ABAP code

The following ABAP code Example will allow you to do a basic selection on WDLS to SELECT all data from the table
DATA: WA_WDLS TYPE WDLS.

SELECT SINGLE *
FROM WDLS
INTO CORRESPONDING FIELDS OF WA_WDLS
WHERE...

How to access SAP table WDLS

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