Table list used by SAP ABAP Function Module EAN_CHECK (Prüfung einer EAN zu Material und Mengeneinheit)
SAP ABAP Function Module
EAN_CHECK (Prüfung einer EAN zu Material und Mengeneinheit) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MARA | General Material Data | SOURCE VALUE(ARTIKEL) LIKE MARA-MATNR DEFAULT SPACE |
|
| 2 | MARA | General Material Data | SOURCE VALUE(MEINS) LIKE MARA-MEINS OPTIONAL |
|
| 3 | MARA | General Material Data | SOURCE VALUE(MEINH) LIKE MARA-MEINS DEFAULT SPACE |
|
| 4 | MARM | Units of Measure for Material | SOURCE VALUE(EAN_NEU) LIKE MARM-EAN11 |
|
| 5 | MARM | Units of Measure for Material | SOURCE VALUE(EAN_NEU) LIKE MARM-EAN11 DEFAULT SPACE |
|
| 6 | MARM | Units of Measure for Material | SOURCE VALUE(ETYP_NEU) LIKE MARM-NUMTP |
|
| 7 | MARM | Units of Measure for Material | SOURCE VALUE(ETYP_NEU) LIKE MARM-NUMTP DEFAULT SPACE |
|
| 8 | MSEG | Document Segment: Material | SOURCE VALUE(POSNR) LIKE MSEG-ZEILE OPTIONAL |
|