SAP ABAP Class CL_SALV_STC_CVROOT (Root class for all field converters)
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 | 20110201 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_STC_FIELD_CONVERTER | Generic Field Converter Interface | 20110201 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_STU_INTERNAL_TYPES | internal types for ALV services | 20110201 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_STC_CV | Root: field converters for single fields | 20110201 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_STC_CVFR | Root: field converters for fields with fixed reference value | 20130531 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_STC_CVR | Root: field converters for fields with reference fields | 20110201 |
Properties
Class | CL_SALV_STC_CVROOT | |
Short Description | Root class for all field converters | |
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 | 20110201 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SALV_STC_CVROOT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SALV_SERVICE_TYPES | Common types for ALV Service Tools | 20110201 | ||
2 | IF_SALV_STC_FIELD_CONVERTER | Generic Field Converter Interface | 20110201 | ||
3 | IF_SALV_STU_INTERNAL_TYPES | internal types for ALV services | 20110201 |
Friends
Class CL_SALV_STC_CVROOT 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) | 20110201 | ||||
2 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20110201 | ||||
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20110201 | ||||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20110201 | ||||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | Y_AUX_FIELD_ID | 20110201 | |||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | Y_FIELD_PATH | 20110201 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20110530 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20110201 | |
2 | ![]() |
Instance method | Public | Method | 20110201 | |
3 | ![]() |
Instance method | Public | Method | 20110201 | |
4 | ![]() |
Instance method | Protected | Method | 20110201 | |
5 | ![]() |
Instance method | Protected | Method | 20110201 | |
6 | ![]() |
Instance method | Public | Method | 20110201 |
Events
Class CL_SALV_STC_CVROOT has no event.
Types
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AUX_FIELD_ID | Call by reference | Type reference (TYPE) | Y_AUX_FIELD_ID | 20110201 | |||
2 | ![]() |
I_FIELD_PATH | Call by reference | Type reference (TYPE) | Y_FIELD_PATH | 20110201 | |||
3 | ![]() |
I_OUTPUT_LENGTH | Call by reference | Type reference (TYPE) | I | 20110530 |
Method CONSTRUCTOR on class CL_SALV_STC_CVROOT has no exception.
Method CONVERT_TABLE Signature
Method CONVERT_TABLE on class CL_SALV_STC_CVROOT has no parameter.
Method CONVERT_TABLE on class CL_SALV_STC_CVROOT has no exception.
Method CONVERT_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_AUX_VALUE | Call by reference | Type reference (TYPE) | DATA | 20110201 | |||
2 | ![]() |
I_SRC_VALUE | Call by reference | Type reference (TYPE) | DATA | 20110201 | |||
3 | ![]() |
I_SUPPL_VALUE | Call by reference | Type reference (TYPE) | DATA | 20110201 |
Method CONVERT_VALUE on class CL_SALV_STC_CVROOT has no exception.
Method GET_AUX_FIELD_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_AUX_FIELD_MAPPING | Call by reference | Type reference (TYPE) | YTS_AUX_FIELD_MAPPING | 20110201 | |||
2 | ![]() |
I_AUX_FIELD_ID | Call by reference | Type reference (TYPE) | Y_AUX_FIELD_ID | 20110201 | |||
3 | ![]() |
R_COMP_NAME | Value transfer | Type reference (TYPE) | Y_FIELD_PATH | 20110201 |
Method GET_AUX_FIELD_NAME on class CL_SALV_STC_CVROOT has no exception.
Method GET_SRC_FIELD_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_SRC_FIELD_MAPPING | Call by reference | Type reference (TYPE) | YTS_SRC_FIELD_MAPPING | 20110201 | |||
2 | ![]() |
I_SRC_FIELD_PATH | Call by reference | Type reference (TYPE) | Y_FIELD_PATH | 20110201 | |||
3 | ![]() |
R_COMP_NAME | Value transfer | Type reference (TYPE) | Y_FIELD_PATH | 20110201 |
Method GET_SRC_FIELD_NAME on class CL_SALV_STC_CVROOT has no exception.
Method SET_AUX_FIELD_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AUX_FIELD_ID | Call by reference | Type reference (TYPE) | Y_AUX_FIELD_ID | 20110201 |
Method SET_AUX_FIELD_ID on class CL_SALV_STC_CVROOT has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 731 |