Multiple choice technology

Required fields for EIM table

  1. IF_ROW_BATCH_NUM, IF_ROW_STAT, CONFLICT_ID

  2. ROW_ID, IF_ROW_BATCH_NUM, conflict_id

  3. ROW_ID, IF_ROW_BATCH_NUM, IF_ROW_STAT

  4. ROW_ID, IF_ROW_BATCH_NUM

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

EIM tables require ROW_ID (unique identifier), IF_ROW_BATCH_NUM (batch tracking), and IF_ROW_STAT (status tracking like 0=success). These are mandatory columns for EIM processing. CONFLICT_ID is optional.