aaSubLedgerDist (AAG20001)

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

Product: Analytical Accounting (3180)
Series:

Display Name: aaSubLedgerDist
Physical Name: AAG20001
Technical Name: aaSubLedgerDist

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1aaSubLedgerHdrID SearchaaSubLedgerHdrIDLong IntegeraaLONG_INT8
2aaSubLedgerDistID SearchaaSubLedgerDistIDLong IntegeraaLONG_INT8
3INTERID SearchIntercompany IDStringSTR5_IC_ID5
Key to the Company Master (SY01500).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].INTERID AS 'aaSubLedgerDist-Intercompany ID'
       ,['Company Master'].INTERID AS 'Company Master-Intercompany ID'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       DYNAMICS..SY01500 AS ['Company Master']
              ON
                     ['aaSubLedgerDist'].INTERID = ['Company Master'].INTERID
4CorrespondingUnit SearchCorrespondingUnitStringSTR5_IC_ID5
5ACTINDX SearchAccount IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].ACTINDX AS 'aaSubLedgerDist-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['aaSubLedgerDist'].ACTINDX = ['Account Index Master'].ACTINDX
6DISTTYPE SearchDistribution TypeIntegerDDL0
7ACCTTYPE SearchAccount TypeIntegerDDL_Account_Type0
8aaBrowseType SearchaaBrowseTypeIntegeraaBrowseType0
9DECPLACS SearchDecimal PlacesIntegerDDL_Decimal_Places0
10DEBITAMT SearchDebit AmountCurrencyDLR19_$S219
11CRDTAMNT SearchCredit AmountCurrencyDLR19_$S219
12ORDBTAMT SearchOriginating Debit AmountCurrencyDLR19_$S219
13ORCRDAMT SearchOriginating Credit AmountCurrencyDLR19_$S219
14CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].CURNCYID AS 'aaSubLedgerDist-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['aaSubLedgerDist'].CURNCYID = ['Currency Setup'].CURNCYID
15CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].CURRNIDX AS 'aaSubLedgerDist-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['aaSubLedgerDist'].CURRNIDX = ['Currency Setup'].CURRNIDX
16RATETPID SearchRate Type IDStringSTR15_Rate_Type_ID15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].RATETPID AS 'aaSubLedgerDist-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['aaSubLedgerDist'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
17EXGTBLID SearchExchange Table IDStringSTR15_Exchange_Table_ID15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].EXGTBLID AS 'aaSubLedgerDist-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['aaSubLedgerDist'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
18XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
19EXCHDATE SearchExchange DateDateDT_Date6
20TIME1 SearchTimeTimeTM66
21RTCLCMTD SearchRate Calculation MethodIntegerGB0
22DENXRATE SearchDenomination Exchange RateCurrency (Variable)DLR14_Exchange_Rate14
23MCTRXSTT SearchMC Transaction StateIntegerINT11
24SEQNUMBR SearchSequence NumberLong IntegerLI_Sequence_Number10
25GLPOSTDT SearchGL Posting DateDateDT8
26aaCustID SearchaaCustIDStringSTR15_RM_Customer_Number15
27aaVendID SearchaaVendIDStringSTR15_Vendor_ID15
28aaSiteID SearchaaSiteIDStringSTR10_Location_Code10
29aaItemID SearchaaItemIDStringSTR30_Item_Number30
30EMPLOYID SearchEmployee IDStringSTR15_Employee_ID15
31aaAssetID SearchaaAssetIDStringSTR2020
32aaBookID SearchaaBookIDStringSTR1515
33aaCopyStatus SearchaaCopyStatusIntegeraaDDLCopyStatus0
34aaWinWasOpen SearchaaWinWasOpenBooleanaaBoolean0
35POSTED SearchPostedBooleanTrue/False0
36HISTORY SearchHistoryBooleanCB_History0
37aaDistErrors SearchaaDistErrorsLong IntegeraaDistErrors0
38APTVCHNM SearchApply To Voucher NumberStringSTR20_LBAU20
39APTODCTY SearchApply To Document TypeIntegerDDL_Document_Type0
40aaFutureDist SearchaaFutureDistLong IntegeraaLONG_INT8
41aaOffsetAcct SearchaaOffsetAccountBooleanaaBoolean0
42ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].ITEMNMBR AS 'aaSubLedgerDist-Item Number'
       ,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       IV00101 AS ['Item Master']
              ON
                     ['aaSubLedgerDist'].ITEMNMBR = ['Item Master'].ITEMNMBR
43TRXLOCTN SearchTRX LocationStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].TRXLOCTN AS 'aaSubLedgerDist-TRX Location'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['aaSubLedgerDist'].TRXLOCTN = ['Site Setup'].LOCNCODE
44BINNMBR SearchBin NumberStringSTR2020
45TRNSTLOC SearchTransfer To LocationStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['aaSubLedgerDist'].TRNSTLOC AS 'aaSubLedgerDist-Transfer To Location'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       AAG20001 AS ['aaSubLedgerDist']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['aaSubLedgerDist'].TRNSTLOC = ['Site Setup'].LOCNCODE
46TRXQTY SearchTRX QTYCurrencyDLR17_QTY_RBS0_STR17
47PYRLRTYP SearchPayroll Record TypeIntegerDDL_Payroll_Record_Type0
48TRXNUMBER SearchTRX NumberLong IntegerLI8_U08
49aaChangeDate SearchaaChangeDateDateaaDATE6
50aaChangeTime SearchaaChangeTimeTimeaaTME6

Leave a Reply

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