Data Element list used by SAP ABAP Function Module CO_ZF_ORDER_UNIT_CONVERSION (Auftragskopf: Umrechnung von einer Mengeneinheit in eine andere)
SAP ABAP Function Module
CO_ZF_ORDER_UNIT_CONVERSION (Auftragskopf: Umrechnung von einer Mengeneinheit in eine andere) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | AUFNR | Order Number | SOURCE VALUE(I_AUFNR) LIKE CAUFVD-AUFNR OPTIONAL |
|
| 2 | CHARG_D | Batch Number | SOURCE VALUE(I_CHARGE) LIKE RESBD-CHARG OPTIONAL |
|
| 3 | CO_GMEIN | Common unit of measure for all order items | SOURCE VALUE(UNIT_OUT) LIKE CAUFVD-GMEIN OPTIONAL |
|
| 4 | CO_GMEIN | Common unit of measure for all order items | SOURCE VALUE(UNIT_OUT) LIKE CAUFVD-GMEIN |
|
| 5 | CO_GMEIN | Common unit of measure for all order items | SOURCE VALUE(UNIT_IN) LIKE CAUFVD-GMEIN |
|
| 6 | CO_POSNR | Order item number | SOURCE VALUE(I_POSNR) LIKE AFPOD-POSNR DEFAULT 0001 |
|
| 7 | UMREN | Denominator for conversion to base units of measure | SOURCE VALUE(UMREN_OUT) LIKE AFPOD-UMREN |
|
| 8 | UMREZ | Numerator for Conversion to Base Units of Measure | SOURCE VALUE(UMREZ_OUT) LIKE AFPOD-UMREZ |
|