PM Scheduled Payment Header View (PMV0100)

azurecurveProductsMicrosoft Dynamics GP (0)PurchasingPM Scheduled Payment Header View (PMV0100)

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

Product: Microsoft Dynamics GP (0)
Series: Purchasing

Display Name: PM Scheduled Payment Header View
Physical Name: PMV0100
Technical Name: PM_SCH_HDR_VIEW

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1VENDNAME SearchVendor NameStringSTR64_Vendor_Name64
2SCHEDULE_NUMBER SearchSchedule NumberStringSTR20_Schedule_Number17
3SCHEDULE_DESC SearchSchedule DescriptionStringSTR3030
4ORIG_DOC_NUMBER SearchOriginal Document NumberStringSTR20_Document_Number20
5ORIG_DOC_TYPE SearchOriginal Document TypeIntegerINT0
6ORIG_VOUCHER_NUM SearchOriginal Voucher NumberStringSTR20_LBAU20
7VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['PM Scheduled Payment Header View'].VENDORID AS 'PM Scheduled Payment Header View-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       PMV0100 AS ['PM Scheduled Payment Header View']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['PM Scheduled Payment Header View'].VENDORID = ['PM Vendor Master File'].VENDORID
8SCH_DOC_DATE SearchSchedule Document DateDateDT8
9SCHEDULE_AMOUNT SearchSchedule AmountCurrencyDLR19_RBSO_UTR$19
10FuncSchAmnt SearchFunctional Schedule AmountCurrencyDLR19_RBS0_UTR$19
11CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['PM Scheduled Payment Header View'].CURNCYID AS 'PM Scheduled Payment Header View-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       PMV0100 AS ['PM Scheduled Payment Header View']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['PM Scheduled Payment Header View'].CURNCYID = ['Currency Setup'].CURNCYID
12SCHEDULE_INT_TYPE1 SearchSchedule Interest TypeIntegerINT0
13SCHEDULE_INT_RATE SearchSchedule Interest RateLong IntegerINT6_%46
14NUM_PAYMENTS SearchNumber of PaymentsIntegerINT33
15PYMNT_FREQUENCY SearchPayment FrequencyIntegerDDL_Payment_Frequency0
16PAYMENT_AMOUNT SearchPayment AmountCurrencyDLR19_RBSO_UTR$19
17FIRST_INV_DOC_DATE SearchFirst Invoice Document DateDateDT8
18FIRST_INV_DUE_DATE SearchFirst Invoice Due DateDateDT8
19PAY_ACCT_IDX SearchAccount Payable Account IndexLong IntegerLI_1414
20PAY_OFFSET_ACCT_IDX SearchPayables Offset Account IndexLong IntegerLI_1414
21INT_EXP_ACCT_IDX SearchInterest Expense Account IndexLong IntegerLI_1414
22CREDIT_MEMO_DOC_NUM SearchCredit Memo Document NumberStringSTR20_Document_Number20
23Status SearchStatusIntegerINT0
24NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['PM Scheduled Payment Header View'].NOTEINDX AS 'PM Scheduled Payment Header View-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       PMV0100 AS ['PM Scheduled Payment Header View']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['PM Scheduled Payment Header View'].NOTEINDX = ['Record Notes Master'].NOTEINDX
25VADCDTRO SearchVendor Address Code - Remit ToStringSTR15_Address_Code15
Partial key to the PM Address MSTR (PM00300).

Click to show/hide

SELECT
       ['PM Scheduled Payment Header View'].VADCDTRO AS 'PM Scheduled Payment Header View-Vendor Address Code - Remit To'
       ,['PM Address MSTR'].ADRSCODE AS 'PM Address MSTR-Address Code'
FROM
       PMV0100 AS ['PM Scheduled Payment Header View']
INNER JOIN
       PM00300 AS ['PM Address MSTR']
              ON
                     ['PM Scheduled Payment Header View'].VADCDTRO = ['PM Address MSTR'].ADRSCODE
              AND
                     ['PM Scheduled Payment Header View'].VENDORID = ['PM Address MSTR'].VENDORID
azurecurveProductsMicrosoft Dynamics GP (0)PurchasingPM Scheduled Payment Header View (PMV0100)

Leave a Reply

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