Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MRPW4062
Product: Manufacturing (346)
Series:
Display Name: mrpSopForecastWork Group Display Name: Manufacturing MRP
Physical Name: MRPW4062
Technical Name: mrpSopForecastWork
Group Technical Name: Manufacturing MRP
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PLANNAME_I | Plan Name | String | STR15 | 15 | |
2 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['mrpSopForecastWork'].ITEMNMBR AS 'mrpSopForecastWork-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MRPW4062 AS ['mrpSopForecastWork']
INNER JOIN
IV00101 AS ['Item Master']
ON
['mrpSopForecastWork'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
3 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['mrpSopForecastWork'].LOCNCODE AS 'mrpSopForecastWork-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
MRPW4062 AS ['mrpSopForecastWork']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['mrpSopForecastWork'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
4 | DUEDATE | Due Date | Date | DT | 8 | |
5 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
6 | STSDESCR | Status Description | String | STR30 | 30 |