WESC_FILT SAP (Available Filters on Filter Objects) Table details

Dictionary Type: Table
Description: Available Filters on Filter Objects




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




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

WESC_FILT is a standard SAP Table which is used to store Available Filters on Filter Objects data and is available within R/3 SAP systems depending on the version and release level.

The WESC_FILT table consists of various fields, each holding specific information or linking keys about Available Filters on Filter Objects data available in SAP. These include FOBJ (Filter Object), FILTER (Filter for a Filter Object), CATEGORY (Filter Type), STRUCNAME (Structure Name for the Definition of Explicit Filter).. 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 = WESC_FILTT


SAP WESC_FILT 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_FILTERNUMC2WES_FILTER
CATEGORYFilter Type WES_FILTER_CATEGORYNUMC1WES_FILTER_CATEGORY
STRUCNAMEStructure Name for the Definition of Explicit Filter WES_STRUCNAME_EXP_FILTERCHAR30DD02LAS4TAB
IMPL_CLASSImplementing Class of Complex or Implicit Filter WES_FILTER_IMPL_CLASSCHAR30SEOCLSNAMEWES_SH_FILTER_IMPL_CLASS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WESC_FILT
INTO CORRESPONDING FIELDS OF WA_WESC_FILT
WHERE...

How to access SAP table WESC_FILT

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