Application Development 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: 

DBSQL_DUPLICATE_KEY_ERROR

Former Member
0 Kudos

The user is getting a DUMP when trying to print delivery document directly using the print ICON. The same will not throw any dump if he/she clicks on print preview option. if print preview option is used then user is able to see the PDF document and then he can print it from there. Details of the issue. What happened?     Error in the ABAP Application Program     The current ABAP program "SAPLV45V" had to be terminated because it has     come across a statement that unfortunately cannot be executed. Information on where terminated     The termination occurred in ABAP program "SAPLV45V", in "VBUK_BEARBEITEN". The     main program     was "RSM13000".     In the source code, the termination point is in line 1660 of (Include)     program "LV45VF0V".     The program "SAPLV45V" was started in the update system.     The termination is due to exception "CX_SY_OPEN_SQL_DB" occurring in procedure     "VBUK_BEARBEITEN" "(FORM)".     This exception was not handled locally or declared in the RAISING     clause in the procedure's signature however.     The procedure is in program "SAPLV45V                                ". The     source code begins in line 1608 of     (include) program "LV45VF0V                                ".

1 REPLY 1

former_member185537
Participant
0 Kudos

Hi prince,

There is an exit in the main program which is not activated. Try correct this and it willl resolve automatically