Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MOP1900
Product: Manufacturing (346)
Series:
Display Name: MOP_Trx_Bin_WORK
Physical Name: MOP1900
Technical Name: MOP_Trx_Bin_WORKSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 PICKLISTSEQ Picklist Seq Long Integer LINT_10 10 2 MANUFACTUREORDER_I Manufacture Order String STR30_UC 30 3 SEQNUMBR Sequence Number Long Integer LI_Sequence_Number 10 4 LOCNCODE Location Code String STR10_Location_Code 10 Key to the Site Setup (IV40700).
Click to show/hide
SELECT
['MOP_Trx_Bin_WORK'].LOCNCODE AS 'MOP_Trx_Bin_WORK-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
MOP1900 AS ['MOP_Trx_Bin_WORK']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['MOP_Trx_Bin_WORK'].LOCNCODE = ['Site Setup'].LOCNCODE
5 ITEMNMBR Item Number String STR30_Item_Number 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['MOP_Trx_Bin_WORK'].ITEMNMBR AS 'MOP_Trx_Bin_WORK-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MOP1900 AS ['MOP_Trx_Bin_WORK']
INNER JOIN
IV00101 AS ['Item Master']
ON
['MOP_Trx_Bin_WORK'].ITEMNMBR = ['Item Master'].ITEMNMBR
6 BIN Bin String STR15_Bin 15 7 ATYALLOC QTY Allocated Currency DLR17_QTY_RBS0_UTR 17 8 QTYPENDING QTY Pending Currency DLR17_QTY_RBS0_UTR 17 9 MOPDOCNUM MOP Document Number String STR30_UC 30