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

SM30 Dump for CX_SY_OPEN_SQL_DB

Former Member
0 Likes
364

I have SM30 created for my custom table. I observed that I am getting this dump CX_SY_OPEN_SQL_DB only for specific records and not for all. When I get this error that particular record is not even existing in the table. When I debugged I found that 'total' has 2 records for this record. Why this is happening for specific records and not for all ? How do I avoid it ?

I have SM30 created for my custom table. I observed that I am getting this dump CX_SY_OPEN_SQL_DB only for specific records and not for all. When I get this error that particular record is not even existing in the table. When I debugged I found that 'total' has 2 records for this record. Why this is happening for specific records and not for all ? How do I avoid it ?

1 REPLY 1
Read only

Former Member
0 Likes
309

This error I was getting because of the event that I had coded. I changed the logic of the event and now its working fine.