Hi.
As per my knowledge, one case where INSERT fails is when record with same primary key(s) is already existing in the table.
My suggestion is
select * from DFKKOP into table tmp_dfkkop for all entries in it_dfkkop
where primary key(s) = it_dfkkop-primary_key(s).
Now display these records for the end-user to take action.
Regards.