Hi Experts
I am an ABAP run time error while executing a KE30 report. The run time error- description of exception is as below:
Category ABAP Programming Error
Runtime Errors TIME_OUT
ABAP Program RK2BCAM1_READ_COST
Application Component CO-PA-PMS
Date and Time 03/08/2013 08:24:19
Short text
Time limit exceeded.
What happened?
The program "RK2BCAM1_READ_COST" has exceeded the maximum permitted runtime
without
interruption and has therefore been terminated.
Error analysis
After a specific time, the program is terminated to make the work area
available to other users who may be waiting.
This is to prevent a work area being blocked unnecessarily long by, for
example:
- Endless loops (DO, WHILE, ...),
- Database accesses with a large result set
- Database accesses without a suitable index (full table scan)
The maximum runtime of a program is limited by the system profile
parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this
time limit is
exceeded, the system attempts to cancel any running SQL statement or
signals the ABAP processor to stop the running program. Then the system
waits another 60 seconds maximum. If the program is then still active,
the work process is restarted.
I have also tried to execute the report by scheduling in background. Although the background job is getting finished, but it is not generating any spool, thus not showing any output. The back ground job is showing the below log:
Date Time Message text Message class Message no. Message type
03/08/2013 07:50:10 Job started 00 516 S
03/08/2013 07:50:10 Step 001 started (program GPBUDAYJZ6SC3FGQ9BFJT6KQSUS, 00 550 S
variant &0000000000001,)
03/08/2013 08:08:57 You cannot execute the function KH 124 S
03/08/2013 08:08:57 Job finished 00 517 S
Previously this report has been executed, bot now it is throwing this run time error in all the three systems (D/Q/P).
I have attached the unconverted dump with this message.
Any help to resolve this issue is greatly appreciated. also please let me know if you need any specific information to analyze.
Thanks in advance
Regards
SM