Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA30905
Product: Project Accounting (258)
Series:
Display Name: PAInventory Transaction Bin Quantities History
Physical Name: PA30905
Technical Name: PA_ivTrxBinHistSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 PAIV_Document_No PA IV Document No String STR17_LBAU 17 2 PAIV_Transfer_Type PA IV Transfer Type Integer PA_DDL_IV_Transfer_Type 0 3 LNITMSEQ Line Item Sequence Long Integer LI_Sequence_Number 10 4 SEQNUMBR Sequence Number Long Integer LI_Sequence_Number 10 5 ITEMNMBR Item Number String STR30_Item_Number 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['PAInventory Transaction Bin Quantities History'].ITEMNMBR AS 'PAInventory Transaction Bin Quantities History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
PA30905 AS ['PAInventory Transaction Bin Quantities History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['PAInventory Transaction Bin Quantities History'].ITEMNMBR = ['Item Master'].ITEMNMBR
6 LOCNCODE Location Code String STR10_Location_Code 10 Key to the Site Setup (IV40700).
Click to show/hide
SELECT
['PAInventory Transaction Bin Quantities History'].LOCNCODE AS 'PAInventory Transaction Bin Quantities History-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
PA30905 AS ['PAInventory Transaction Bin Quantities History']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['PAInventory Transaction Bin Quantities History'].LOCNCODE = ['Site Setup'].LOCNCODE
7 BIN Bin String STR15_Bin 15 8 TOBIN To Bin String STR15_Bin 15 9 QTYTYPE QTY Type Integer DDL_QTY_Type 0 10 QTYSLCTD QTY Selected Currency DLR17_QTY_RBS0_UTR 17