MILL_PROOB_VB is an SAP Structure so does not store data like a database table does but can be used to process "Mill: Update Structure for Original Batches" 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_MILL_PROOB_VB TYPE MILL_PROOB_VB .
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 |
.INCLUDE | PROOB | Original Batch for Production Order | ||||
MANDT | MANDT | CLNT | 3 | T000 | Client | |
AUFNR | AUFNR | CHAR | 12 | AUFK | Order Number | ALPHA |
POSNR | CO_POSNR | NUMC | 4 | Order Item Number | ||
AJAHR | VBOB_MM_OB_AJAHR | NUMC | 4 | Year in Which Original Batch was Created | GJAHR | |
WERKS | UCWRK | CHAR | 4 | T001W | Plant from Original Batch | |
UCMAT | UCMAT | CHAR | 18 |
* | Material from Original Batch | MATN1 |
UCCHA | UCCHA | CHAR | 10 |
* | Original Batch | |
AENAM | AENAME | CHAR | 12 | Last changed by | ||
AEDAT | AEDAT | DATS | 8 | Changed On | ||
UPD_FLG | INDUPD | CHAR | 1 | Update indicator (I/U/D) | ||
LOEVM | LOEVM | CHAR | 1 | Deletion Indicator | ||
FLGUC_CLR | CHAR01 | CHAR | 1 | Character Field Length 1 |
Key field | |
Non-key field |