Skip to content

/AWS1/CL_BIICURRENCYEXCHANGE00

The details of currency exchange.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_sourcecurrencycode TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The exchange source currency.

iv_targetcurrencycode TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The exchange target currency.

iv_rate TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The currency exchange rate.


Queryable Attributes

SourceCurrencyCode

The exchange source currency.

Accessible with the following methods

Method Description
GET_SOURCECURRENCYCODE() Getter for SOURCECURRENCYCODE, with configurable default
ASK_SOURCECURRENCYCODE() Getter for SOURCECURRENCYCODE w/ exceptions if field has no
HAS_SOURCECURRENCYCODE() Determine if SOURCECURRENCYCODE has a value

TargetCurrencyCode

The exchange target currency.

Accessible with the following methods

Method Description
GET_TARGETCURRENCYCODE() Getter for TARGETCURRENCYCODE, with configurable default
ASK_TARGETCURRENCYCODE() Getter for TARGETCURRENCYCODE w/ exceptions if field has no
HAS_TARGETCURRENCYCODE() Determine if TARGETCURRENCYCODE has a value

Rate

The currency exchange rate.

Accessible with the following methods

Method Description
GET_RATE() Getter for RATE, with configurable default
ASK_RATE() Getter for RATE w/ exceptions if field has no value
HAS_RATE() Determine if RATE has a value