WDLSP SAP (POS outbound log: IDoc (items)) Table details

Dictionary Type: Table
Description: POS outbound log: IDoc (items)




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




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

WDLSP is a standard SAP Table which is used to store POS outbound log: IDoc (items) data and is available within R/3 SAP systems depending on the version and release level.

The WDLSP table consists of various fields, each holding specific information or linking keys about POS outbound log: IDoc (items) data available in SAP. These include DLDNR (POS Outbound Log), LFDNR (POS outbound log: item), DOCNUM (IDoc number), DOCTYP (IDoc 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WDLSP 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 DLDNRNUMC14WDLSDLDNRWOP
LFDNRPOS outbound log: item DLPOSNUMC6DLPOS
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
DOCTYPIDoc Type EDI_DOCTYPCHAR8EDIDOEDI_DOCTYP
STKEYFirst object key of IDoc DL_STKEYCHAR40CHAR40
LTKEYLast object key of IDoc DL_LTKEYCHAR40CHAR40
ANSEGNo. of segments ANZSEGNUMC6NUMC6
ANLOZNumber Of Lines In Log ANZLOZNUMC6NUM6
GESSTIDoc creation status GESSTCHAR1GESST
VSESTIDoc communication status VSESTCHAR2TEDS1EDI_STATUS
ERZDTDate created ERZDTDATS8DATUM
ERZZTTime created ERZZTTIMS6CTME
RSPOSItem created due to restart WJDRSPOSCHAR1X
RSTRTRestart already executed for this item WJDRSTRTCHAR1X
RFPOSReference item for preparation REFPOSNUMC6WDLSPDLPOS
RCVSYSTEMReceiving logical system RECVSYSTEMCHAR10TBDLSALPHALOGSYS
LOG_HDLE_PCKApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM WDLSP
INTO CORRESPONDING FIELDS OF WA_WDLSP
WHERE...

How to access SAP table WDLSP

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