Hello Dominic,
define your work area like
DATA wa_vorg type zzdu_vorg. and try
if still sy-subrc NE 0 might be due to same value already exist for the key fields in that case try to use MODIFY.
Regards,
Bhupesh
Hello Dominic,
define your work area like
DATA wa_vorg type zzdu_vorg. and try
if still sy-subrc NE 0 might be due to same value already exist for the key fields in that case try to use MODIFY.
Regards,
Bhupesh