CE Cashbook Match Hist Table (CBEUH116)

azurecurveProductsCashbook (1058)FinancialCE Cashbook Match Hist Table (CBEUH116)

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

Product: Cashbook (1058)
Series: Financial

Display Name: CE Cashbook Match Hist Table
Physical Name: CBEUH116
Technical Name: CB_Euro_Match_Hist

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1CHEKBKID SearchCheckbook IDSTR15_Checkbook_IDString15
Key to the CM Checkbook Master (CM00100).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].CHEKBKID AS 'CE Cashbook Match Hist Table-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['CE Cashbook Match Hist Table'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
2CB_Invoice_Number_String SearchCB_Invoice_Number_StringSTR200String200
3CB_Doc_No SearchCB_Doc_NoDocument_NumberString20
4CB_Trx_Type_String SearchCB_Trx_Type_StringSTR30String30
5CB_Ledger_Type SearchCB_Ledger_TypeINT3Integer3
6CB_Matched SearchCB_MatchedbooleanBoolean0
7OPENYEAR SearchOpen YearINT4_S0Integer4
8JRNENTRY SearchJournal EntryLI8_U0Long Integer8
9RCTRXSEQ SearchRecurring TRX SequenceDLR19_$S2Currency19
10SOURCDOC SearchSource DocumentSTR10_Source_DocumentString10
Key to the Source Document Master (SY00900).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].SOURCDOC AS 'CE Cashbook Match Hist Table-Source Document'
       ,['Source Document Master'].SOURCDOC AS 'Source Document Master-Source Document'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       SY00900 AS ['Source Document Master']
              ON
                     ['CE Cashbook Match Hist Table'].SOURCDOC = ['Source Document Master'].SOURCDOC
11REFRENCE SearchReferenceSTR30String30
12DSCRIPTN SearchDescriptionSTR30String30
13TRXDATE SearchTRX DateDT_DateDate6
14TRXSORCE SearchTRX SourceSTR13String13
15ACTINDX SearchAccount IndexLI_14Long Integer14
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].ACTINDX AS 'CE Cashbook Match Hist Table-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['CE Cashbook Match Hist Table'].ACTINDX = ['Account Index Master'].ACTINDX
16POLLDTRX SearchPolled TransactionYNBoolean0
17LASTUSER SearchLast UserUser_IDString15
18LSTDTEDT SearchLast Date EditedDT_DateDate6
19USWHPSTD SearchUser Who PostedUser_IDString15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].USWHPSTD AS 'CE Cashbook Match Hist Table-User Who Posted'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['CE Cashbook Match Hist Table'].USWHPSTD = ['Users Master'].USERID
20ORGNTSRC SearchOriginating SourceSTR15String15
21ORGNATYP SearchOriginating TypeINTInteger0
22QKOFSET SearchQuick OffsetINTInteger0
23SERIES SearchSeriesDDL_SeriesInteger0
24ORTRXTYP SearchOriginating TRX TypeINTInteger0
25ORCTRNUM SearchOriginating Control NumberSTR20String20
26ORMSTRID SearchOriginating Master IDSTR30String30
27ORMSTRNM SearchOriginating Master NameSTR64String64
28ORDOCNUM SearchOriginating Document NumberSTR20String20
29ORPSTDDT SearchOriginating Posted DateDT_DateDate6
30ORTRXSRC SearchOriginating TRX SourceSTR13String13
31OrigDTASeries SearchOriginating DTA SeriesINTInteger0
32OrigSeqNum SearchOriginating Sequence NumberLong IntLong Integer8
33SEQNUMBR SearchSequence NumberLI_Sequence_NumberLong Integer10
34DTA_GL_Status SearchDTA GL StatusINT1Integer1
35DTA_Index SearchDTA IndexDLR14Currency14
36CURNCYID SearchCurrency IDSTR15_Currency_IDString15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].CURNCYID AS 'CE Cashbook Match Hist Table-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['CE Cashbook Match Hist Table'].CURNCYID = ['Currency Setup'].CURNCYID
37CURRNIDX SearchCurrency IndexINT3Integer3
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].CURRNIDX AS 'CE Cashbook Match Hist Table-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['CE Cashbook Match Hist Table'].CURRNIDX = ['Currency Setup'].CURRNIDX
38RATETPID SearchRate Type IDSTR15_Rate_Type_IDString15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].RATETPID AS 'CE Cashbook Match Hist Table-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['CE Cashbook Match Hist Table'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
39EXGTBLID SearchExchange Table IDSTR15_Exchange_Table_IDString15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].EXGTBLID AS 'CE Cashbook Match Hist Table-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['CE Cashbook Match Hist Table'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
40XCHGRATE SearchExchange RateDLR14_Exchange_RateCurrency (Variable)14
41EXCHDATE SearchExchange DateDT_DateDate6
42TIME1 SearchTimeTM6Time6
43RTCLCMTD SearchRate Calculation MethodGBInteger0
44NOTEINDX SearchNote IndexDLR14Currency14
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].NOTEINDX AS 'CE Cashbook Match Hist Table-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['CE Cashbook Match Hist Table'].NOTEINDX = ['Record Notes Master'].NOTEINDX
45ICTRX SearchIC TRXCB_IC_TRXBoolean0

Click to show/hide Intercompany flag


0	Not intercompany.
1	Intercompany
46ORCOMID SearchOriginating Company IDSTR5_IC_IDString5
Key to the Company Master (SY01500).

Click to show/hide

SELECT
       ['CE Cashbook Match Hist Table'].ORCOMID AS 'CE Cashbook Match Hist Table-Originating Company ID'
       ,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
       CBEUH116 AS ['CE Cashbook Match Hist Table']
INNER JOIN
       DYNAMICS..SY01500 AS ['Company Master']
              ON
                     ['CE Cashbook Match Hist Table'].ORCOMID = ['Company Master'].CMPANYID
47ORIGINJE SearchOriginating Journal EntryLI8_U0Long Integer8
48PERIODID SearchPeriod IDINT3Integer3
49CRDTAMNT SearchCredit AmountDLR19_$S2Currency19
50DEBITAMT SearchDebit AmountDLR19_$S2Currency19
51ORCRDAMT SearchOriginating Credit AmountDLR19_$S2Currency19
52ORDBTAMT SearchOriginating Debit AmountDLR19_$S2Currency19
53DOCDATE SearchDocument DateDTDate8
54PSTGNMBR SearchPosting NumberLI8_U0Long Integer8
55PPSGNMBR SearchPeriod Posting NumberLI8_U0Long Integer8
56DENXRATE SearchDenomination Exchange RateDLR14_Exchange_RateCurrency (Variable)14
57MCTRXSTT SearchMC Transaction StateINT1Integer1
azurecurveProductsCashbook (1058)FinancialCE Cashbook Match Hist Table (CBEUH116)

Leave a Reply

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