Table list used by SAP ABAP Function Module AIA_TOOL_CURRENCY_SAP_TO_EXTER (Convert currency amount and code from SAP into external format)
SAP ABAP Function Module
AIA_TOOL_CURRENCY_SAP_TO_EXTER (Convert currency amount and code from SAP into external format) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BAPICURR | Currency amount for BAPIs | SOURCE VALUE(E_AMOUNT_EXT) LIKE BAPICURR-BAPICURR |
|
| 2 | BAPIRET2 | Return Parameter | ||
| 3 | BAPIRET2 | Return Parameter | SOURCE VALUE(E_RETURN) LIKE BAPIRET2 |
|
| 4 | TCURC | Currency Codes | SOURCE VALUE(E_ISO_CODE_EXT) LIKE TCURC-ISOCD |
|
| 5 | TCURC | Currency Codes | SOURCE VALUE(E_SAP_CODE_EXT) LIKE TCURC-WAERS |
|
| 6 | TCURC | Currency Codes | SOURCE VALUE(I_SAP_CODE) LIKE TCURC-WAERS |
|