WESD_APPL_FILT SAP (Definition of Explicit Filters) Table details

Dictionary Type: Table
Description: Definition of Explicit Filters




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




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

WESD_APPL_FILT is a standard SAP Table which is used to store Definition of Explicit Filters data and is available within R/3 SAP systems depending on the version and release level.

The WESD_APPL_FILT table consists of various fields, each holding specific information or linking keys about Definition of Explicit Filters data available in SAP. These include APPL (Application), FOBJ (Filter Object), SERV_IMPL (Service Implementation), TABNAME (Table Name).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WESD_APPL_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
APPLApplication WES_APPLCHAR5WESC_APPL_FOBJWES_APPLWESAPPL
FOBJFilter Object WES_FILTER_OBJECTCHAR4WESC_FOBJWES_FILTER_OBJECTWESFOBJ
SERV_IMPLService Implementation WES_SERV_IMPLCHAR4WESC_APPL_IMPLWES_SERV_IMPLWESSERVIMPL
TABNAMETable Name TABNAMECHAR30DD02LAS4TABDTB
FIELDField Name FIELDNAMECHAR30DD03LFDNAMEDFD
LFDNRSequence Number WES_LFDNRNUMC4
SIGNABAP: ID: I/E (include/exclude values) TVARV_SIGNCHAR1SYCHAR01
OPTABAP: Selection option (EQ/BT/CP/...) TVARV_OPTICHAR2SYCHAR02
LOW'Generic' SELECT-OPTION for Dynamic Selections RSDSSELOP_CHAR45RSDSSELOPT
HIGH'Generic' SELECT-OPTION for Dynamic Selections RSDSSELOP_CHAR45RSDSSELOPT
TS_DATE_TIMETime Stamp: Date and Time WES_DATE_TIMEDEC15WES_DATE_TIME
TS_PROGABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TS_USERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WESD_APPL_FILT
INTO CORRESPONDING FIELDS OF WA_WESD_APPL_FILT
WHERE...

How to access SAP table WESD_APPL_FILT

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