CBTRFTABLE – Fund Transfer Table

System
Cash Ledger (CB)
Prefix
CBX
Primary key
CASH-CODE
Fields
4
Updated by
1 program
Referenced by
3 programs

CBTRFTABLE is the Fund Transfer Table table in Lawson Cash Ledger (prefix CBX). It is indexed by CASH-CODE (CBXSET1). It is related 1:1 to CBBANKENT, CBBANKINST and CBCASHCODE. It is updated by CB02.1 and referenced by CB15.1, CB15.2 and CB150. The table has 4 fields, 1 index and 5 documented relations.

About CBTRFTABLE

The Fund Transfer Table file identifies the bank service transaction codes used for bank fund transfers for a cash code (bank account). The bank service transaction codes represent a withdrawal from the account, a deposit to the account, and a bank expense associated with the funds transfer.

Fields (4)

Column = COBOL field name without the CBX- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.

Field / columnTypeDescription & valuesUpdated by
CBX-CASH-CODE PK
CASH_CODE
Alpha 4The cash code. Represents a bank account. Must be a valid record in the Cash Code file.CB02.1
CBX-FROM-INST-CODE
FROM_INST_CODE
Alpha 3The bank service transaction code used for transferring funds from the bank account (withdrawal). Must be a valid bank debit type bank service transaction code record in the Bank Transaction Code file.CB02.1
CBX-TO-INST-CODE
TO_INST_CODE
Alpha 3The bank service transaction code used for transferring funds to the bank account (deposit). Must be a valid bank credit type bank service transaction code record in the Bank Transaction Code file.CB02.1
CBX-EXP-INST-CODE
EXP_INST_CODE
Alpha 3The bank service transaction code used for bank expenses associated with funds transfers for bank account. Must be a valid bank debit type bank service transaction code record in the Bank Transaction Code file.CB02.1

Indexes (1)

Keys marked * are descending. Every documented Lawson index is unique unless flagged Duplicates; Subset indexes carry a Where condition.

IndexKeysFlagsConditionUsed in
CBXSET1CASH-CODEPrimaryCB02.1, CB15.1, CB15.2, CB150

Relations

One to one (5) — lookups and parents

RelationTableRulesConditionField map
CbbankentCBBANKENTRequiredCBC-BANK-ENTITYCBE-BANK-ENTITY
CbbankinstexpCBBANKINSTRequiredCBX-EXP-INST-CODECBI-BANK-INST-CODE
CbbankinstfromCBBANKINSTRequiredCBX-FROM-INST-CODECBI-BANK-INST-CODE
CbbankinsttoCBBANKINSTRequiredCBX-TO-INST-CODECBI-BANK-INST-CODE
CbcashcodeCBCASHCODERequiredCBX-CASH-CODECBC-CASH-CODE

Programs

Updated by (1)

Referenced by (3)