MC05Q02ITM is an SAP Structure so does not store data like a database table does but can be used to process "LIS-BW: Item Information from MCQMFE" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_MC05Q02ITM TYPE MC05Q02ITM .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
BAUTL | BAUTL | CHAR | 18 |
* | Assembly | MATN1 |
BFMGEIG | BQMGEIG | QUAN | 13(3) | Internal Defective Quantity for Item in Base Unit of Measure | ||
BFMGFRD | BQMGFRD | QUAN | 13(3) | Extern. Defective Quantity for Item in Base Units of Measure | ||
FECOD | FECOD | CHAR | 4 |
* | Problem or Damage Code | |
FEGRP | FEGRP | CHAR | 8 |
* | Code Group - Problem | |
FEHLBEW | QFEHLBEW | FLTP | 16(16) | Defect Valuation | ||
FEKAT | FEKAT | CHAR | 1 |
* | Catalog Type - Problems/Defects | |
FEQKLAS | QFEHLKLAS | CHAR | 2 |
* | Defect Class | |
FMGEIG | QMGEIG | QUAN | 13(3) | Defective Quantity for Item (Internal) | ||
FMGEIN | QMGEIN | UNIT | 3 |
* | Unit of Measure for Item | CUNIT |
FMGFRD | QMGFRD | QUAN | 13(3) | Defective Quantity for Item (External) | ||
OTEIL | OTEIL | CHAR | 4 |
* | Part of Object | |
OTGRP | OTGRP | CHAR | 8 |
* | Code Group - Object Parts | |
OTKAT | OTKAT | CHAR | 1 |
* | Catalog Type - Object Parts | |
UNITFLBEW | QUNITFLBEW | UNIT | 3 |
* | Unit for Defect Valuation | CUNIT |
ZHLPROBL | QZHLPROBL | INT4 | 10 | Problem Frequency |
Key field | |
Non-key field |
MC05Q02ITM - LIS-BW: Item Information from MCQMFE MC05Q02CSE - LIS-BW: Item Information from MCQMFE MC05Q02ACT - LIS-BW: Item Information from MCQMFE MC05Q01TSK - LIS-BW: Item Information from MCQMEL MC05Q01NTF - LIS-BW: Header Information from MCQMEL MC05Q01ITM - LIS-BW: Item Information from MCQMEL