Hi,
use your original wa_emp declaration and replace line
READ TABLE it_emp INTO wa_emp INDEX 1.
with
READ TABLE it_emp INDEX 1 INTO wa_emp.
Regards,
Klaus
Hi,
use your original wa_emp declaration and replace line
READ TABLE it_emp INTO wa_emp INDEX 1.
with
READ TABLE it_emp INDEX 1 INTO wa_emp.
Regards,
Klaus