Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MRP0300
Product: Manufacturing (346)
Series:
Display Name: mrpExceptionsEPS Group Display Name: Manufacturing MRP
Physical Name: MRP0300
Technical Name: mrpExceptionsEPS
Group Technical Name: Manufacturing MRP
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | GUID | GUID | String | GUIDString | 36 | |
2 | RUNNUMBER | MRP_Run_Number | Long Integer | INT9 | 9 | |
3 | ORDERNUMBER | Order Number | String | STR30 | 30 | |
4 | MRPTYPE | MRP_Type | Integer | MRP_Type | 0 | |
5 | ORD | Ord | Long Integer | LI_Sequence_Number | 10 | |
6 | SOPTYPE | SOP Type | Integer | DDL_SOP_Type | 0 | |
7 | CMPNTSEQ | Component Sequence | Long Integer | LI_Sequence_Number | 10 | |
8 | DUEDATE | Due Date | Date | DT | 8 | |
9 | RELEASEDATE_I | Release Date | Date | DT | 8 | |
10 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['mrpExceptionsEPS'].ITEMNMBR AS 'mrpExceptionsEPS-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MRP0300 AS ['mrpExceptionsEPS']
INNER JOIN
IV00101 AS ['Item Master']
ON
['mrpExceptionsEPS'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
11 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['mrpExceptionsEPS'].LOCNCODE AS 'mrpExceptionsEPS-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
MRP0300 AS ['mrpExceptionsEPS']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['mrpExceptionsEPS'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
12 | MRP_EXCEPTION_STATUS | MRP_Exception_Status | String | MRP_Status_String | 20 | |
13 | SUPPLYQTY | SupplyQuantity | Currency | DLR17_QTY_RBS0_STR | 17 | |
14 | DEMANDQTY | DemandQuantity | Currency | DLR17_QTY_RBS0_STR | 17 | |
15 | BUYERID | Buyer ID | String | STR15_User_ID | 15 | |
16 | PLANNERID | Planner ID | String | STR15_User_ID | 15 | |
17 | MRPEXCEPTIONS | MRP_Exceptions | Integer | MRP_Exceptions | 0 | |
18 | Status | Status | Integer | INT | 0 | |
19 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
20 | REPORTGROUP | ReportGroup | Long Integer | LI_Sequence_Number | 10 | |
21 | LOTNUMBR | Lot Number | String | STR20_LBAU | 20 | |
22 | DUEDATE2 | DueDate2 | Date | DT | 8 |