Hi All,
The import process is eneded with time out runtime error.
Short text
Time limit exceeded.
What happened?
The program "SAPLSMTR_NAVIGATION_MODULES" 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.
Truck button is still showing in the STMS_IMPORT transaction and the usr/sap/trans/tmp directory is not getting update
Please help me to solve this.