SAP ABAP Class CL_CPE_FIELDNAME_MAPPING (service class just to map CPE fieldnames)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
CA-GTF-CPE (Application Component) Commodity Pricing Engine
⤷
CPE_FA_FE (Package) Commodity Pricing: Formula Assembly and Evaluation (ABAP)
⤷
⤷
Properties
| Class | CL_CPE_FIELDNAME_MAPPING | |
| Short Description | service class just to map CPE fieldnames | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CPE_FA_FE | Commodity Pricing: Formula Assembly and Evaluation (ABAP) |
| Created | 20100610 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CPE_FIELDNAME_MAPPING has no forward declaration.
Interfaces
Class CL_CPE_FIELDNAME_MAPPING has no interface implemented.
Friends
Class CL_CPE_FIELDNAME_MAPPING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TTY_MAPPING_SORTED | double-sorted mapping table | 20100610 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | CPET_APPLICATION | CPE Caller - Application using CPE | 20100610 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100610 | |
| 2 | Instance method | Public | Method | return application-specific component name | 20100610 | |
| 3 | Instance method | Public | Method | return CPE-specific fieldname | 20100610 |
Events
Class CL_CPE_FIELDNAME_MAPPING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_MAPPING_SORTED | Private | See coding | double-sorted mapping table | 20100610 | tty_mapping_sorted TYPE SORTED TABLE OF cpec_mapping
WITH UNIQUE KEY primary_key
COMPONENTS structure fieldname
WITH NON-UNIQUE SORTED KEY fieldname
COMPONENTS fieldname
WITH NON-UNIQUE SORTED KEY cpe_field
COMPONENTS cpe_field
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CPET_APPLICATION | CPE Caller - Application using CPE | 20100610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | The needed CPE authorization is missing | 20100721 | ||
| 2 | unknown application (no mapping available) | 20100610 |
Method GET_COMPONENT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_NAME | Value transfer | Type reference (TYPE) | NAME_KOMP | Component name | 20100610 | |||
| 2 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | CPET_COMM_FIELD | CPE Caller - Communication Structure Field to Be Sent | 20100610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100610 |
Method GET_CPE_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CPE_FIELDNAME | Value transfer | Type reference (TYPE) | CPET_COMM_FIELD | CPE Caller - Communication Structure Field to Be Sent | 20100610 | |||
| 2 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20100610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | unknown fieldname | 20100610 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |