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: 

Termination occurred in the ABAP program SAPMS38L - in FU_DELETE_FUNCTION

0 Kudos

Hi,

We are getting dump in smart form generation for every smart form.

In the source code you have the termination point in line 117 of the (Include) program "MS38LFFU". The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in procedure "FU_DELETE_FUNCTION" "(FORM)", but it was neither handled locally nor declared in the RAISING clause of its signature.

smartform.jpg

3 REPLIES 3

horst_keller
Product and Topic Expert
Product and Topic Expert

The short dump has more to say. Read it! Check the Error position to see the reason for the exception. An SQL statement went wrong. Find out, if the statement is wrong or if it should work. Only if, according to documentation, it should work, there is a problem with the DB interface. Otherwise, it is a programming error.

0 Kudos

Hi,

We have checked rsinfdir table, it is active, consistent and has available size. But still we are getting this dump in every smartform regeneration. Could you please help me in this case.

smartform1.jpg

0 Kudos

These screen shots do not help but only show what you have already said.

You have to show the SQL statement that leads to the exception.