PM Distribution WORK OPEN (PM10100)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PM10100

Product: Microsoft Dynamics GP (0)
Series: Purchasing

Display Name: PM Distribution WORK OPEN
Physical Name: PM10100
Technical Name: PM_Distribution_WORK_OPEN

Group Display Name: Payables Transaction Logical File
Group Technical Name: PM_Transaction_Logical_File

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1VCHRNMBR SearchVoucher NumberStringSTR20_LBAU20
Partial key to the PM Key Master File (PM00400).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].VCHRNMBR AS 'PM Distribution WORK OPEN-Voucher Number'
       ,['PM Key Master File'].CNTRLNUM AS 'PM Key Master File-Control Number'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       PM00400 AS ['PM Key Master File']
              ON
                     ['PM Distribution WORK OPEN'].VCHRNMBR = ['PM Key Master File'].CNTRLNUM
              AND
                     ['PM Distribution WORK OPEN'].DOCTYPE = ['PM Key Master File'].DOCTYPE
2DSTSQNUM SearchDistribution Sequence NumberLong IntegerLong Int8
3CNTRLTYP SearchControl TypeIntegerINT11
The Control Type records the type of transaction.

Click to show/hide Control Types

0	Voucher types
1	Payment types
2	Printed alignment forms
4CRDTAMNT SearchCredit AmountCurrencyDLR19_$S219
5DEBITAMT SearchDebit AmountCurrencyDLR19_$S219
6DSTINDX SearchDistribution Account IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].DSTINDX AS 'PM Distribution WORK OPEN-Distribution Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['PM Distribution WORK OPEN'].DSTINDX = ['Account Index Master'].ACTINDX
7DISTTYPE SearchDistribution TypeIntegerDDL0

Click to show/hide Distribution Type


1	Cash			
2	Payable			
3	Discount Available		
4	Discount Taken		
5	Finance Charge	
6	Purchase
7	Trade Disc.
8	Misc. Charge
9	Freight
10	Taxes
11	Writeoffs
12	Other
13	GST Disc
14	PPS Amount
8CHANGED SearchChangedBooleanYN0
9USERID SearchUser IDStringSTR15_User_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].USERID AS 'PM Distribution WORK OPEN-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['PM Distribution WORK OPEN'].USERID = ['Users Master'].USERID
10PSTGSTUS SearchPosting StatusIntegerINT0
11VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].VENDORID AS 'PM Distribution WORK OPEN-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['PM Distribution WORK OPEN'].VENDORID = ['PM Vendor Master File'].VENDORID
12TRXSORCE SearchTRX SourceStringSTR1313
13PSTGDATE SearchPosting DateDateDT8
14INTERID SearchIntercompany IDStringSTR5_IC_ID5
Key to the Company Master (SY01500).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].INTERID AS 'PM Distribution WORK OPEN-Intercompany ID'
       ,['Company Master'].INTERID AS 'Company Master-Intercompany ID'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       DYNAMICS..SY01500 AS ['Company Master']
              ON
                     ['PM Distribution WORK OPEN'].INTERID = ['Company Master'].INTERID
15CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].CURNCYID AS 'PM Distribution WORK OPEN-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['PM Distribution WORK OPEN'].CURNCYID = ['Currency Setup'].CURNCYID
16CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].CURRNIDX AS 'PM Distribution WORK OPEN-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['PM Distribution WORK OPEN'].CURRNIDX = ['Currency Setup'].CURRNIDX
17ORCRDAMT SearchOriginating Credit AmountCurrencyDLR19_$S219
18ORDBTAMT SearchOriginating Debit AmountCurrencyDLR19_$S219
19APTVCHNM SearchApply To Voucher NumberStringSTR20_LBAU20
20APTODCTY SearchApply To Document TypeIntegerDDL_Document_Type0
21SPCLDIST SearchSpecialized DistributionIntegerINT44
22DistRef SearchDistribution ReferenceStringSTR3030
23RATETPID SearchRate Type IDStringSTR15_Rate_Type_ID15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].RATETPID AS 'PM Distribution WORK OPEN-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['PM Distribution WORK OPEN'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
24EXGTBLID SearchExchange Table IDStringSTR15_Exchange_Table_ID15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].EXGTBLID AS 'PM Distribution WORK OPEN-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['PM Distribution WORK OPEN'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
25XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
26EXCHDATE SearchExchange DateDateDT_Date6
27TIME1 SearchTimeTimeTM66
28RTCLCMTD SearchRate Calculation MethodIntegerGB0
29DECPLACS SearchDecimal PlacesIntegerDDL_Decimal_Places0
30EXPNDATE SearchExpiration DateDateDT_Date6
31ICCURRID SearchICCurrencyIDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].ICCURRID AS 'PM Distribution WORK OPEN-ICCurrencyID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['PM Distribution WORK OPEN'].ICCURRID = ['Currency Setup'].CURNCYID
32ICCURRIX SearchICCurrencyIndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['PM Distribution WORK OPEN'].ICCURRIX AS 'PM Distribution WORK OPEN-ICCurrencyIndex'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       PM10100 AS ['PM Distribution WORK OPEN']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['PM Distribution WORK OPEN'].ICCURRIX = ['Currency Setup'].CURRNIDX
33DENXRATE SearchDenomination Exchange RateCurrency (Variable)DLR14_Exchange_Rate14
34MCTRXSTT SearchMC Transaction StateIntegerINT11
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 States

0	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.
35CorrespondingUnit SearchCorrespondingUnitStringSTR5_IC_ID5

Leave a Reply

Your email address will not be published. Required fields are marked *