Table list used by SAP ABAP Function Module UNIT_OF_MEASURE_ISO_TO_SAP (Convert an ISO measurement unit code into the SAP code)
SAP ABAP Function Module
UNIT_OF_MEASURE_ISO_TO_SAP (Convert an ISO measurement unit code into the SAP code) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | ISOFIELDS | Structure with parameters for ISO <-> SAP code conversion | SOURCE VALUE(UNIQUE) LIKE ISOFIELDS-UNIQUE |
|
| 2 | T006 | Units of Measurement | ||
| 3 | T006 | Units of Measurement | SOURCE VALUE(SAP_CODE) LIKE T006-MSEHI |
|
| 4 | T006 | Units of Measurement | SOURCE VALUE(ISO_CODE) LIKE T006-ISOCODE |
|