SAP ABAP Class CL_BS_SOA_CONVERT_CURRENCY (Currency conversion)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA (Application Component) Enterprise SOA
⤷
BS_SOA_REUSE_COMMON_OBJECTS (Package) Business Suite SOA: Reuseable Tools and Objects
⤷
⤷
Properties
| Class | CL_BS_SOA_CONVERT_CURRENCY | |
| Short Description | Currency conversion | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BS_SOA_REUSE_COMMON_OBJECTS | Business Suite SOA: Reuseable Tools and Objects |
| Created | 20100805 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BS_SOA_CONVERT_CURRENCY has no forward declaration.
Interfaces
Class CL_BS_SOA_CONVERT_CURRENCY has no interface implemented.
Friends
Class CL_BS_SOA_CONVERT_CURRENCY has no friend class.
Attributes
Class CL_BS_SOA_CONVERT_CURRENCY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Convert ABAP to proxy representation | 20100805 | |
| 2 | Static method | Public | Method | Convert proxy representation to ABAP | 20100805 |
Events
Class CL_BS_SOA_CONVERT_CURRENCY has no event.
Types
Class CL_BS_SOA_CONVERT_CURRENCY has no local type.
Method Signatures
Method CONVERT_ABAP2PRX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_PRX_PARAM | Call by reference | Type reference (TYPE) | ANY | Proxy parameter | 20100805 | |||
| 2 | I_CUKY_FIELD_NAME | Call by reference | Type reference (TYPE) | STRING | 'CURRENCY_CODE' | Name of field in C_PRX_PARAM holding the cuky | 20100805 | ||
| 3 | I_CURRENCY_CODE | Call by reference | Type reference (TYPE) | WAERS_CURC | Currency Key | 20100805 | |||
| 4 | I_VALUE | Call by reference | Type reference (TYPE) | P | Amount | 20100805 | |||
| 5 | I_VALUE_FIELD_NAME | Call by reference | Type reference (TYPE) | STRING | 'CONTENT' | Name of field in C_PRX_PARAM containg the amount | 20100805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error During Global Data Types Conversion | 20100805 |
Method CONVERT_PRX2ABAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CURRENCY_CODE | Call by reference | Type reference (TYPE) | TCURC-WAERS | Currency Key | 20100805 | |||
| 2 | E_VALUE | Call by reference | Type reference (TYPE) | P | Amount | 20100805 | |||
| 3 | I_CUKY_FIELD_NAME | Call by reference | Type reference (TYPE) | STRING | 'CURRENCY_CODE' | field in I_PRX_PARAM containing the CUKY value | 20100805 | ||
| 4 | I_PRX_PARAM | Call by reference | Type reference (TYPE) | ANY | proxy strructure | 20100805 | |||
| 5 | I_USE_ROUNDING | Call by reference | Type reference (TYPE) | FLAG | 'X' | General Flag | 20100805 | ||
| 6 | I_VALUE_FIELD_NAME | Call by reference | Type reference (TYPE) | STRING | 'CONTENT' | field in I_PRX_PARAM containing the amount | 20100805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error During Global Data Types Conversion | 20100805 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |