TDS_SEARCH_MATERIAL SAP (Search Engine Search Result of Material) Structure details

Dictionary Type: Structure
Description: Search Engine Search Result of Material




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




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

TDS_SEARCH_MATERIAL 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 "Search Engine Search Result of Material" 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_TDS_SEARCH_MATERIAL TYPE TDS_SEARCH_MATERIAL.

The TDS_SEARCH_MATERIAL table consists of various fields, each holding specific information or linking keys about Search Engine Search Result of Material data available in SAP. These include PARENT_ID (ID of parent node in hierarchy), MY_ID (ID of my node in hierarchy), IS_EXPANDED (Replacement for Real Boolean Type: 'X' == True '' == False), IS_LEAF (Replacement for Real Boolean Type: 'X' == True '' == False).. 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 TDS_SEARCH_MATERIAL 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
INDEX_CNT 0
PARENT_ID ID of parent node in hierarchy0
MY_ID ID of my node in hierarchy0
IS_EXPANDEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
IS_LEAFReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATL_TYPEMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATL_CATMaterial Category ATTYPCHAR2ATTYPMTY
DESCRIPTIONMaterial Description (Short Text) MAKTXCHAR40TEXT40
PROD_HIERProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ATP_QTYATP Quantity TDV_LO_OIF_ATP_QTYQUAN13(3) MENGV13
ATP_UNITUnit of ATP Quantity TDV_LO_OIF_ATP_UNITUNIT3Assigned to domainCUNITMEINS
FREE_QTYUnrestricted Quantity TDV_LO_OIF_FREE_QTYQUAN13(3) MENG13V
FREE_UNITUnit of Unrestricted Quantity TDV_LO_OIF_FREE_UNITUNIT3Assigned to domainCUNITMEINS
L_PRICEList Price TDV_LO_OIF_LIST_PRICECURR11(2) WERT11
L_CURRCurrency of List Price TDV_LO_OIF_LIST_CURRCUKY5Assigned to domainWAERS
L_QTYList Price per Quantity TDV_LO_OIF_LIST_QTYDEC5KPEIN
L_UNITList Price per Unit TDV_LO_OIF_LIST_UNITUNIT3CUNITEINHEIT
C_PRICEExpected Customer Price TDV_LO_OIF_CUST_PRICECURR11(2) WERT11
C_CURRCurrency of Expected Customer Price TDV_LO_OIF_CUST_CURRCUKY5Assigned to domainWAERS
C_QTYExpected Customer Price per Quantity TDV_LO_OIF_CUST_QTYDEC5KPEIN
C_UNITExpected Customer Price per Unit TDV_LO_OIF_CUST_UNITUNIT3CUNITEINHEIT
PLANT_ASSIGNEDPlant is assigned to the sales area (yes/no) TDV_PLANT_ASSIGNEDCHAR1XFELD
RANK_VALUERank Value in % TDV_RANK_VALUECHAR3TDV_RANK_VALUE
DEL_FLAGDeletion Flag TDV_DEL_FLAGCHAR1BOOLE
ICON_AVAILABILITYMaterial Availability TDV_ICON_AVAILABILITYCHAR30ICONNAME

Key field Non-key field



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

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

How to access SAP table TDS_SEARCH_MATERIAL

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