2007 Sep 14 4:04 PM
In the VF01 i m getting this error.
ABAP/4 processor : SAPSQL_ARRAY_INSERT_DUPREC
I am getting the error in the following insert.
LOOP AT XKOMV.
KONV = XKOMV.
BELEG = XKOMV-KNUMV.
IF BELEG-ID = '$'.
PERFORM VBRK_BELEGNUMMER_ERMITTELN.
XKOMV-KNUMV = XVBRK-KNUMV.
ENDIF.
MODIFY XKOMV.
ENDLOOP.
>>>>> INSERT KONV FROM TABLE XKOMV.
IF SY-SUBRC NE 0.
MESSAGE A100 WITH 'KONV' SY-SUBRC XKOMV-knumv.
ENDIF.
Can any one help me in this to solve this issue ?
Prem
Message was edited by:
Alvaro Tejada Galindo
In the VF01 i m getting this error.
ABAP/4 processor : SAPSQL_ARRAY_INSERT_DUPREC
I am getting the error in the following insert.
LOOP AT XKOMV.
KONV = XKOMV.
BELEG = XKOMV-KNUMV.
IF BELEG-ID = '$'.
PERFORM VBRK_BELEGNUMMER_ERMITTELN.
XKOMV-KNUMV = XVBRK-KNUMV.
ENDIF.
MODIFY XKOMV.
ENDLOOP.
>>>>> INSERT KONV FROM TABLE XKOMV.
IF SY-SUBRC NE 0.
MESSAGE A100 WITH 'KONV' SY-SUBRC XKOMV-knumv.
ENDIF.
Can any one help me in this to solve this issue ?
Prem
Message was edited by:
Alvaro Tejada Galindo
2007 Sep 14 4:06 PM
2007 Sep 14 4:11 PM
I just created invoice for a delivery and saved while saving i got this error
2007 Sep 14 4:12 PM
Have you searched for OSS notes??
Anyway, look at note 208627.
And note 154638.
You should use SM13 to analyze failed updates.
Rob
Message was edited by:
Rob Burbank
2007 Sep 14 4:15 PM
Hi,
Check whether you are creating duplicate invoice becoz as per the error
it is saying that you are creating duplicte record.
Go to table and check whther that invoice is exist there.
Hope this will help.
-Umesh
2007 Sep 14 4:22 PM
2007 Sep 14 4:34 PM
Hi Kamala,
I would suggest that one of your developers has caused this problem in a userexit.
Regards,
Chester
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |