SAP ABAP Class CL_WLF_CON_PC_ORIGIN_CD_IN (Inbound-Conversion PriceComponentOriginCode)
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 | 20100831 |
Properties
| Class | CL_WLF_CON_PC_ORIGIN_CD_IN | |
| Short Description | Inbound-Conversion PriceComponentOriginCode | |
| 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 | 20100831 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WLF_CON_PC_ORIGIN_CD_IN has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SMT_CONVERSION | Input/Output Conversion | 20100831 |
Friends
Class CL_WLF_CON_PC_ORIGIN_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) | KHERK | 'C' | Origin of the condition | 20100831 | ||
| 2 | Constant | Private | Type reference (TYPE) | KHERK | 'A' | Origin of the condition | 20100831 | ||
| 3 | Constant | Private | Type reference (TYPE) | KHERK | 'B' | Origin of the condition | 20100831 | ||
| 4 | Constant | Private | Type reference (TYPE) | SYMSGTY | 'E' | Message Type 'E' | 20100831 | ||
| 5 | Constant | Private | Type reference (TYPE) | SYMSGID | 'WZRE_PRX_MAPPING' | Message Class | 20100831 | ||
| 6 | Constant | Private | Type reference (TYPE) | SAPPLCO_PRICE_COMPONENT_ORIGIN | '4' | PriceComponentOriginCode | 20100831 | ||
| 7 | Constant | Private | Type reference (TYPE) | SAPPLCO_PRICE_COMPONENT_ORIGIN | '1' | PriceComponentOriginCode | 20100831 | ||
| 8 | Constant | Private | Type reference (TYPE) | SAPPLCO_PRICE_COMPONENT_ORIGIN | '6' | PriceComponentOriginCode | 20100831 | ||
| 9 | Constant | Private | Type reference (TYPE) | SAPPLCO_PRICE_COMPONENT_ORIGIN | '3' | PriceComponentOriginCode | 20100831 | ||
| 10 | Constant | Private | Type reference (TYPE) | SAPPLCO_PRICE_COMPONENT_ORIGIN | '2' | PriceComponentOriginCode | 20100831 | ||
| 11 | Constant | Private | Type reference (TYPE) | SAPPLCO_PRICE_COMPONENT_ORIGIN | '5' | PriceComponentOriginCode | 20100831 | ||
| 12 | Static Attribute | Private | Type reference (TYPE) | TY_MAPPING_ORIG_CD_STAB | sorted table of ty_mapping; sorted by orig_cd | 20100831 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100831 |
Events
Class CL_WLF_CON_PC_ORIGIN_CD_IN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_MAPPING | Private | See coding | 20100831 | BEGIN OF ty_mapping,
*--- PriceComponentOriginCode:
orig_cd TYPE sapplco_price_component_origin,
kherk TYPE kherk,
END OF ty_mapping
|
||
| 2 | TY_MAPPING_ORIG_CD_STAB | Private | See coding | 20100831 | ty_mapping_orig_cd_stab TYPE SORTED TABLE OF ty_mapping
WITH UNIQUE KEY orig_cd
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WLF_CON_PC_ORIGIN_CD_IN has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WLF_CON_PC_ORIGIN_CD_IN has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |