Data import and Table-Trigger

Hello, i have the following problem. I wrote a dataport to import approx. 10000 records. The problem is, that i have to call the onmodify-trigger of the table after each record to write a new record into another table. Now, i like to know, how to call this trigger. Thanks for the help. best regards Micha

rec.MODIFY(TRUE); put TRUE in the parameter and the table will run the OnModify trigger. Put FALSE in there and it doesn’t.