WSD_MS_INPUT_FIELDS SAP (Helper structure for input fields support) Structure details

Dictionary Type: Structure
Description: Helper structure for input fields support




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




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

WSD_MS_INPUT_FIELDS 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 "Helper structure for input fields support" 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_INPUT_FIELDS TYPE WSD_MS_INPUT_FIELDS.

The WSD_MS_INPUT_FIELDS table consists of various fields, each holding specific information or linking keys about Helper structure for input fields support data available in SAP. These include WSD_MS_INCLUDE_PLANTS (Related plants for material search), FUZZY_CHECKBOX (Material search fuzzy mode flag), MATNR (Material Number), BISMT (Old material number).. 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 (character-type or numeric)


SAP WSD_MS_INPUT_FIELDS 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
FREE_TEXT_SEARCHInput Field for Full Text Search WSD_SEARCH_TV_SEARCH_TERM_F4CHAR45RSDSSELOPT
WSD_MS_INCLUDE_PLANTSRelated plants for material search WSD_MS_INCLUDE_PLANTSCHAR1WSD_PLANTS_DISPLAY
FUZZY_CHECKBOXMaterial search fuzzy mode flag WSD_MS_FUZZY_MODECHAR1CHECKBOX
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BISMTOld material number BISMTCHAR18BISMT
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
PRODH_DProduct hierarchy PRODH_DCHAR18T179PRODHVPR
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WERKS_DAdditional plants input field WSD_MS_WERKS_DCHAR20
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
LTSNRVendor Subrange LTSNRCHAR6WYT1LTSNR
WGLIFVendor Material Group WGLIFCHAR18CHAR18
OWN_PLANTOwn Plant WSD_OWN_PLANTCHAR4Assigned to domainWERKSWRKH_T001W
PLANT_FILTERSearch without plant filter indicator WSD_MS_NO_PLANT_FILTERCHAR1X
PLANT_NAMEName NAME1CHAR30TEXT30
VENDOR_NAME1Vendor Name 1 VENDOR_NAME1CHAR35NAME
VENDOR_NAME2Vendor Name 2 VENDOR_NAME2CHAR35NAME
VENDOR_NAME3Vendor Name 3 VENDOR_NAME3CHAR35NAME
VENDOR_NAME4Vendor Name 4 VENDOR_NAME4CHAR35NAME
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
SAISOSeason Category SAISOCHAR4T6WSPSAISOSAISO
SAITYRollout in a Season SAITYCHAR2T6WSASAITYWMSAITY
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
WSD_PLANTPlant WSD_PLANTCHAR4Assigned to domainWERKSWRKH_T001W
.INCLU--AP 0
MFRPNManufacturer Part Number MFRPNCHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table WSD_MS_INPUT_FIELDS

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