SAP ABAP Interface IF_ALV_CUL (Pool for Common Constants)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_GUI_CUL (Package) SAP GUI ALV Configuration - UI Parts LVC
⤷
⤷
Properties
| Interface | IF_ALV_CUL | |
| Short Description | Pool for Common Constants |
General Data
| Package | SALV_GUI_CUL | SAP GUI ALV Configuration - UI Parts LVC |
| Created | 20090127 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_ALV_CUL has no forward declaration.
Interfaces
Interface IF_ALV_CUL has no interface.
Friends
Interface IF_ALV_CUL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CON_CHANGE | Constant | Public | Type reference (TYPE) | C | '2' | 20090127 | ||
| 2 | CON_DISPLAY | Constant | Public | Type reference (TYPE) | C | '1' | 20090127 | ||
| 3 | CON_F4HELP | Constant | Public | Type reference (TYPE) | C | 'F' | 20090127 | ||
| 4 | CON_FALSE | Constant | Public | Type reference (TYPE) | C | ' ' | 20090127 | ||
| 5 | CON_LOAD | Constant | Public | Type reference (TYPE) | C | 'L' | 20090127 | ||
| 6 | CON_NOTSET | Constant | Public | Type reference (TYPE) | CHAR01 | 'D' | Character Field of Length 1 | 20090224 | |
| 7 | CON_OFF | Constant | Public | Type reference (TYPE) | I | 0 | 20090127 | ||
| 8 | CON_ON | Constant | Public | Type reference (TYPE) | I | 1 | 20090127 | ||
| 9 | CON_OPTION_BDS | Constant | Public | Type reference (TYPE) | CHAR1 | '4' | 20090127 | ||
| 10 | CON_OPTION_CUSTOM_CRYSTAL | Constant | Public | Type reference (TYPE) | CHAR1 | '6' | 20090224 | ||
| 11 | CON_OPTION_FILTER | Constant | Public | Type reference (TYPE) | CHAR1 | '2' | 20090127 | ||
| 12 | CON_OPTION_GENERIC_CRYSTAL | Constant | Public | Type reference (TYPE) | CHAR1 | '7' | 20090224 | ||
| 13 | CON_OPTION_GRAFIK | Constant | Public | Type reference (TYPE) | CHAR1 | '5' | 20090127 | ||
| 14 | CON_OPTION_SORT | Constant | Public | Type reference (TYPE) | CHAR1 | '1' | 20090127 | ||
| 15 | CON_OPTION_ZSUM | Constant | Public | Type reference (TYPE) | CHAR1 | '3' | 20090127 | ||
| 16 | CON_SAVE | Constant | Public | Type reference (TYPE) | C | 'S' | 20090127 | ||
| 17 | CON_TRUE | Constant | Public | Type reference (TYPE) | C | 'X' | 20090127 | ||
| 18 | CON_TYPE | Constant | Public | See coding | 20090210 | ||||
| 19 | CON_UCOMM_CANC | Constant | Public | Attribute reference (LIKE) | SY-UCOMM | 'CANC' | 20090211 | ||
| 20 | CON_UCOMM_CONTINUE | Constant | Public | Attribute reference (LIKE) | SY-UCOMM | 'OK' | 20090211 | ||
| 21 | CON_UCOMM_CONTINUE_CANC | Constant | Public | Attribute reference (LIKE) | SY-UCOMM | 'OKCANC' | 20090211 | ||
| 22 | C_AUTH_USPEC | Constant | Public | See coding | 20091208 | ||||
| 23 | C_PARAM | Constant | Public | See coding | 20090216 | ||||
| 24 | C_SAVE_TYPE | Constant | Public | See coding | 20091208 | ||||
| 25 | C_SYSTEM | Constant | Public | See coding | 20091208 |
Methods
Interface IF_ALV_CUL has no method.
Events
Interface IF_ALV_CUL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_SORT_RULE | Public | See coding | 20130125 | BEGIN OF ys_sort_rule,
field_name TYPE y_field_name,
descending TYPE abap_bool,
is_grouped TYPE abap_bool,
END OF ys_sort_rule
|
||
| 2 | YTS_FIELD_NAME | Public | See coding | 20130125 | yts_field_name TYPE sorted TABLE OF y_field_name WITH unique KEY table_line
|
||
| 3 | YT_FIELD_NAME | Public | See coding | 20130125 | yt_field_name TYPE STANDARD TABLE OF y_field_name WITH KEY table_line
|
||
| 4 | YT_SORT_RULE | Public | See coding | 20130125 | yt_sort_rule TYPE STANDARD TABLE OF ys_sort_rule WITH KEY field_name
|
||
| 5 | Y_FIELD_NAME | Public | Type reference (TYPE) | FIELDNAME | 20130125 | |
|
| 6 | Y_FLAG | Public | See coding | 20091208 | Y_FLAG type C length 1
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 720 |