Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP10210
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchasing Requisition Line Group Display Name: Purchasing Requisition Transactions
Physical Name: POP10210
Technical Name: popRequisitionLine
Group Technical Name: Purchasing Requisition Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | POPRequisitionNumber | POP Requisition Number | String | STR17_POP_Number | 17 | |
2 | ORD | Ord | Long Integer | LI_Sequence_Number | 10 | |
3 | RequisitionLineStatus | Requisition Line Status | Integer | DDL_RequisitionLineStatus | 0 | |
4 | LineNumber | LineNumber | Integer | INT | 0 | |
5 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Purchasing Requisition Line'].ITEMNMBR AS 'Purchasing Requisition Line-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Purchasing Requisition Line'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
6 | ITEMDESC | Item Description | String | STR100 | 100 | |
7 | Item_Number_Note_Index | Item Number Note Index | Currency | DLR14 | 14 | |
8 | VENDORID | Vendor ID | String | STR_15_Vendor_ID | 15 | |
Key to the PM Vendor Master File (PM00200).
Click to show/hideSELECT
['Purchasing Requisition Line'].VENDORID AS 'Purchasing Requisition Line-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['Purchasing Requisition Line'].VENDORID = ['PM Vendor Master File'].VENDORID | ||||||
9 | Vendor_Note_Index | Vendor Note Index | Currency | DLR14 | 14 | |
10 | NONINVEN | Non IV | Integer | INT1 | 1 | |
Used to indicate whether an item is an inventory item or non-inventory item.
Click to show/hide PO Line Statuses0 Inventory item
1 Non-inventory item | ||||||
11 | UOFM | U Of M | String | U_Of_M | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
12 | UMQTYINB | U Of M QTY In Base | Currency | DLR17_QTY_RBS0_STR | 17 | |
The quantity of the base unit of measure that is equivalent to one of the units of measure being referenced. | ||||||
13 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Purchasing Requisition Line'].LOCNCODE AS 'Purchasing Requisition Line-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Purchasing Requisition Line'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
14 | Location_Code_Note_Index | Location Code Note Index | Currency | DLR14 | 14 | |
15 | QTYORDER | QTY Ordered | Currency | DLR17_QTY_RBS0_UTR | 17 | |
16 | QTYCMTBASE | QTY Committed In Base | Currency | DLR17_QTY_RBS0_STR | 17 | |
17 | QTYUNCMTBASE | QTY Uncommitted In Base | Currency | DLR17_QTY_RBS0_STR | 17 | |
18 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
19 | ORUNTCST | Originating Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
20 | EXTDCOST | Extended Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
21 | OREXTCST | Originating Extended Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
22 | REQDATE | Required Date | Date | DATE_L | 0 | |
23 | REQSTDBY | Requested By | String | STR20_LB | 20 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Purchasing Requisition Line'].REQSTDBY AS 'Purchasing Requisition Line-Requested By'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Purchasing Requisition Line'].REQSTDBY = ['Users Master'].USERID | ||||||
24 | INVINDX | Inventory Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Purchasing Requisition Line'].INVINDX AS 'Purchasing Requisition Line-Inventory Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Purchasing Requisition Line'].INVINDX = ['Account Index Master'].ACTINDX | ||||||
25 | ACCNTNTINDX | Account Note Index | Currency | DLR14 | 14 | |
26 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Purchasing Requisition Line'].CURNCYID AS 'Purchasing Requisition Line-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Purchasing Requisition Line'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
27 | Currency_Note_Index | Currency Note Index | Currency | DLR14 | 14 | |
28 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Purchasing Requisition Line'].CURRNIDX AS 'Purchasing Requisition Line-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Purchasing Requisition Line'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
29 | RATETPID | Rate Type ID | String | STR15_Rate_Type_ID | 15 | |
Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hideSELECT
['Purchasing Requisition Line'].RATETPID AS 'Purchasing Requisition Line-Rate Type ID'
,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
MC40100 AS ['Multicurrency Rate Type Setup']
ON
['Purchasing Requisition Line'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID | ||||||
30 | EXGTBLID | Exchange Table ID | String | STR15_Exchange_Table_ID | 15 | |
Key to the Multicurrency Exchange Rate Maintenance (MC00100).
Click to show/hideSELECT
['Purchasing Requisition Line'].EXGTBLID AS 'Purchasing Requisition Line-Exchange Table ID'
,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
ON
['Purchasing Requisition Line'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID | ||||||
31 | XCHGRATE | Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
32 | EXCHDATE | Exchange Date | Date | DT_Date | 6 | |
33 | TIME1 | Time | Time | TM6 | 6 | |
34 | RATECALC | Rate Calc Method | Integer | INT | 0 | |
Rate Calc Method of the transaction. For non multi-currency transactions, this field will be blank.
Click to show/hide Rate Calc Methods0 Multiply
1 Divide | ||||||
35 | DENXRATE | Denomination Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
36 | MCTRXSTT | MC Transaction State | Integer | INT1 | 1 | |
MC Transaction State of the transaction. State the transaction was created in. For non multi-currency transactions, this field will be blank.
Click to show/hide MC Transaction States0 Euro currency is not created or no denomination currencies are enabled.
1 Originating is not a denomination; Functional is not a denomination
2 Originating is not a denomination; Functional is the Euro currency.
3 Originating is not a denomination; Functional is a denomination.
4 Originating is a denomination; Functional is not a denomination.
5 Originating is a denomination; Functional is a denomination.
6 Originating is a denomination; Functional is the Euro currency.
7 Originating is the Euro currency; Functional is a denomination.
8 Originating is the Euro currency; Functional is not a denomination.
| ||||||
37 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
Number of decimal places for the currency values, based on the item's settings.
Click to show/hide Decimal Places Currency7 0 decimals
8 1
9 2
10 3
11 4
12 5 | ||||||
38 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 | |
Number of decimal places for the quantities.
Click to show/hide Decimal Places Currency1 0 decimals
2 1
3 2
4 3
5 4
6 5 | ||||||
39 | ODECPLCU | Originating Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
40 | ITMTRKOP | Item Tracking Option | Integer | DDL_Track | 0 | |
Designation for the tracking type of the Item.
Click to show/hide Item Tracking Options1 0 decimals
2 1
3 2
4 3
5 4
6 5 | ||||||
41 | VCTNMTHD | Valuation Method | Integer | DDL_Valuation_Method | 0 | |
The valuation method for the inventory line item.
Click to show/hide Valuation methods1 FIFO Perpetual
2 LIFO Perpetual
3 Average Perpetual
4 FIFO Periodic
5 LIFO Periodic | ||||||
42 | ADRSCODE | Address Code | String | STR15_Address_Code | 15 | |
43 | CMPNYNAM | Company Name | String | STR64_Company_Name | 64 | |
44 | CONTACT | Contact | String | STR60 | 60 | |
45 | ADDRESS1 | Address 1 | String | STR60 | 60 | |
46 | ADDRESS2 | Address 2 | String | STR60 | 60 | |
47 | ADDRESS3 | Address 3 | String | STR60 | 60 | |
48 | CITY | City | String | STR35 | 35 | |
49 | STATE | State | String | STR30_State | 29 | |
50 | ZIPCODE | Zip Code | String | STR10 | 10 | |
51 | CCode | Country Code | String | STR6_VAT | 6 | |
Key to the VAT Country Code MSTR (VAT10001).
Click to show/hideSELECT
['Purchasing Requisition Line'].CCode AS 'Purchasing Requisition Line-Country Code'
,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
VAT10001 AS ['VAT Country Code MSTR']
ON
['Purchasing Requisition Line'].CCode = ['VAT Country Code MSTR'].CCode | ||||||
52 | COUNTRY | Country | String | STR60 | 60 | |
53 | PHONE1 | Phone 1 | String | Phone_Number | 14 | |
54 | PHONE2 | Phone 2 | String | Phone_Number | 14 | |
55 | PHONE3 | Phone 3 | String | Phone_Number3 | 14 | |
56 | FAX | Fax | String | STR14_FAX | 14 | |
57 | Print_Phone_NumberGB | Print Phone Number GB | Integer | GB | 0 | |
58 | ADDRSOURCE | Address Source | Integer | INT1 | 1 | |
59 | Flags | Flags | Integer | INT1 | 1 | |
60 | SHIPMTHD | Shipping Method | String | STR15_Shipping_Method | 15 | |
Key to the Shipping Methods Master (SY03000).
Click to show/hideSELECT
['Purchasing Requisition Line'].SHIPMTHD AS 'Purchasing Requisition Line-Shipping Method'
,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
SY03000 AS ['Shipping Methods Master']
ON
['Purchasing Requisition Line'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD | ||||||
61 | ShippingMethodNoteIndex | Shipping Method Note Index | Currency | DLR14 | 14 | |
62 | FRTAMNT | Freight Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
63 | ORFRTAMT | Originating Freight Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
64 | TAXAMNT | Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
65 | ORTAXAMT | Originating Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
66 | InvalidDataFlag | Invalid Data Flag | Long Integer | LI5_U2 | 5 | |
67 | COMMNTID | Comment ID | String | STR15_Comment_ID | 15 | |
Key to the Comment Master (SY04200).
Click to show/hideSELECT
['Purchasing Requisition Line'].COMMNTID AS 'Purchasing Requisition Line-Comment ID'
,['Comment Master'].COMMNTID AS 'Comment Master-Comment ID'
FROM
POP10210 AS ['Purchasing Requisition Line']
INNER JOIN
SY04200 AS ['Comment Master']
ON
['Purchasing Requisition Line'].COMMNTID = ['Comment Master'].COMMNTID | ||||||
68 | Comment_Note_Index | Comment Note Index | Currency | DLR14 | 14 | |
69 | USERDEF1 | User Defined 1 | String | STR20 | 20 | |
70 | USERDEF2 | User Defined 2 | String | STR20 | 20 | |
71 | ProjNum | Project Number | String | STR15_LBAU | 15 | |
72 | CostCatID | Cost Category ID | String | STR15_LBAU | 15 |