TDS_SEARCH_BASKET SAP (Basket of kept materials within material search) Structure details

Dictionary Type: Structure
Description: Basket of kept materials within material search




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




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

TDS_SEARCH_BASKET 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 "Basket of kept materials within material search" 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_BASKET TYPE TDS_SEARCH_BASKET.

The TDS_SEARCH_BASKET table consists of various fields, each holding specific information or linking keys about Basket of kept materials within material search data available in SAP. These include MATNR (Material Number), PLANT (Plant), DESCRIPTION (Material Description (Short Text)), KWMENG (Cumulative Order Quantity in Sales Units).. 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 TDS_SEARCH_BASKET 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
DESCRIPTIONMaterial Description (Short Text) MAKTXCHAR40TEXT40
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
ICON_AVAILABILITYMaterial Availability TDV_ICON_AVAILABILITYCHAR30ICONNAME

Key field Non-key field



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

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

How to access SAP table TDS_SEARCH_BASKET

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