SAP ABAP Class CL_SALV_GUI_LAYOUT_IDA (Personalizable Layout for IDA ALV)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_IDA_IMPL (Package) ALV: Development for IDA No Translation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ALV_CML_LAYOUT_EDITOR | Interface for Layout: SortRules,FilterRules,Visibility,... | 20130305 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_GUI_GRID_LAYOUT_EDITOR | Interface for Layout: SortRules,FilterRules,Visibility,... | 20120904 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_GUI_LAYOUT_PERSISTENCE | IDA API Layout Persistence for ALV | 20130307 |
Properties
| Class | CL_SALV_GUI_LAYOUT_IDA | |
| Short Description | Personalizable Layout for IDA ALV | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_IDA_IMPL | ALV: Development for IDA No Translation |
| Created | 20120829 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ALV_CML_LAYOUT_EDITOR | Interface for Layout: SortRules,FilterRules,Visibility,... | 20130305 | ||
| 2 | IF_SALV_GUI_GRID_LAYOUT_EDITOR | Interface for Layout: SortRules,FilterRules,Visibility,... | 20120904 | ||
| 3 | IF_SALV_GUI_LAYOUT_PERSISTENCE | IDA API Layout Persistence for ALV | 20130307 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | TC_SALV_GUI_AUNIT_FRIEND_IDA | 20131212 | Friend for AUnit Tests |
Attributes
Methods
Events
Class CL_SALV_GUI_LAYOUT_IDA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FIELD_UI_INFO | Public | See coding | 20120904 | BEGIN OF ys_field_ui_info,
field_name TYPE cl_salv_gui_field_catalog_ida=>y_field_name,
aggregation_type TYPE char3, "' '=Default, N= No, Y=YES
group_level TYPE sytabix,
column_width TYPE outputlen,
END OF ys_field_ui_info
|
||
| 2 | YTS_FIELD_UI_INFO | Protected | See coding | 20120904 | yts_field_ui_info TYPE SORTED TABLE OF ys_field_ui_info WITH UNIQUE KEY field_name
|
||
| 3 | YT_FIELD_UI_INFO | Public | See coding | 20120904 | yt_field_ui_info TYPE STANDARD TABLE OF ys_field_ui_info WITH DEFAULT KEY
|
Method Signatures
Method CHECK_VIS_2_AVAIL_FIELDS Signature
Method CHECK_VIS_2_AVAIL_FIELDS on class CL_SALV_GUI_LAYOUT_IDA has no parameter.
Method CHECK_VIS_2_AVAIL_FIELDS on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_SALV_GUI_FIELD_CATALOG_IDA | Implementation of IDA ALV field catalog | 20120904 | |||
| 2 | IO_STANDARD_FUNCTIONS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_GUI_STD_FUNCTIONS_IDA | Availablity of Standard Functions | 20130705 | |||
| 3 | IO_USER_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_SALV_GUI_USER_ACTION_READER | 20130927 | ||||
| 4 | IS_LAYOUT_ID | Call by reference | Type reference (TYPE) | IF_ALV_CML_LAYOUT_HANDLER=>YS_LTDXID | 20130305 | ||||
| 5 | IS_VARIANT | Call by reference | Type reference (TYPE) | DISVARIANT | Layout (External Use) | 20130305 | |||
| 6 | I_DEFAULT_HANDLING_ALLOWED | Call by reference | Type reference (TYPE) | IF_ALV_CUL=>Y_FLAG | 20130305 | ||||
| 7 | I_SAVE_TYPE | Call by reference | Type reference (TYPE) | IF_ALV_CUL=>Y_FLAG | 20130305 |
Method CONSTRUCTOR on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method CREATE_MTS_UI_INFO Signature
Method CREATE_MTS_UI_INFO on class CL_SALV_GUI_LAYOUT_IDA has no parameter.
Method CREATE_MTS_UI_INFO on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method CREATE_SNAPSHOT Signature
Method CREATE_SNAPSHOT on class CL_SALV_GUI_LAYOUT_IDA has no parameter.
Method CREATE_SNAPSHOT on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method FIELDCATALOG_TO_KKBLO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELDCAT_KKBLO | Call by reference | Type reference (TYPE) | KKBLO_T_FIELDCAT | 20130305 | ||||
| 2 | ET_FILTER_KKBLO | Call by reference | Type reference (TYPE) | KKBLO_T_FILTER | 20130305 | ||||
| 3 | ET_SORT_KKBLO | Call by reference | Type reference (TYPE) | KKBLO_T_SORTINFO | 20130305 |
Method FIELDCATALOG_TO_KKBLO on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method GET_ATS_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AGGREGATION_RULES | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_AGGREGATION_RULE | 20120904 | ||||
| 2 | ET_FILTER_RULES | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_FILTER_RULE | 20120904 | ||||
| 3 | ET_GROUPING_RULES | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_GROUPING_RULE | 20120904 | ||||
| 4 | ET_SORT_RULES | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_SORT_RULE | 20120904 |
Method GET_ATS_RULES on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method GET_DEFAULT_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_DEFAULT_LAYOUT | Value transfer | Object reference (TYPE REF TO) | IF_SALV_GUI_LAYOUT_IDA | Personalizable Layout for ALV on HDB | 20120904 |
Method GET_DEFAULT_LAYOUT on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method GET_FIELD_FOR_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_NAME | Value transfer | Type reference (TYPE) | CL_SALV_GUI_FIELD_CATALOG_IDA=>Y_FIELD_NAME | 20120910 | ||||
| 2 | LEVEL | Call by reference | Type reference (TYPE) | I | 20120910 |
Method GET_FIELD_FOR_LEVEL on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method GET_MAX_GROUPING_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INCLUDING_GRAND_TOTAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120904 | |||
| 2 | MAX_LEVEL | Value transfer | Type reference (TYPE) | I | 20120904 |
Method GET_MAX_GROUPING_LEVEL on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method GET_T_GROUP_KEY_FOR_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP_KEY | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_GROUP_KEY | 20121022 | ||||
| 2 | LEVEL | Call by reference | Type reference (TYPE) | I | 20121022 |
Method GET_T_GROUP_KEY_FOR_LEVEL on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method MERGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIRST_TIME | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120904 |
Method MERGE on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method ON_STANDARD_FUNCTION_CHANGED Signature
Method ON_STANDARD_FUNCTION_CHANGED on class CL_SALV_GUI_LAYOUT_IDA has no parameter.
Method ON_STANDARD_FUNCTION_CHANGED on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method RELEASE Signature
Method RELEASE on class CL_SALV_GUI_LAYOUT_IDA has no parameter.
Method RELEASE on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method ROLLBACK_FROM_SNAPSHOT Signature
Method ROLLBACK_FROM_SNAPSHOT on class CL_SALV_GUI_LAYOUT_IDA has no parameter.
Method ROLLBACK_FROM_SNAPSHOT on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method SET_F4_VALUE_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_F4_VALUE_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_SALV_GUI_F4_VALUE_PROVIDER | 20140214 |
Method SET_F4_VALUE_PROVIDER on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method SET_FIELDCATALOG_FROM_KKBLO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELDCAT_KKBLO | Value transfer | Type reference (TYPE) | KKBLO_T_FIELDCAT | 20130305 | ||||
| 2 | IT_FILTER_KKBLO | Value transfer | Type reference (TYPE) | KKBLO_T_FILTER | 20130305 | ||||
| 3 | IT_SORT_KKBLO | Value transfer | Type reference (TYPE) | KKBLO_T_SORTINFO | 20130305 |
Method SET_FIELDCATALOG_FROM_KKBLO on class CL_SALV_GUI_LAYOUT_IDA has no exception.
Method SET_GROUPING_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SORT_RULE | Call by reference | Type reference (TYPE) | IF_SALV_GUI_TYPES_IDA=>YT_SORT_RULE | 20120904 |
Method SET_GROUPING_INFO on class CL_SALV_GUI_LAYOUT_IDA has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |