AFWCH_FLWA SAP (AFWCH: Filter Work Structure) Structure details

Dictionary Type: Structure
Description: AFWCH: Filter Work Structure




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




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

AFWCH_FLWA 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 "AFWCH: Filter Work Structure" 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_AFWCH_FLWA TYPE AFWCH_FLWA.

The AFWCH_FLWA table consists of various fields, each holding specific information or linking keys about AFWCH: Filter Work Structure data available in SAP. These include FLID (Filter: Name), VARIANTE (Filter: Variant), FLTYP (Filter Category), RMBID (Analysis Structure).. 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: Not classified


SAP AFWCH_FLWA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
FLIDFilter: Name AFWCH_FLIDCHAR8AFWCH_FLAFWCH_FLIDFLID
VARIANTEFilter: Variant AFWCH_VARIANTENUMC8AFWCH_INDEX
FLTYPFilter Category AFWCH_FLTYPCHAR2AFWCH_FLTYP
RMBIDAnalysis Structure JBRRMBIDCHAR4JBRRMBBFJBRRMBIDRMAREA
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3JBRSIJBRSICHTIDSICHTID
FIELDNAMECharacteristic JBRMERKMLCHAR30Assigned to domainJBRGRXX
HVARIANTECharacteristics Hierarchy JBRMRKHIERCHAR3ALPHACFHVARIANT
HNODIDHierarchy node number CFHIKEYNUMC8HIKEY
AUTGRAuthorization Group TV_AUTGRCHAR4VTVAUTGRTV_AUTGR
TEXTFilter: Description AFWCH_TEXTCHAR30TEXT30
CRUSERCreated By AFW_CRUSERCHAR12USR02XUBNAME
CRTSTPTime Stamp AFW_TIMESTPNUMC14SYTSTP
UPUSERLast Changed By AFW_UPUSERCHAR12Assigned to domainXUBNAME
UPTSTPTime Stamp AFW_TIMESTPNUMC14SYTSTP
CDATECreated On AFW_CRDATEDATS8
UDATEChange Date AFW_UPDATEDATS8
SINGLEIndicator AFWCH_FLAGCHAR1
OKCODEFunction code CGSOKCODCHAR4CHAR4
FLAG_EXISTIndicator AFWCH_FLAGCHAR1
FLAG_AUTHReturn Code SYSUBRCINT410SYST_SHORT
FLAG_AUXIndicator AFWCH_FLAGCHAR1
FLAG_OBJ_ATTRFilter Object: Attributes AFWCH_FLAG_ATTRCHAR1CHAR1_X
FLAG_OBJ_SELEFilter Object: Selections AFWCH_FLAG_SELECHAR1CHAR1_X
FLAG_OBJ_TESTSLIndicator AFWCH_FLAGCHAR1
TABNAMEBP: Table name (screen) BU_DYNPTABCHAR30CHAR30
SELKINDIndicator AFWCH_FLAGCHAR1
SELDISPIndicator AFWCH_FLAGCHAR1
NINDEXFilter: Index AFWCH_INDEXNUMC8AFWCH_INDEX
MININDEXFilter: Index AFWCH_INDEXNUMC8AFWCH_INDEX
MAXINDEXFilter: Index AFWCH_INDEXNUMC8AFWCH_INDEX
INTVIEWIndicator AFWCH_FLAGCHAR1
TESTMODUSStatus of Filter AFWCH_STATUSCHAR1AFWCH_STATUS
REF_FLIDFilter: Name AFWCH_FLIDCHAR8Assigned to domainAFWCH_FLIDFLID
STATUS_RESETStatus for Historical Variants AFWCH_STAT_HISCHAR1AFWCH_STATUS_HIS
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
TESTVARIANTEFilter: Variant AFWCH_VARIANTENUMC8AFWCH_INDEX

Key field Non-key field



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

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

How to access SAP table AFWCH_FLWA

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