‎2010 Aug 02 4:54 AM
Hi friends,
I have an execution DUMP in a Z report, so I would be very thankful if you can give me your expert opinion.
I have a Z report which collects some information into an internal table. After that, I need to go over each record and read VABK, VBAP and VBFA tables and compute some quantities. It is not possible to do this in another way because I need to get some information first.
Of course, each table is being read in the corresponding sequence (1st VBAK, then VBAP and then VBFA and at the end LIPS table) using the key or part of it. The problem is that if the user wants to execute the report online, it will be finish in a dump at this routine.
My question is if it is possible to skip the dump getting VBAK and VBAP tables in memory and instead of reading directly, read them from memory. Notice that if I do this I need to put almost the entire table into memory. So, do you think that I will earn time or it will be the same or worse?
Thanks in advance & kind regards,
MMP.
‎2010 Aug 02 5:01 AM
Hi,
Please refer SAP note 185530 for more information.
regards,
‎2010 Aug 06 12:52 PM
Hi everybody!
We applied the note but it doesn't help. We realized that we have a problem with records quantity, so the key user is going to analyze which other parameter could be helpful.
Thank everybody very much!
Kind regards.
‎2010 Aug 06 10:54 AM
Hi MMP,
What exactly is the dump error message. If this is a catchable exception, you can indeed skip the error by using a TRY CATCH block. But this is just a remedy and not a solution. Please post code fragments.