This is the dump which users are facing in production system this morning. ABAP guys developed a custom program for them and when they tries to execute program system is getting dump.I have searched for reason on web and found below.
You are running short of memory during running of the program.
There may be two reasons ;
1. You have internal tables which are massived (too big ). Reduce the size by gathering data from the database in packets.
2. If you are using the zstatement 'select' and use a range table in the select statement that is too big. The database cannot handle unlimited amounts of data in internal tables used with the ' where xyz in s_range_table'.
No comments:
Post a Comment