WSUBST_WORKLST SAP (Worklist Substitution Proposals) Table details

Dictionary Type: Table
Description: Worklist Substitution Proposals




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




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

WSUBST_WORKLST is a standard SAP Table which is used to store Worklist Substitution Proposals data and is available within R/3 SAP systems depending on the version and release level.

The WSUBST_WORKLST table consists of various fields, each holding specific information or linking keys about Worklist Substitution Proposals data available in SAP. These include DOC_NUMBER_ORIG (Document Number Original Material), DOC_ITEM_ORIG (Original Material Item Number), COUNTER (Sequence Number), MATNR_ORIG (Original Material).. 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: Can be enhanced (character-type or numeric)


SAP WSUBST_WORKLST 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 MANDTCLNT3Assigned to domainMANDT
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
ERRORError 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 table WSUBST_WORKLST using ABAP code

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

SELECT SINGLE *
FROM WSUBST_WORKLST
INTO CORRESPONDING FIELDS OF WA_WSUBST_WORKLST
WHERE...

How to access SAP table WSUBST_WORKLST

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