SAP ABAP Class CL_AFWCH_FILTER_SERVICES (Display Filters etc.)
Hierarchy
☛
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
⤷
FIN-FSCM-TRM-AN (Application Component) Analyzer
⤷
CFM_AFWCH (Package) CFM Analyzer Characteristic Management
⤷
⤷
Properties
| Class | CL_AFWCH_FILTER_SERVICES | |
| Short Description | Display Filters etc. | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFM_AFWCH | CFM Analyzer Characteristic Management |
| Created | 20000907 | SAP |
| Last change | 20040819 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_AFWCH_FILTER_SERVICES has no interface implemented.
Friends
Class CL_AFWCH_FILTER_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'BT' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 2 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'CP' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 3 | Constant | Private | Type reference (TYPE) | AFWCH_FLTYP | 'CX' | 20041008 | |||
| 4 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'EQ' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 5 | Constant | Private | Type reference (TYPE) | TVARV_SIGN | 'E' | ABAP: ID: I/E (include/exclude values) | 20001204 | ||
| 6 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'GE' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 7 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'GT' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 8 | Constant | Private | Type reference (TYPE) | TVARV_SIGN | 'I' | ABAP: ID: I/E (include/exclude values) | 20001204 | ||
| 9 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'LE' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 10 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'LT' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 11 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'NB' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 12 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'NE' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 13 | Constant | Private | Type reference (TYPE) | TVARV_OPTI | 'NP' | ABAP: Selection option (EQ/BT/CP/...) | 20001204 | ||
| 14 | Constant | Private | Type reference (TYPE) | XFELD | 'X' | 20041008 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Displays Filter in a Dialog Box (Combinations Expanded) | 20001227 | |
| 2 | Static method | Public | Method | Displays Filter in a Dialog Box Menu | 20001227 | |
| 3 | Static method | Public | Method | Supplies ICON for Selection Criterion | 20001204 |
Events
Class CL_AFWCH_FILTER_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTYP_OUTTAB | Private | Type reference (TYPE) | AFWCH_FL_T | ALV Display Table | 20000907 | |
| 2 | LTYP_OUTTAB_COMBI | Private | See coding | 20040916 | BEGIN OF LTYP_OUTTAB_COMBI.
INCLUDE TYPE AFWCH_S_FLC.
TYPES: combi_flid TYPE afwch_flid,
logopf TYPE sychar04,
color(4) TYPE c,
tabcolor TYPE slis_t_specialcol_alv,
END OF LTYP_OUTTAB_COMBI
|
||
| 3 | LTYP_OUTTAB_COMBI_T | Private | See coding | 20040916 | LTYP_OUTTAB_COMBI_T TYPE TABLE OF LTYP_OUTTAB_COMBI
|
Method Signatures
Method POPUP_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FL | Call by reference | Type reference (TYPE) | AFWCH_FL_T | AFWCH: Filter Arbeitsstruktur | 20001227 | |||
| 2 | I_CUST | Call by reference | Type reference (TYPE) | AFWCH_FLAG_SELE | Filterobjekt: Customizingselektionen | 20040308 | |||
| 3 | I_TEST | Call by reference | Type reference (TYPE) | AFWCH_FLAG_SELE | Testselektionen | 20040308 | |||
| 4 | I_VARIANTE | Call by reference | Type reference (TYPE) | AFWCH_VARIANTE | Historie | 20040318 |
Method POPUP_DISPLAY on class CL_AFWCH_FILTER_SERVICES has no exception.
Method POPUP_DISPLAY_OLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FL | Call by reference | Type reference (TYPE) | AFWCH_FL_T | Tabelle von Filterinformationen | 20001227 |
Method POPUP_DISPLAY_OLD on class CL_AFWCH_FILTER_SERVICES has no exception.
Method SELOPTION2ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ICON | Value transfer | Type reference (TYPE) | AFWCH_S_FLC-CSEL_ICON | CHAR04-Datenelement fuer SYST | 20001204 | |||
| 2 | IS_SELOPT | Call by reference | Type reference (TYPE) | RSDSSELOPT | Struktur der generischen SELECT-OPTION dynam. Selektionen | 20001204 |
Method SELOPTION2ICON on class CL_AFWCH_FILTER_SERVICES has no exception.
History
| Last changed by/on | SAP | 20040819 |
| SAP Release Created in | 462_10 |