WSUBST_WORKLIST_DELIVERY_STY SAP (Structure Type of Worklist for Delivery Creation) Structure details

Dictionary Type: Structure
Description: Structure Type of Worklist for Delivery Creation




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




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

WSUBST_WORKLIST_DELIVERY_STY 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 "Structure Type of Worklist for Delivery Creation" 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_WSUBST_WORKLIST_DELIVERY_STY TYPE WSUBST_WORKLIST_DELIVERY_STY.

The WSUBST_WORKLIST_DELIVERY_STY table consists of various fields, each holding specific information or linking keys about Structure Type of Worklist for Delivery Creation data available in SAP. These include BUZEI (Item in Material Document), DOC_NUMBER_ORIG (Document Number Original Material), DOC_ITEM_ORIG (Original Material Item Number), COUNTER (Sequence Number).. 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 WSUBST_WORKLIST_DELIVERY_STY 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
BELNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
BUZEIItem in Material Document MBLPONUMC4MBLPOPOS
DOC_NUMBER_ORIGDocument Number Original Material WSUBST_DOC_NUMBER_ORIGCHAR10Assigned to domainWSUBST_DOC_NUMBER
DOC_ITEM_ORIGOriginal Material Item Number WSUBST_DOC_ITEM_ORIGNUMC5WSUBST_DOC_ITEM
COUNTERSequence Number WSUBST_COUNTERNUMC2WSUBST_COUNTER
MATNR_ORIGOriginal Material WSUBST_MATNR_ORIGCHAR18MATN1WSUBST_MATNR
QUANTITY_ORIGOriginal Material Quantity WSUBST_QUANTITY_ORIGQUAN13(3) WSUBST_QUANTITY
UOM_ORIGOriginal Material Unit of Measure WSUBST_UOM_ORIGUNIT3Assigned to domainCUNITMEINS
DOC_NUMBER_SUBSTDocument Number Substitute Material WSUBST_DOC_NUMBER_SUBSTCHAR10Assigned to domainWSUBST_DOC_NUMBER
DOC_ITEM_SUBSTItem Number Substitute Material WSUBST_DOC_ITEM_SUBSTNUMC5WSUBST_DOC_ITEM
MATNR_SUBSTSubstitute Material Number WSUBST_MATNR_SUBSTCHAR18MATN1WSUBST_MATNR
QUANTITY_SUBSTSubstitute Material Quantity WSUBST_QUANTITY_SUBSTQUAN13(3) WSUBST_QUANTITY
UOM_SUBSTSubstitute Material Unit of Measure WSUBST_UOM_SUBSTUNIT3Assigned to domainCUNITMEINS
SUP_PLANTIssuing Plant WSUBST_SUP_PLANTCHAR4T001WWERKS
REC_PLANTReceiving Plant WSUBST_REC_PLANTCHAR4T001WWERKS
SUBST_DATEDate of Substitution WSUBST_DATEDATS8WSUBST_DATE
SUBST_REASONReason for Substitution WSUBST_REASONCHAR3WSUBST_REASON
SUBST_CTRLSubstitution Control WSUBST_SUBST_CTRLCHAR1WSUBST_SUBST_CTRL
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERTSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AETSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PROC_INDProcessing Status Worklist WSUBST_PROC_INDCHAR1WSUBST_PROC_IND
ERROR_FLAGError Indicator WSUBST_ERROR_FLAGCHAR1WSUBST_ERROR_FLAG
BAL_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



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

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

How to access SAP table WSUBST_WORKLIST_DELIVERY_STY

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