MGV_PRST is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View MGV_PRST" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_MGV_PRST TYPE MGV_PRST .
Below is the documentation avaialable and full details of the fields which make up this View.
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 | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 | T000 | Client | |
PSPNR | CS_PSPNR | NUMC | 8 | Work breakdown structure element (WBS element) | ABPSP | |
MATNR | MATNR | CHAR | 18 | MARA | Material Number | MATN1 |
WERKS | WERKS_D | CHAR | 4 | T001W | Plant | |
STLAN | STLAN | CHAR | 1 | T416 | BOM Usage | |
STLNR | STNUM | CHAR | 8 | Bill of material | NUMCV | |
STLAL | STALT | CHAR | 2 | Alternative BOM | ALPHA | |
ANDAT | ANDAT | DATS | 8 | Date record created on | ||
ANNAM | ANNAM | CHAR | 12 | User who created record | ||
AEDAT | AEDAT | DATS | 8 | Changed On | ||
AENAM | AENAM | CHAR | 12 | Name of Person Who Changed Object | ||
MATNR_EXT | MATNR_EXT | CHAR | 40 | External Long Material Number | MATNL | |
MATNR_VERS | MATNR_VERS | CHAR | 10 | Material Version Number | MATNW |
Key field | |
Non-key field |