SAP ABAP Class CL_SALV_STC_CONVEXIT (Standards for CONVEXIT)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ATS (Application Component) ABAP Table/Tree Services
⤷
SALV_STC (Package) ALV Services for Tables: Column Catalog impl.
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_SERVICE_TYPES | Common types for ALV Service Tools | 20101220 |
Properties
| Class | CL_SALV_STC_CONVEXIT | |
| Short Description | Standards for CONVEXIT | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_STC | ALV Services for Tables: Column Catalog impl. |
| Created | 20101217 | SAP |
| Last change | 20130531 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SALV_SERVICE_TYPES | Common types for ALV Service Tools | 20101220 |
Friends
Class CL_SALV_STC_CONVEXIT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20101220 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20101220 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20101220 | |||||
| 4 | Static Attribute | Private | Type reference (TYPE) | YT_CONVEXIT_SORT | 20101217 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20101217 | ||
| 2 | Static method | Public | Method | 20101220 |
Events
Class CL_SALV_STC_CONVEXIT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_AGGREGATION_RULE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 2 | YS_CODELIST | Public | Attribute reference (LIKE) | 20101220 | |
||
| 3 | YS_CONVEXIT_SORT | Private | See coding | 20101217 | begin of ys_convexit_sort,
name type convexit,
default_criterion type y_property_value,
end of ys_convexit_sort
|
||
| 4 | YS_FILTER_RULE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 5 | YS_GROUPING_RULE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 6 | YS_GROUP_KEY | Public | Attribute reference (LIKE) | 20101220 | |
||
| 7 | YS_RANGE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 8 | YS_SORT_RULE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 9 | YT_AGGREGATION_RULE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 10 | YT_CODELIST | Public | Attribute reference (LIKE) | 20101220 | |
||
| 11 | YT_COLUMN_NAME | Public | Attribute reference (LIKE) | 20101220 | |
||
| 12 | YT_CONVEXIT_SORT | Private | See coding | 20101217 | yt_convexit_sort type standard table of ys_convexit_sort with key name
|
||
| 13 | YT_EXTERNAL_VALUE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 14 | YT_FIELD_PATH | Public | Attribute reference (LIKE) | 20101220 | |
||
| 15 | YT_FILTER_RULE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 16 | YT_FUNCTION_CODE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 17 | YT_GROUPING_RULE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 18 | YT_GROUP_KEY | Public | Attribute reference (LIKE) | 20101220 | |
||
| 19 | YT_RANGE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 20 | YT_ROW_INDEX | Public | Attribute reference (LIKE) | 20101220 | |
||
| 21 | YT_SORT_RULE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 22 | Y_COLUMN_NAME | Public | Attribute reference (LIKE) | 20101220 | |
||
| 23 | Y_FIELD_PATH | Public | Attribute reference (LIKE) | 20101220 | |
||
| 24 | Y_FORMATTING_OPTION_VALUE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 25 | Y_FUNCTION_CODE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 26 | Y_OPTION | Public | Attribute reference (LIKE) | 20101220 | |
||
| 27 | Y_PROPERTY_VALUE | Public | Attribute reference (LIKE) | 20101220 | |
||
| 28 | Y_ROW_INDEX | Public | Attribute reference (LIKE) | 20101220 | |
||
| 29 | Y_SIGN | Public | Attribute reference (LIKE) | 20101220 | |
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SALV_STC_CONVEXIT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SALV_STC_CONVEXIT has no exception.
Method GET_DEFAULT_SORT_CRITERION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FIELD_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20101220 | |||
| 2 | I_CONVEXIT | Call by reference | Type reference (TYPE) | CONVEXIT | Conversion Routine | 20101220 | |||
| 3 | R_DEFAULT_SORT_CRITERION | Value transfer | Type reference (TYPE) | Y_PROPERTY_VALUE | 20101220 |
Method GET_DEFAULT_SORT_CRITERION on class CL_SALV_STC_CONVEXIT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |