WDSD_WB_PREF SAP (Direct Store Delivery Workbench: Preferences) Table details

Dictionary Type: Table
Description: Direct Store Delivery Workbench: Preferences




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




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

WDSD_WB_PREF is a standard SAP Table which is used to store Direct Store Delivery Workbench: Preferences data and is available within R/3 SAP systems depending on the version and release level.

The WDSD_WB_PREF table consists of various fields, each holding specific information or linking keys about Direct Store Delivery Workbench: Preferences data available in SAP. These include UNAME (User Name), OVERWRITE (Overwrite overlapping future relationships), COPY_PURCH (Copy purchase prices), COPY_SALES (Copy sales prices).. 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: Cannot Be Enhanced


SAP WDSD_WB_PREF 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
UNAMEUser Name SYUNAMECHAR12SYCHAR12
OVERWRITEOverwrite overlapping future relationships WDSD_UI_PERS_OVERWRITECHAR1BOOLEAN
COPY_PURCHCopy purchase prices WDSD_UI_PERS_COPY_PURCHCHAR1BOOLEAN
COPY_SALESCopy sales prices WDSD_UI_PERS_COPY_SALESCHAR1BOOLEAN
CREATE_LOCALCreate missing listing conditions for local assortments WDSD_UI_PERS_CREATE_LOCALCHAR1BOOLEAN
DISPLAY_TEXTDisplay text for vendor/store/material WDSD_DISPLAY_TEXTCHAR1FLAG
DISPLAY_LOGODisplay DSD logo in HTML header WDSD_DISPLAY_LOGOCHAR1FLAG
ALLOW_MULT_VENDAllow Multiple Vendors per Material and Store WDSD_ALLOW_MULT_VENDCHAR1FLAG
ALLOW_SP_CALCAllow Sales Price Calculation WDSD_ALLOW_SALESPRICE_CALCCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM WDSD_WB_PREF
INTO CORRESPONDING FIELDS OF WA_WDSD_WB_PREF
WHERE...

How to access SAP table WDSD_WB_PREF

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