SAP ABAP Interface IF_SALV_WD_FIELD_SETTINGS (Settings for the Fields of the Internal Data Table)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_CONFIG (Package) SALV WD Configuration
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20040909
Properties
Interface IF_SALV_WD_FIELD_SETTINGS  
Short Description Settings for the Fields of the Internal Data Table    
General Data
Package SALV_WD_CONFIG   SALV WD Configuration 
Created 20020903   SAP 
Last changed 20071217   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_SALV_WD_FIELD_SETTINGS has no interface.
Friends
Interface IF_SALV_WD_FIELD_SETTINGS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AGGR_BEFORE_ITEMS Instance attribute Public Type reference (TYPE) ABAP_BOOL 20041201
2 COUNT_RECORDS Instance attribute Public Type reference (TYPE) ABAP_BOOL 20041229
3 EXPAND_LEVEL Instance attribute Public Type reference (TYPE) I 20041222
4 FILTER_IGNORING_CASE Instance attribute Public Type reference (TYPE) ABAP_BOOL 20070530
5 GROUP_AGGR_COLLAPSED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20051114
6 GROUP_AGGR_DISPLAYED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20051114
7 T_FIELDS Instance attribute Public Type reference (TYPE) SALV_WD_T_FIELD_REF SALV_WD_T_FIELD_REF 20041201
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_FIELD Instance method Public Method Generates the Object of a Field in the Internal Data Table 20041223
2 DELETE_FIELD Instance method Public Method Deletes the Object of a Field in the Internal Data Table 20041223
3 DELETE_FIELDS Instance method Public Method Deletes All Field Objects in the Internal Data Table 20061116
4 GET_AGGR_BEFORE_ITEMS Instance method Public Method Shows Where the Results Row of the Aggregation Is Located 20041007
5 GET_EXPAND_LEVEL Instance method Public Method Returns the Level During Drilldown of Subtotals 20041222
6 GET_FIELD Instance method Public Method Returns the Object of a Field 20040909
7 GET_FIELDS Instance method Public Method Returns the Objects of All Fields 20040909
8 GET_GROUP_AGGR_COLLAPSED Instance method Public Method Indicates Whether Interim Results Are Aggregated 20051114
9 GET_GROUP_AGGR_DISPLAYED Instance method Public Method Checks Whether Interim Results Are Displayed 20051114
10 IS_COUNT_RECORDS_ENABLED Instance method Public Method Shows Whether Number of Data Records Is Displayed 20041229
11 IS_FILTER_IGNORING_CASE Instance method Public Method States Whether Filtering Is Case-Sensitive 20070530
12 SET_AGGR_BEFORE_ITEMS Instance method Public Method Places the Results Row Above the Data Records 20041007
13 SET_COUNT_RECORDS_ENABLED Instance method Public Method Counts Data Records and Displays Result 20041229
14 SET_EXPAND_LEVEL Instance method Public Method Sets the Level at Drilldown of Subtotals 20041222
15 SET_FILTER_IGNORING_CASE Instance method Public Method Defines That Upper/Lowercase Is Ignored for Filtering 20070530
16 SET_GROUP_AGGR_COLLAPSED Instance method Public Method Aggregates Interim Results to Highest Level 20051114
17 SET_GROUP_AGGR_DISPLAYED Instance method Public Method Displays Interim Results 20051114
Events
Interface IF_SALV_WD_FIELD_SETTINGS has no event.
Types
Interface IF_SALV_WD_FIELD_SETTINGS has no local type.
Method Signatures

Method CREATE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) STRING 20041223
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FIELD 20041223

Method CREATE_FIELD on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method DELETE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) STRING 20041223

Method DELETE_FIELD on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method DELETE_FIELDS Signature

Method DELETE_FIELDS on Interface IF_SALV_WD_FIELD_SETTINGS has no parameter.
Method DELETE_FIELDS on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method GET_AGGR_BEFORE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20041007

Method GET_AGGR_BEFORE_ITEMS on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method GET_EXPAND_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) I 20041222

Method GET_EXPAND_LEVEL on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method GET_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) STRING 20040909
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_WD_FIELD 20040909

Method GET_FIELD on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_WD_T_FIELD_REF SALV_WD_T_FIELD_REF 20040909

Method GET_FIELDS on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method GET_GROUP_AGGR_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20051114

Method GET_GROUP_AGGR_COLLAPSED on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method GET_GROUP_AGGR_DISPLAYED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20051114

Method GET_GROUP_AGGR_DISPLAYED on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method IS_COUNT_RECORDS_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20041229

Method IS_COUNT_RECORDS_ENABLED on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method IS_FILTER_IGNORING_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20070530

Method IS_FILTER_IGNORING_CASE on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method SET_AGGR_BEFORE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041007

Method SET_AGGR_BEFORE_ITEMS on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method SET_COUNT_RECORDS_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041229

Method SET_COUNT_RECORDS_ENABLED on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method SET_EXPAND_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 0 20041222

Method SET_EXPAND_LEVEL on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method SET_FILTER_IGNORING_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070530

Method SET_FILTER_IGNORING_CASE on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method SET_GROUP_AGGR_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20051114

Method SET_GROUP_AGGR_COLLAPSED on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.

Method SET_GROUP_AGGR_DISPLAYED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20051114

Method SET_GROUP_AGGR_DISPLAYED on Interface IF_SALV_WD_FIELD_SETTINGS has no exception.
History
Last changed by/on SAP  20071217 
SAP Release Created in 700