SAP ABAP Class CL_SALV_FUNCTIONAL_SETTINGS (Definition of Functionality)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_OM_METADATA (Package) ALV: Meta Data

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_METADATA_BASE | ALV: Basis Class Meta Data | 20040219 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_C_BUFFER | ALV: Buffer Setting Constants | 20040127 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_C_SELECTION_MODE | ALV: Selection Mode | 20040308 |
Properties
Class | CL_SALV_FUNCTIONAL_SETTINGS | |
Short Description | Definition of Functionality | |
Super Class | CL_SALV_METADATA_BASE | ALV: Basis Class Meta Data |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SALV_OM_METADATA | ALV: Meta Data |
Created | 20040120 | SAP |
Last change | 20110908 | 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 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SALV_C_BUFFER | ALV: Buffer Setting Constants | 20040127 | ||
2 | IF_SALV_C_SELECTION_MODE | ALV: Selection Mode | 20040308 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SALV_ADAPTER | 20040308 | ALV: Basis Class Adapter | |
2 | CL_SALV_CONTROLLER | 20040221 | ALV: Abstract Controller | |
3 | CL_SALV_SERVICE_LAYOUT_DB | 20040308 | ALV: Database Layout |
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20040224 |
2 | ![]() |
Instance method | Public | Method | Get Buffer Setting | 20040127 |
3 | ![]() |
Instance method | Public | Method | Get Dropdown Objects | 20040224 |
4 | ![]() |
Instance method | Public | Method | Get Function Code for F2 (in list mode) | 20040120 |
5 | ![]() |
Instance method | Public | Method | Get Hyperlink Objects | 20040224 |
6 | ![]() |
Instance method | Public | Method | Get Field Groups | 20100430 |
7 | ![]() |
Instance method | Public | Method | Get Tooltip Objects | 20040224 |
8 | ![]() |
Instance method | Public | Method | Get Function Name for SAP Query | 20040120 |
9 | ![]() |
Instance method | Public | Method | Check Whether Report/Report Interface Active | 20040120 |
10 | ![]() |
Instance method | Public | Method | Check Whether One Click on Title Sorts Column | 20040130 |
11 | ![]() |
Instance method | Public | Method | Check Whether SAP Query Active | 20040120 |
12 | ![]() |
Instance method | Public | Method | Set Buffer Setting | 20040127 |
13 | ![]() |
Instance method | Public | Method | Set Function Code for F2 (in List Mode) | 20040120 |
14 | ![]() |
Instance method | Public | Method | Set Report/Report Interface to Active | 20040120 |
15 | ![]() |
Instance method | Public | Method | Sort with One Click on Column Title | 20040130 |
16 | ![]() |
Instance method | Public | Method | Activate SAP Query | 20040120 |
17 | ![]() |
Instance method | Public | Method | Set Function Name for SAP Query | 20040120 |
Events
Class CL_SALV_FUNCTIONAL_SETTINGS has no event.
Types
Class CL_SALV_FUNCTIONAL_SETTINGS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CONTROLLER_METADATA | ALV: abstrakter Controller | 20040224 |
Method CONSTRUCTOR on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method GET_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | SALV_DE_BUFFER | Puffereinstellung | 20040127 |
Method GET_BUFFER on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method GET_DROPDOWNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_DROPDOWNS | Im ALV verwendete Hyperlinks | 20040224 |
Method GET_DROPDOWNS on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method GET_F2_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | SYUCOMM | Bildschirmbilder, Funktionscode, der PAI ausgelöst hat | 20040120 |
Method GET_F2_CODE on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method GET_HYPERLINKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_HYPERLINKS | Im ALV verwendete Hyperlinks | 20040224 |
Method GET_HYPERLINKS on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method GET_SPECIFIC_GROUPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_SPECIFIC_GROUPS | ALV-Control: Tabelle der Feldgruppen | 20100507 |
Method GET_SPECIFIC_GROUPS on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method GET_TOOLTIPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_TOOLTIPS | 20040224 |
Method GET_TOOLTIPS on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method GET_XI_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | AQS_XIKEY | SAP Query (S): Name einer Funktion (erweiterte Ablage) | 20040120 |
Method GET_XI_KEY on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method IS_REPREP_INTERFACE_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040120 |
Method IS_REPREP_INTERFACE_ACTIVE on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method IS_SORT_ON_HEADER_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040130 |
Method IS_SORT_ON_HEADER_CLICK on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method IS_XI_DIRECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040120 |
Method IS_XI_DIRECT on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method SET_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SALV_DE_BUFFER | Puffereinstellung | 20040127 |
Method SET_BUFFER on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method SET_F2_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SYUCOMM | Bildschirmbilder, Funktionscode, der PAI ausgelöst hat | 20040120 |
Method SET_F2_CODE on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method SET_REPREP_INTERFACE_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SAP_BOOL | ABAP_TRUE | boolsche Variable (X=true, space=false) | 20040120 |
Method SET_REPREP_INTERFACE_ACTIVE on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method SET_SORT_ON_HEADER_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SAP_BOOL | ABAP_TRUE | boolsche Variable (X=true, space=false) | 20040130 |
Method SET_SORT_ON_HEADER_CLICK on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method SET_XI_DIRECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040120 |
Method SET_XI_DIRECT on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
Method SET_XI_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | AQS_XIKEY | SAP Query (S): Name einer Funktion (erweiterte Ablage) | 20040120 |
Method SET_XI_KEY on class CL_SALV_FUNCTIONAL_SETTINGS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |