FTTRANS – EFT Transaction
- System
- Accounts Receivable (AR)
- Prefix
FTT- Primary key
CUST-GROUP,CR-COMPANY,COMPANY,TRANS-TYPE,INVOICE,PAYMENT-SEQ,EFT-TYPE,EFT-SEQ- Fields
- 19
- Updated by
- 0 programs
- Referenced by
- 0 programs
FTTRANS is the EFT Transaction table in Lawson Accounts Receivable (prefix FTT). It is indexed by CUST-GROUP, CR-COMPANY, COMPANY, TRANS-TYPE, INVOICE, PAYMENT-SEQ, EFT-TYPE, EFT-SEQ (FTTSET1); alternate indexes: FTTSET2. The table has 19 fields, 2 indexes and 0 documented relations.
About FTTRANS
The EFT Transaction file contains the records used in processing EFT transactions.
Fields (19)
Column = COBOL field name without the FTT- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.
| Field / column | Type | Description & values | Updated by |
|---|---|---|---|
FTT-CUST-GROUP PKCUST_GROUP | Alpha 5 | Customer group. Used to identify a group of customer associated with one or more companies. | — |
FTT-CR-COMPANY PKCR_COMPANY | Numeric 4 | This is the company number that represents the processing company of an EFT transaction. | — |
FTT-COMPANY PKCOMPANY | Numeric 4 | The company that owns the open item transaction. | — |
FTT-TRANS-TYPE PKTRANS_TYPE | Alpha 1 | Transaction type. Valid values are
| — |
FTT-INVOICE PKINVOICE | Alpha 22 | Used to identify the invoice. | — |
FTT-PAYMENT-SEQ PKPAYMENT_SEQ | Numeric 6 | A unique number assigned to each transaction to be interfaced into the Lawson system. | — |
FTT-EFT-TYPE PKEFT_TYPE | Alpha 1 | This is the type of EFT transaction. Valid values are
| — |
FTT-EFT-SEQ PKEFT_SEQ | Numeric 6 | Used to keep EFT transaction records unique. | — |
FTT-CR-CUSTOMERCR_CUSTOMER | Alpha 9 (Right Justified) | The customer which owns the EFT transaction. | — |
FTT-PROCESS-DATEPROCESS_DATE | Numeric 8 (yyyymmdd) | The date the EFT transaction was generated. | — |
FTT-EFT-DATEEFT_DATE | Numeric 8 (yyyymmdd) | The date the funds will be drawn from the customer's bank account. | — |
FTT-NET-AMTNET_AMT | Signed 18.2 | The amount of the EFT transaction. | — |
FTT-BANK-ENTITYBANK_ENTITY | Alpha 15 | Represents a bank institution location. | — |
FTT-BANK-ACCT-NBRBANK_ACCT_NBR | Alpha 35 | The bank-assigned account number identification to be used for the cash code. | — |
FTT-EFT-NOTEEFT_NOTE | Numeric 1 | Indicates the status of the EFT note. Valid values are
| — |
FTT-EFT-EXTRACTEFT_EXTRACT | Numeric 1 | Indicates the status of the EFT extraction. Valid values are
| — |
FTT-EFT-ACTIONEFT_ACTION | Alpha 1 | Indicates the status of the EFT transaction. Valid values are
| — |
FTT-EFT-CREATEDEFT_CREATED | Alpha 1 | Indicates if the EFT transaction has been generated. Valid values are
| — |
FTT-TEMP-HOLDTEMP_HOLD | Alpha 1 | —
| — |
Indexes (2)
Keys marked * are descending. Every documented Lawson index is unique unless flagged Duplicates; Subset indexes carry a Where condition.
| Index | Keys | Flags | Condition | Used in |
|---|---|---|---|---|
FTTSET1 | CUST-GROUP, CR-COMPANY, COMPANY, TRANS-TYPE, INVOICE, PAYMENT-SEQ, EFT-TYPE, EFT-SEQ | Primary | AR09.1, AR09.4, AR10.1, AR11.1, AR12.1, AR12.2, AR13.1, AR13.2 +8 more | |
FTTSET2 | CUST-GROUP, CR-COMPANY, CR-CUSTOMER, COMPANY, TRANS-TYPE, INVOICE, PAYMENT-SEQ, EFT-TYPE, EFT-SEQ | — |
Programs
No Lawson programs are documented as updating or referencing this table.