Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump at VA01 - command Insert VBKD from table DA_XVBKDI

joo_gaia
Explorer
0 Likes
2,001

Hi

The key user is facing an issue for a specific sales order. VA01 is dumping at the include LV45UF0V, form VBKD_BEARBEITEN,

instruction INSERT VBKD FROM TABLE DA_XVBKDI.

The reason of the dump is a duplicate key (run time error: SAPSQL_ARRAY_INSERT_DUPREC exception CX_SY_OPEN_SQL_DB).

I put a break point at this program but it is not stopping. Could you please advise about how can I get the data at DA_XVBKDI or do you have any clue about this error?

observation: we are running version 4.7

Thanks in advance.

João Gaia

4 REPLIES 4
Read only

Former Member
0 Likes
1,131

Hi,

Refer oss note 985130 and related notes .

[Refer this link for better help|;

I hope this information helps you.

Manjunath M

Edited by: manjunath4sap on Dec 21, 2010 12:50 PM

Read only

Former Member
0 Likes
1,131

Hi,

If you want to get the data in DA_XVBKDI , Press on Debugger (F7) when the dump occurs , you'll be in debugging mode ,

and you can get the entries in DA_XVBKDI.

Regards,

Srini.

Read only

Former Member
0 Likes
1,131

Hi,

You can check if the Number range object has been altered by some one.

Regards,

Rupesh R Nair.

Read only

brad_bohn
Active Contributor
0 Likes
1,131

I put a break point at this program but it is not stopping

You need to turn on the update debugger to hit it, but you can check the contents of the VBKD table prior to be handed off multiple functions in the update task just by stopping at the save user exit or anywhere in the save code. I've seen that error before but it wasn't related to number ranges; I believe it was bad user exit coding that caused it.

You should also have an update terminate record in SM13 - you can go there to view the internal table contents as well.