WSD_MS_PERSONAL_SETTINGS_STY SAP (Material Search structure for Personal Settings) Structure details

Dictionary Type: Structure
Description: Material Search structure for Personal Settings




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




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

WSD_MS_PERSONAL_SETTINGS_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 "Material Search structure for Personal Settings" 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_WSD_MS_PERSONAL_SETTINGS_STY TYPE WSD_MS_PERSONAL_SETTINGS_STY.

The WSD_MS_PERSONAL_SETTINGS_STY table consists of various fields, each holding specific information or linking keys about Material Search structure for Personal Settings data available in SAP. These include MS_MAX_RESULTS (Search result maximum entries allowed), MS_DISP_PAGE (Number of materials displayed per page), FILTER_DISPLAY (Filter Display for Generic Materials), SORT_BY (Sort Search Result by).. 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: Cannot Be Enhanced


SAP WSD_MS_PERSONAL_SETTINGS_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
MS_FUZZY_MODEMaterial search fuzzy mode flag WSD_MS_FUZZY_MODE_INDCHAR1WSD_INDICATOR
MS_MAX_RESULTSSearch result maximum entries allowed WSD_MS_MAX_RESULTSINT410
MS_DISP_PAGENumber of materials displayed per page WSD_MS_DISP_PER_PAGEINT13INT1
FILTER_DISPLAYFilter Display for Generic Materials WSD_RETAIL_ARTICLE_DISP_MODECHAR2WSD_RETAIL_ARTICLE_DISP_MODE
SORT_BYSort Search Result by WSD_SORT_RESULTS_BYCHAR1WSD_SORT_RESULTS_BY
DEFAULT_PLTRelated plants for material search WSD_MS_INCLUDE_PLANTSCHAR1WSD_PLANTS_DISPLAY
ATP_ZERO_DISPLAYHide Plants with Zero Stock WSD_ATP_ZERO_DISPLAY_INDCHAR1WSD_INDICATOR
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
BACKGROUNDFlag for using background creation process WSD_BACKGROUND_CREATE_INDCHAR1WSD_INDICATOR

Key field Non-key field



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

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

How to access SAP table WSD_MS_PERSONAL_SETTINGS_STY

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