Skip to Content
0
Former Member
Mar 03, 2009 at 09:23 PM

GR55 Report / Abap Dump

667 Views

Hello,

I'm working on issue where I have two users who are executing the same transaction but getting back different results. One users gets back the output of the report another gets back an abap run time errror.

The run time error for short text reads, " Time limit exceeded"

I thought this was due to missing authorization however I ruled this out when I tried running this report under my profile that has sap_all & sap_new and got an abap dump error indicating time limit exceeded.

The transaction i'm running is GR55, once there I choose the report group. Next screen i enter in the year and period. I using period 1 which is one month of data and I still get the dump. The user who can run this report goes up to 9 periods and gets an output every time.

I can run this same report in our Q/A without any issues. I pulled the dump in ST22 and from reading it appears the paremeter for rdisp/max_wprun_time is set to 1200 secs and when I run this report i'm exceeding 1200secs which triggers the dump.

This all make sense however I don't understand how one user doesn't run into the same issue and one does.