WSDT_BASIC_CFG SAP (Basic Configuration for Counter Sales) Table details

Dictionary Type: Table
Description: Basic Configuration for Counter Sales




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




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

WSDT_BASIC_CFG is a standard SAP Table which is used to store Basic Configuration for Counter Sales data and is available within R/3 SAP systems depending on the version and release level.

The WSDT_BASIC_CFG table consists of various fields, each holding specific information or linking keys about Basic Configuration for Counter Sales data available in SAP. These include APP_NAME (Application), MAT_CREATE (Category of materials that are created), IND_SECTOR (Industry sector), MAT_TYPE (Material Type).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WSDT_BASIC_CFG 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 MANDTCLNT3T000MANDT
APP_NAMEApplication WSD_APPLICATIONCHAR2WSDT_APPLWSD_APPLICATIONWSD_APPL
MAT_CREATECategory of materials that are created WSD_MAT_CREATECHAR1WSD_MAT_CREATE
IND_SECTORIndustry sector MBRSHCHAR1T137MBRSHMTP
MAT_TYPEMaterial Type MTARTCHAR4WSDT_MAT_MTARTMTARTMTA
TAX_CLASSTax classification of the material TAKLVCHAR1TSKMTAXKM
BACKGROUNDFlag for using background creation process WSD_BACKGROUND_CREATECHAR1CHECKBOX
SP_CALCPerforms Sales Price Calculation WSD_SP_CALCCHAR1XFELD
SP_DETERM_LEVELSales price calculation WSD_SP_LEVELCHAR1WSD_SP_LEVEL
SP_DETERM_SEQSales price determination sequence EKERV_VCHAR2TWEVEKERVEVV
PP_DETERM_SEQPurchase price determination sequence EKERV_MCHAR2TWEVEKERVEVM
REF_PLANTReference Plant of the Category 'Store' (Material Master) VLGFICHAR4T001WWERKSWRK
EXT_CATALOGAccess to external catalog WSD_EXT_CATALOG_ACCESSCHAR1WSD_EXT_CATALOG_ACCESS
DEFAULT_PLTRelated plants for material search WSD_MS_INCLUDE_PLANTSCHAR1WSD_PLANTS_DISPLAY
SINGLE_RES_RETImmediate return of a single search result WSD_MS_SINGLE_RESULT_RETURNCHAR1XFELD
MS_MAX_RESULTSSearch result maximum entries allowed WSD_MS_MAX_RESULTSINT410
MS_DISP_PAGENumber of materials displayed per page WSD_MS_DISP_PER_PAGEINT13INT1
MS_FUZZY_MODEMaterial search fuzzy mode flag WSD_MS_FUZZY_MODECHAR1CHECKBOX
ATP_ZERO_DISPLAYHide Plants with Zero Stock WSD_ATP_ZERO_DISPLAYCHAR1CHECKBOX
ATP_DETAIL_DISPATP display configuration WSD_ATP_DETAIL_DISPCHAR1WSD_ATP_DETAIL_DISP
RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
SO_ACTIVEActivate Enhanced Material Search and Creation WSD_SO_ACTIVECHAR1CHECKBOX
TREX_UPDATEStart automatic TREX update after Material creation WSD_TREX_UPDATECHAR1CHECKBOX
STD_SCRN_NBRScreen number for primary search parameters WSD_STD_SCRN_NBRCHAR4WSD_STD_SCRN_NBR
ENH_SCRN_NBRScreen number for secondary search parameters WSD_ENH_SCRN_NBRCHAR4WSD_ENH_SCRN_NBR
DISPLAY_PRICESDisplay prices in the detail area of search result flag WSD_DISP_DETAIL_PRICESCHAR1XFELD
OWN_PLANT_AVAILMaterial availability display option for own plant WSD_MS_OWN_PLANT_AVAILABILITYCHAR1WSD_MS_OWN_PLANT_AVAILABILITY
CBP_AVAILClose-by Plants Material Availability Display Option WSD_MS_CBP_AVAILABILITYCHAR1WSD_MS_AVAILABILITY
OTHER_PLT_AVAILOther Plants Material Availability Display Option WSD_MS_OTHER_PLANTS_AVAILABCHAR1WSD_MS_AVAILABILITY
OWN_PLANT_CHANGEAllow Change of Own Plant WSD_MS_OWN_PLANT_CHANGECHAR1X
OTHER_PLT_MARCAllow Material Creation for Other Plants WSD_MS_CREATE_OTHER_PLANT_MARCCHAR1X
INFORECORD_LEVELDefinition of Level for Creation of Inforecords WSD_INFOREC_LEVELCHAR1WSD_INFOREC_LEVEL
SEARCH_ENGINESearch Engine WSD_SEARCH_ENGINECHAR2WSD_SEARCH_ENGINE
HIDE_PLANT_FILTHide Plant Filter And Availability WSD_HIDE_PLANT_FILTER_AVAILCHAR1CHECKBOX
FILTER_DISPLAYFilter Display for Generic Material WSD_FILTER_DISP_RETAIL_MATCHAR2WSD_FILTER_DISP_RETAIL_MAT
METHOD_MATERIALCreation Method Based on Material WSD_CREATE_FROM_MATERIALCHAR2WSD_CREATE_FROM_MATERIAL
METHOD_CATALOGCreation Method based on Catalog WSD_CREATE_FROM_CATALOGCHAR2WSD_CREATE_FROM_CATALOG
CHANGE_MATERIALChange Method For Retail Materials WSD_CHANGE_MATERIALCHAR2WSD_CHANGE_MATERIAL
MAINT_GROUPMaintenance Group WSD_MGROUPNUMC6WSD_OBJID
MGROUP_TEXTText of Maintenance Group field WSD_MGROUP_TEXTCHAR30WSD_MGROUP_TEXT
PLANT_DATACreation of Plant Data WSD_PLANT_DATACHAR2WSD_PLANT_DATA
ITEM_ADD_METHODSearch Result Selection Method WSD_ITEM_SEL_CRITERIACHAR2WSD_ITEM_SEL_CRITERIA

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSDT_BASIC_CFG
INTO CORRESPONDING FIELDS OF WA_WSDT_BASIC_CFG
WHERE...

How to access SAP table WSDT_BASIC_CFG

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