Perform logic and VI

I am importing into Sage 100 Payroll Data entry.  Using perfom logic, I am able to import earnings using TBL(NOT(Temp006), coBusiness'Lines'CreateStandardEarningsLine( Temp001$, Temp006 ) , 0)

Does any know if I can import Deductions as well? 

I tried using TBL(NOT(Temp006), coBusiness'Lines'CreateStandardDedcutionsLine( Temp001$, Temp006 ) , 0) but I get an error when trying to run the import.