WSSO_WD_SO_DOC_SCHDL_DLV SAP (Sales Order Schedule Line for Delivery) Structure details

Dictionary Type: Structure
Description: Sales Order Schedule Line for Delivery




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




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

WSSO_WD_SO_DOC_SCHDL_DLV 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 "Sales Order Schedule Line for Delivery" 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_WSSO_WD_SO_DOC_SCHDL_DLV TYPE WSSO_WD_SO_DOC_SCHDL_DLV.

The WSSO_WD_SO_DOC_SCHDL_DLV table consists of various fields, each holding specific information or linking keys about Sales Order Schedule Line for Delivery data available in SAP. These include SCHED_LINE (Delivery Schedule Line Number), MATERIAL (Material Number), EAN_UPC (International Article Number (EAN/UPC)), SHORT_TEXT (Short text for sales order item).. 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 WSSO_WD_SO_DOC_SCHDL_DLV 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
ITM_NUMBERSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
SCHED_LINEDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
SHORT_TEXTShort text for sales order item ARKTXCHAR40TEXT40
REQ_QTY_ITEMQuantity MENGE_DQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
OPEN_QTYOpen quantity to be delivered (in sales unit) OLFMNGQUAN13(3) MENG13
DLV_QTYActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
CONFIR_QTYConfirmed Quantity BMENGQUAN13(3) MENG13
REQ_DATESchedule line date EDATUDATS8DATUM
PRICE_ITM_SUMSAP Retail Store Sales Order: Item Value W_WISO_PRICE_ITM_SUMCURR15(2) WERTV8
CURRSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
PLANT_DLVPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
NAME_PLANT_DLVName 1 AD_NAME1CHAR40TEXT40
CITY_PLANT_DLVCity AD_CITY1CHAR40TEXT40CLCITYNAME
SHIP_POINTShipping Point/Receiving Point WSSO_WD_DOC_SHIP_POINTCHAR4Assigned to domainVSTEL
SHIP_POINT_DESCRShipping Point Description WSSO_WD_DOC_SHIP_POINT_DESCRCHAR30WSRS_DESCR_30
ITEM_CATEGSales document item category PSTYVCHAR4Assigned to domainPSTYV
ITEM_CATEG_DESCRDescription for item category WSSO_WD_ITEM_CATEG_DESCRCHAR20TEXT20
DELIV_NUMBDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
ITM_NO_DLVDelivery item number WSSO_WD_DOC_DELIV_ITEMNUMC6Assigned to domainPOSNR
.INCLU-_R 0
DLV_QTY_RScreen - Attribute WSRS_SCREEN_FIELD_ATTRCHAR1FIELD_ATTR

Key field Non-key field



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

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

How to access SAP table WSSO_WD_SO_DOC_SCHDL_DLV

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