2013 Jun 24 12:09 PM
Dear Concern,
We have recently setup a new SAP Server. We have completed all the Installation steps.
And SAP is working fine.
The whole issue is coming when We try to delete a imported Custom Data Dictionary Object from SAP be it Custom Table/ Structure/Data Element etc.
i..e We have imported Co and Data files in this new SAP Server. Due to some reasons, we need to delete the Objects imported through the SAP Server.
And when we try to delete Custom Data Dictionary Objects, program dumps.. And nothing is deleted.
Please advice me what is the root cause and what should i do to avoid this?
Dear Concern,
We have recently setup a new SAP Server. We have completed all the Installation steps.
And SAP is working fine.
The whole issue is coming when We try to delete a imported Custom Data Dictionary Object from SAP be it Custom Table/ Structure/Data Element etc.
i..e We have imported Co and Data files in this new SAP Server. Due to some reasons, we need to delete the Objects imported through the SAP Server.
And when we try to delete Custom Data Dictionary Objects, program dumps.. And nothing is deleted.
Please advice me what is the root cause and what should i do to avoid this?
2013 Jun 24 12:23 PM
Hi Suruchi,
Please check the dump details in ST22 and post them here.
BR.
2013 Jun 24 1:07 PM
Time limit exceeded.
t happened?
The program "RADBTDLT" has exceeded the maximum permitted runtime without
interruption and has therefore been terminated.
t can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
or 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. |
How to correct the error
| Programs with long runtime should generally be started as background | |
| jobs. If this is not possible, you can increase the system profile | |
| parameter "rdisp/max_wprun_time". |
| Depending on the cause of the error, you may have to take one of the | |
| following measures: | |
| - Endless loop: Correct program; | |
| - Dataset resulting from database access is too large: | |
| Instead of "SELECT * ... ENDSELECT", use "SELECT * INTO internal table | |
| (for example); | |
| - Database has unsuitable index: Check index generation. |
| If the error occures in a non-modified SAP program, you may be able to | |
| find an interim solution in an SAP Note. | |
| If you have access to SAP Notes, carry out a search with the following | |
| keywords: |
2013 Jun 24 2:03 PM
Hi,
Check transaction RZ10. Change your parameter rdisp/max_wprun_time to increase time out value.
Cheers,
Arindam
2013 Jun 24 3:13 PM
Hi Suruchi,
You need to schedule your deletion operation as a background task.
BR.
2013 Jun 25 7:42 AM
Can you please tell me how to schedule the deletion operation as a background task.
2013 Jun 25 7:43 AM
I already increase rdisp/max_wprun_time to increase time out value. But no results
2013 Jun 25 7:50 AM
Hi Sururchi,
Please see
http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm
BR.
2013 Jun 25 8:12 AM
2013 Jun 24 5:05 PM
Hi Suruchi,
You need to perform Post-installation Activity followed by SGEN to increase SAP System Performance.
Regards,
Shashanka
2013 Jun 25 7:42 AM
Can you please let me know what all Post-installation Activity is required?