WESC_FILTT SAP (Description of Available Filters on Entities) Table details

Dictionary Type: Table
Description: Description of Available Filters on Entities




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




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

WESC_FILTT is a standard SAP Table which is used to store Description of Available Filters on Entities data and is available within R/3 SAP systems depending on the version and release level.

The WESC_FILTT table consists of various fields, each holding specific information or linking keys about Description of Available Filters on Entities data available in SAP. These include FOBJ (Filter Object), FILTER (Filter for a Filter Object), SPRAS (Language Key), TEXT (Description of Available Filters).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: WESC_FILT


SAP WESC_FILTT 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 MANDTCLNT3Assigned to domainMANDT
FOBJFilter Object WES_FILTER_OBJECTCHAR4WESC_FOBJWES_FILTER_OBJECTWESFOBJ
FILTERFilter for a Filter Object WES_FILTERNUMC2WESC_FILTWES_FILTER
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TEXTDescription of Available Filters WES_FILTER_TEXTCHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM WESC_FILTT
INTO CORRESPONDING FIELDS OF WA_WESC_FILTT
WHERE...

How to access SAP table WESC_FILTT

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