WSUBST_ARTICLE_SITE_DATA_STY SAP (Communication Structure for Replacement Proposal) Structure details

Dictionary Type: Structure
Description: Communication Structure for Replacement Proposal




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




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

WSUBST_ARTICLE_SITE_DATA_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 "Communication Structure for Replacement Proposal" 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_ARTICLE_SITE_DATA_STY TYPE WSUBST_ARTICLE_SITE_DATA_STY.

The WSUBST_ARTICLE_SITE_DATA_STY table consists of various fields, each holding specific information or linking keys about Communication Structure for Replacement Proposal data available in SAP. These include SUP_VENDOR (Vendor Account Number), SUP_PLANT (Issuing Plant), REC_CUSTOMER (Customer Number), REC_PLANT (Receiving 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP WSUBST_ARTICLE_SITE_DATA_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
SEQNOSequence Number in the Substitution WSUBST_SEQNOINT410SYST_LONG
SUP_VENDORVendor Account Number WSUBST_SUP_VENDORCHAR10Assigned to domainALPHALIFNR
SUP_PLANTIssuing Plant WSUBST_SUP_PLANTCHAR4Assigned to domainWERKS
REC_CUSTOMERCustomer Number WSUBST_REC_CUSTOMERCHAR10Assigned to domainALPHAKUNNR
REC_PLANTReceiving Plant WSUBST_REC_PLANTCHAR4Assigned to domainWERKS
DELIV_DATEDelivery Date WSUBST_DELIV_DATEDATS8DATUM
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
QTY_NUMERATORNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
QTY_DENOMINATORDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
AVAILABLE_DATEMaterial Staging/Availability Date MBDATDATS8DATUM
ATP_RESULTResult of Availability Check WSUBST_ATP_RESULTCHAR1WSUBST_ATP_RESULT
ATP_QUANTITYATP Quantity WSUBST_QUANTITY_ATPQUAN13(3) WSUBST_QUANTITY
ATP_UOMATP Unit of Measure WSUBST_UOM_ATPUNIT3Assigned to domainCUNITMEINS
RETURN_ITEMReturns Item RETPOCHAR1XFELD
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PO_DOCTYPEOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
PO_BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
PO_KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
PO_KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
PO_KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
ALLOC_TAB_NOAllocation Table Number ABELNCHAR10Assigned to domainALPHAABELNABE
ALLOC_TAB_ITEMItem number of allocation table ABELPNUMC5Assigned to domainABELP
PROMOTIONCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
SUBST_ITEMIndicator - Substitute Item WSUBST_ITEMCHAR1WSUBST_ITEM
PRE_STEPPrevious Process Step WSUBST_PRE_STEPCHAR1WSUBST_PRE_STEP
BOM_ITEMBill of Material Item WSUBST_BOM_ITEMCHAR1XFELD
TEXT_ITEMText Item WSUBST_TEXT_ITEMCHAR1XFELD
VALUE_ITEMValue Item WSUBST_VALUE_ITEMCHAR1XFELD
PACK_ITEMPacking Item WSUBST_PACK_ITEMCHAR1XFELD
SCHEDULE_ITEMSchedule Item WSUBST_SCHEDULE_ITEMCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WSUBST_ARTICLE_SITE_DATA_STY

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