MC05Q02CSE 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_MC05Q02CSE TYPE MC05Q02CSE .
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 |
FECOD | FECOD | CHAR | 4 |
* | Problem or Damage Code | |
FEGRP | FEGRP | CHAR | 8 |
* | Code Group - Problem | |
FEKAT | FEKAT | CHAR | 1 |
* | Catalog Type - Problems/Defects | |
FEQKLAS | QFEHLKLAS | CHAR | 2 |
* | Defect Class | |
OTEIL | OTEIL | CHAR | 4 |
* | Part of Object | |
OTGRP | OTGRP | CHAR | 8 |
* | Code Group - Object Parts | |
OTKAT | OTKAT | CHAR | 1 |
* | Catalog Type - Object Parts |
Key field | |
Non-key field |
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 MC05Q01CSE - LIS-BW: Item Information from MCQMEL