SAP ABAP Class CL_SALV_GUI_FIELD_CATALOG_IDA (Implementation of IDA ALV field catalog)
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_SALV_GUI_FIELD_CATALOG_IDA | IDA API Field Catalog Manipulation Object | 20120904 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_GUI_FIELD_DISPLAY_OPT | IDA ALV : Display Options for a Field | 20130916 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_STC_COL_CONFIGURATOR | Call Back for Column Catalog Consumer | 20140303 |
Properties
| Class | CL_SALV_GUI_FIELD_CATALOG_IDA | |
| Short Description | Implementation of IDA ALV field catalog | |
| 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
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SALV_GUI_FIELD_CATALOG_IDA | IDA API Field Catalog Manipulation Object | 20120904 | ||
| 2 | IF_SALV_GUI_FIELD_DISPLAY_OPT | IDA ALV : Display Options for a Field | 20130916 | ||
| 3 | IF_SALV_STC_COL_CONFIGURATOR | Call Back for Column Catalog Consumer | 20140303 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | TC_SALV_GUI_AUNIT_FRIEND_IDA | 20131212 | Friend for AUnit Tests |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SALV_STC_COL_CONFIGURATOR | 20140303 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SALV_IDA_STRUCTDESCR_PROV | Wrapper of SADL entity | 20131031 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | YTS_FIELD_NAMES | 20121207 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | YTS_FIELD_NAMES | 20121207 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | YTS_FIELD_DISPLAY_INFO | 20131130 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | YTS_LVC_FCAT | 20131130 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20140304 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120904 | ||
| 2 | Instance method | Public | Method | 20120904 | ||
| 3 | Instance method | Public | Method | 20131130 | ||
| 4 | Instance method | Protected | Method | 20121220 | ||
| 5 | Instance method | Public | Method | 20131130 | ||
| 6 | Instance method | Public | Method | 20131130 | ||
| 7 | Instance method | Public | Method | 20131112 | ||
| 8 | Instance method | Public | Method | 20131130 | ||
| 9 | Instance method | Public | Method | 20131130 | ||
| 10 | Instance method | Public | Method | 20140304 | ||
| 11 | Instance method | Public | Method | 20130926 |
Events
Class CL_SALV_GUI_FIELD_CATALOG_IDA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FIELD_DISPLAY_INFO | Public | See coding | 20131130 | begin of ys_field_display_info,
field_name type y_field_name,
is_sort_allowed type abap_bool,
is_filter_allowed type abap_bool,
is_text_search_allowed type abap_bool,
is_aggregation_allowed type abap_bool,
style type lvc_style,
ts_icon_tooltip type if_salv_gui_types_ida=>yts_icon_tooltip,
hide_if_value_is_initial type abap_bool,
use_standard_icon_tooltip type abap_bool,
end of ys_field_display_info
|
||
| 2 | YTS_FIELD_DISPLAY_INFO | Protected | See coding | 20131130 | yts_field_display_info type sorted table of ys_field_display_info with unique key field_name
|
||
| 3 | YTS_FIELD_NAMES | Protected | See coding | 20131130 | yts_field_names type sorted table of y_field_name with unique key table_line
|
||
| 4 | YTS_LVC_FCAT | Protected | See coding | 20131130 | yts_lvc_fcat type sorted table of lvc_s_fcat with unique key fieldname
|
||
| 5 | Y_FIELD_NAME | Public | Type reference (TYPE) | IF_SALV_GUI_TYPES_IDA=>Y_FIELD_NAME | 20120904 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_STRUCTDESCR_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_SALV_IDA_STRUCTDESCR_PROV | 20131031 |
Method CONSTRUCTOR on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method CREATE_RESULT_TABLE_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20120904 |
Method CREATE_RESULT_TABLE_CONTAINER on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method GET_ALLOWED_SERVICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_NAME | Call by reference | Type reference (TYPE) | CL_SALV_GUI_FIELD_CATALOG_IDA=>Y_FIELD_NAME | 20131130 | ||||
| 2 | IS_AGGREGATION_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131130 | ||||
| 3 | IS_FILTER_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131130 | ||||
| 4 | IS_GROUP_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131130 | ||||
| 5 | IS_ROW_MERGE_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131130 | ||||
| 6 | IS_SORT_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131130 | ||||
| 7 | IS_TEXT_SEARCH_ALLOWED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140530 |
Method GET_ALLOWED_SERVICES on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method GET_DATA_ELEMENT_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA_ELEMENT_NAME | Call by reference | Type reference (TYPE) | IF_SALV_GUI_TYPES_IDA=>Y_FIELD_NAME | 20121220 | ||||
| 2 | RS_DATA_ELEMENT_DESCR | Value transfer | Type reference (TYPE) | DD04V | Generated Table for View | 20121220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Unknown name: FieldName,DataElementName,... | 20121220 |
Method GET_FIELD_DISPLAY_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_FIELD_DISPLAY_INFO | Call by reference | Type reference (TYPE) | YS_FIELD_DISPLAY_INFO | 20131130 | ||||
| 2 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20131130 |
Method GET_FIELD_DISPLAY_INFO on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method GET_LVC_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_NAME | Call by reference | Type reference (TYPE) | CL_SALV_GUI_FIELD_CATALOG_IDA=>Y_FIELD_NAME | 20131130 | ||||
| 2 | S_FIELDCATALOG | Call by reference | Type reference (TYPE) | LVC_S_FCAT | 20131130 |
Method GET_LVC_STRUCTURE on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method GET_STRUCTDESCR_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_STRUCTDESCR_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_SALV_IDA_STRUCTDESCR_PROV | 20131112 |
Method GET_STRUCTDESCR_PROVIDER on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method IS_RIGHT_ALIGNED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_RIGHT_ALIGNED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131130 | ||||
| 2 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20131130 |
Method IS_RIGHT_ALIGNED on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method IS_SELECTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20131130 | ||||
| 2 | RV_IS_SELECTABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131130 |
Method IS_SELECTABLE on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method LOCK_FOR_DISPLAY Signature
Method LOCK_FOR_DISPLAY on class CL_SALV_GUI_FIELD_CATALOG_IDA has no parameter.
Method LOCK_FOR_DISPLAY on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
Method TRIGGER_EVENT_CELL_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ROW_DATA | Value transfer | Object reference (TYPE REF TO) | IF_SALV_GUI_ROW_DATA_IDA | 20130926 | ||||
| 2 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | IF_SALV_GUI_TYPES_IDA=>Y_FIELD_NAME | 20130926 |
Method TRIGGER_EVENT_CELL_ACTION on class CL_SALV_GUI_FIELD_CATALOG_IDA has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |