while running write job for CRM_ACT_ON for around 22K records i am getting short dump SAPSQL_ARRAY_INSERT_DUPREC.
short dump occurred at:
--> INSERT admi_vaira FROM TABLE lt_admi_varia.
lt_admi_vaira is having ~ 22000 records.
This is the problem due to field length of SEQUENCE which is NUMC 4. but when we are giving 22000 single records in the SARA selection screen, after 9999 th record, it is trying to store the SY-TABIX value of 10000 th record in the SEQUENCE field in the ADMI_VAIRA table.
Need help.
regards,
Kishore
Edited by: Kishore Kumar Vemula on Apr 14, 2009 4:46 PM
SAPLARCH - Main Program
LARCHF01 - Source code