FLOW CONTROL :
Data quality validation is done before loading the data into target tables.Check Control Knowledge Module (CKM) will create E$ table and SNP_CHECK_TAB table for data quality check.
It will validate data in I$ table before inserting data into target table. If it has any errors then it will delete from I$ table and insert into E$ table and common error message and interface name into SNP_CHECK_TAB
STATIC CONTROL :
Data quality validation is done after loading the data into target tables.CKM will validate data on target table and if any error is detected it will be inserted to E$ table and SNP_CHECK_TAB. Remember that the incorrect entry will not be deleted as in Flow control.