SAP ABAP Class CL_SALV_STC_CVR_AM2NORM (Conversion AMOUNT to normalized)
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 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_STC_CVR | Root: field converters for fields with reference fields | 20110107 |
Properties
| Class | CL_SALV_STC_CVR_AM2NORM | |
| Short Description | Conversion AMOUNT to normalized | |
| Super Class | CL_SALV_STC_CVR | Root: field converters for fields with reference fields |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_STC | ALV Services for Tables: Column Catalog impl. |
| Created | 20110107 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SALV_STC_CVR_AM2NORM has no forward declaration.
Interfaces
Class CL_SALV_STC_CVR_AM2NORM has no interface implemented.
Friends
Class CL_SALV_STC_CVR_AM2NORM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | YS_NORM_FACTOR | 20110107 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | YTS_NORM_FACTOR | 20110107 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | I | 20110107 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20110107 | ||
| 2 | Static method | Public | Method | 20110107 |
Events
Class CL_SALV_STC_CVR_AM2NORM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_NORM_FACTOR | Protected | See coding | 20110107 | begin of ys_norm_factor,
currkey type tcurx-currkey,
currdec type tcurx-currdec,
factor type decfloat34,
end of ys_norm_factor
|
||
| 2 | YTS_NORM_FACTOR | Protected | See coding | 20110107 | yts_norm_factor type sorted table of ys_norm_factor with unique key currkey
|
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 | 20110107 | ||||
| 2 | I_DECIMALS | Call by reference | Type reference (TYPE) | I | 20110107 | ||||
| 3 | I_FIELD_PATH | Call by reference | Type reference (TYPE) | Y_FIELD_PATH | 20110107 | ||||
| 4 | I_REFFIELD_PATH | Call by reference | Type reference (TYPE) | Y_FIELD_PATH | 20110107 |
Method CONSTRUCTOR on class CL_SALV_STC_CVR_AM2NORM has no exception.
Method CREATE 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 | 20110107 | ||||
| 2 | I_DECIMALS | Call by reference | Type reference (TYPE) | I | 20110107 | ||||
| 3 | I_FIELD_PATH | Call by reference | Type reference (TYPE) | Y_FIELD_PATH | 20110107 | ||||
| 4 | I_REFFIELD_PATH | Call by reference | Type reference (TYPE) | Y_FIELD_PATH | 20110107 | ||||
| 5 | RO_FIELD_CONVERTER | Value transfer | Object reference (TYPE REF TO) | IF_SALV_STC_FIELD_CONVERTER | Generic Field Converter Interface | 20110107 |
Method CREATE on class CL_SALV_STC_CVR_AM2NORM has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |