SAP ABAP Class CL_WLF_CON_SC_AX_BASE_CD_IN (Inbound-Conversion ScaleAxisBaseCode)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WZRE_XI_PROXY (Package) Agency Business: SOA proxy implementations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMT_CONVERSION | Input/Output Conversion | 20100901 |
Properties
| Class | CL_WLF_CON_SC_AX_BASE_CD_IN | |
| Short Description | Inbound-Conversion ScaleAxisBaseCode | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WZRE_XI_PROXY | Agency Business: SOA proxy implementations |
| Created | 20100901 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WLF_CON_SC_AX_BASE_CD_IN has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SMT_CONVERSION | Input/Output Conversion | 20100901 |
Friends
Class CL_WLF_CON_SC_AX_BASE_CD_IN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | KZBZG | 'O' | Scale basis indicator | 20100901 | ||
| 2 | Constant | Private | Type reference (TYPE) | KZBZG | 'R' | Scale basis indicator | 20100901 | ||
| 3 | Constant | Private | Type reference (TYPE) | KZBZG | 'D' | Scale basis indicator | 20100901 | ||
| 4 | Constant | Private | Type reference (TYPE) | KZBZG | 'M' | Scale basis indicator | 20100901 | ||
| 5 | Constant | Private | Type reference (TYPE) | KZBZG | 'E' | Scale basis indicator | 20100901 | ||
| 6 | Constant | Private | Type reference (TYPE) | KZBZG | 'L' | Scale basis indicator | 20100901 | ||
| 7 | Constant | Private | Type reference (TYPE) | KZBZG | 'C' | Scale basis indicator | 20100901 | ||
| 8 | Constant | Private | Type reference (TYPE) | KZBZG | 'S' | Scale basis indicator | 20100901 | ||
| 9 | Constant | Private | Type reference (TYPE) | KZBZG | 'B' | Scale basis indicator | 20100901 | ||
| 10 | Constant | Private | Type reference (TYPE) | KZBZG | 'F' | Scale basis indicator | 20100901 | ||
| 11 | Constant | Private | Type reference (TYPE) | KZBZG | 'P' | Scale basis indicator | 20100901 | ||
| 12 | Constant | Private | Type reference (TYPE) | KZBZG | 'N' | Scale basis indicator | 20100901 | ||
| 13 | Constant | Private | Type reference (TYPE) | SYMSGTY | 'E' | Message Type 'E' | 20100901 | ||
| 14 | Constant | Private | Type reference (TYPE) | SYMSGID | 'WZRE_PRX_MAPPING' | Message Class | 20100901 | ||
| 15 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '13' | ScaleAxisBaseCode | 20100901 | ||
| 16 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '8' | ScaleAxisBaseCode | 20100901 | ||
| 17 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '4' | ScaleAxisBaseCode | 20100901 | ||
| 18 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '11' | ScaleAxisBaseCode | 20100901 | ||
| 19 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '3' | ScaleAxisBaseCode | 20100901 | ||
| 20 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '5' | ScaleAxisBaseCode | 20100901 | ||
| 21 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '7' | ScaleAxisBaseCode | 20100901 | ||
| 22 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '1' | ScaleAxisBaseCode | 20100901 | ||
| 23 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '2' | ScaleAxisBaseCode | 20100901 | ||
| 24 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '9' | ScaleAxisBaseCode | 20100901 | ||
| 25 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '6' | ScaleAxisBaseCode | 20100901 | ||
| 26 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '12' | ScaleAxisBaseCode | 20100901 | ||
| 27 | Constant | Private | Type reference (TYPE) | SAPPLCO_SCALE_AXIS_BASE_CODE | '10' | ScaleAxisBaseCode | 20100901 | ||
| 28 | Static Attribute | Private | Type reference (TYPE) | TY_MAPPING_BASE_CD_STAB | sorted table of ty_mapping; sorted by base_cd | 20100901 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | checks whether the code is supported | 20100901 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100901 |
Events
Class CL_WLF_CON_SC_AX_BASE_CD_IN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_MAPPING | Private | See coding | 20100901 | BEGIN OF ty_mapping,
base_cd TYPE sapplco_scale_axis_base_code,
kzbzg TYPE kzbzg,
END OF ty_mapping
|
||
| 2 | TY_MAPPING_BASE_CD_STAB | Private | See coding | 20100901 | ty_mapping_base_cd_stab TYPE SORTED TABLE OF ty_mapping
WITH UNIQUE KEY base_cd
|
Method Signatures
Method CHECK_CD_IS_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SOURCE | Call by reference | Type reference (TYPE) | DATA | Source-Value | 20100901 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error During Transformation or Field Assignment | 20100906 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WLF_CON_SC_AX_BASE_CD_IN has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WLF_CON_SC_AX_BASE_CD_IN has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |