SAP ABAP Interface /XNFE/IF_ALV_CONFIG_FUNCTIONS (Configuration of ALV)
Hierarchy
☛
SLL-NFE (Software Component) xNFE
⤷
SLL-NFE-MGM (Application Component) NF-e: Communication Management & Monitoring
⤷
/XNFE/USICORE (Package) User Interface of Core Components (NF-e and CT-e)
⤷
⤷
Properties
| Interface | /XNFE/IF_ALV_CONFIG_FUNCTIONS | |
| Short Description | Configuration of ALV |
General Data
| Package | /XNFE/USICORE | User Interface of Core Components (NF-e and CT-e) |
| Created | 20111010 | SAP |
| Last changed | 20141107 | |
| Unicode checks active |
Forward declarations
Interface /XNFE/IF_ALV_CONFIG_FUNCTIONS has no forward declaration.
Interfaces
Interface /XNFE/IF_ALV_CONFIG_FUNCTIONS has no interface.
Friends
Interface /XNFE/IF_ALV_CONFIG_FUNCTIONS has no friend.
Attributes
Interface /XNFE/IF_ALV_CONFIG_FUNCTIONS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Modify ALV Functions | 20111010 |
Events
Interface /XNFE/IF_ALV_CONFIG_FUNCTIONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_COLUMN | Public | See coding | 20111010 | begin of S_COLUMN,
id type string,
editor type ref to if_salv_wd_table_cell_editor,
visible type wdy_uie_library_enum_type,
position type i,
header_ddic type wdy_uie_library_enum_type, "like if_salv_wd_c_ddic_binding=>ddic_bind,
text type string,
tooltip type string,
width type string,
align type wdy_uie_library_enum_type,
end of s_column
|
||
| 2 | S_FUNCTION | Public | See coding | 20111010 | begin of S_FUNCTION,
id type string,
function type ref to cl_salv_wd_function,
editor type ref to cl_salv_wd_fe,
enabled type abap_bool,
position type i,
visible type wdui_visibility,
end of s_function
|
||
| 3 | T_COLUMNS | Public | See coding | 20111010 | t_columns type standard table of s_column
|
||
| 4 | T_FUNCTIONS | Public | See coding | 20111010 | t_functions type standard table of s_function
|
Method Signatures
Method ADAPT_FUNCTION_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FUNCTIONS | Call by reference | Type reference (TYPE) | /XNFE/IF_ALV_CONFIG=>T_FUNCTIONS | Interne Tabelle für selbstdef. ALV Aktionen | 20111010 | |||
| 2 | IR_CONFIG | Call by reference | Object reference (TYPE REF TO) | OBJECT | Referenz der ALV Konfigurationsklasse | 20111010 | |||
| 3 | IR_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_SALV_WD_CONFIG_TABLE | Konfiguration der ALV-Ausgabe | 20111010 | |||
| 4 | IV_PARAM | Call by reference | Type reference (TYPE) | ANY | Optionaler Parameter | 20111010 |
Method ADAPT_FUNCTION_CONFIG on Interface /XNFE/IF_ALV_CONFIG_FUNCTIONS has no exception.
History
| Last changed by/on | SAP | 20141107 |
| SAP Release Created in | 900 |