TAFC To TAFJ Conversion in T24 Transact
TAFC To TAFJ Conversion in T24 Transact
MD Shibli Mollah
T24 Technical Analyst
Dependency on OS & Compilation
MD Shibli Mollah
T24 Technical Analyst
Refactoring TAFC Code for Compatibility with TAFJ in
Temenos T24
Access Data in InfoBasic Routine: In TAFC environment, INSERT files are used
to access the T24 application data.
$INSERT I_F.FUNDS.TRANSFER
Whereas, in TAFJ, we access them by the keyword named as $USING from Java
packages.
$USING FT.Contract
R.NEW in TAFJ,
EB.SystemTables.getRNew()
Componentization In TAFJ,
FT.Contract.FundsTransfer.DebitAcctNo = Packagename.FileName.FieldName
MD Shibli Mollah
T24 Technical Analyst
The Basic functions are the same for TAFC & TAFJ. For Example, (IF,
ELSE, WHILE etc.)
Note: Initially, try to find the functions compatible with TAFJ, though more than 90%
of the functions are same. The ultimate task is to find the Variable/Function/Table
name in TAFJEE using tShow command.
TAFJ supports some Common variables using the $INSERT key word. For example,
$INSERT I_COMMON
$INSERT I_EQUATE
MD Shibli Mollah
T24 Technical Analyst
Sample TAFC Code from Design Studio
MD Shibli Mollah
T24 Technical Analyst
Converted Sample TAFJ Code from Design Studio
MD Shibli Mollah
T24 Technical Analyst
MD Shibli Mollah
T24 Technical Analyst