MAST_API02 is an SAP Structure so does not store data like a database table does but can be used to process "API structure for material BOM: all fields" 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_MAST_API02 TYPE MAST_API02 .
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 |
MATERIAL | MATNR_BI | CHAR | 40 | Material (BTCI) with Conversion MATN2 | MATN2 | |
PLANT | WERKS_D | CHAR | 4 |
* | Plant | |
BOM_USAGE | STLAN | CHAR | 1 |
* | BOM Usage | |
BOM_ALT | STALT | CHAR | 2 | Alternative BOM | ALPHA | |
LOTSIZE_FR | LOSVN_BI | CHAR | 17 | From lot size (BTCI) | ||
LOTSIZE_TO | LOSBS_BI | CHAR | 17 | To lot size (BTCI) | ||
BOM_NO | STNUM | CHAR | 8 | Bill of material | NUMCV | |
CREATED_ON | ANDAT_BI | CHAR | 10 | Creation date of the record (batch input) | ||
CREATED_BY | ANNAM | CHAR | 12 | User who created record | ||
CHANGED_ON | AEDAT_BI | CHAR | 10 | Change date (batch input) | ||
CHANGED_BY | AENAM | CHAR | 12 | Name of Person Who Changed Object |
Key field | |
Non-key field |