Why you cannot use READ statement? Without reading the entries we cannot say that internal table's first field is empty.
If you want to modify the internal table entry which has empty value then use
MODIFY TABLE i_tabn FROM wa_tabn.
in IF statement.