Xtract Table - Time Limit Exceeded
Error:
The extraction of an SAP table is aborted and terminated with the following error:
RfcReceiveEx failed(RFC_SYS_EXCEPTION) RFC_ERROR_SYSTEM_FAILURE - Time limit exceeded
Reason:
The system-wide SAP parameter
The following extract from the SAP documentation and example screenshot from transaction RZ11.
rdisp/max_wprun_time
for the maximum duration of RFC connections is exceeded. This termination is basically controlled by the SAP source system.The following extract from the SAP documentation and example screenshot from transaction RZ11.
Note: As of Release 7.40, a more precise setting is possible using SAP parameter
rdisp/scheduler/prio_normal/max_runtime
. Please check the following official SAP Note 25528.Note: This limitation mainly affects very large or continuously growing SAP tables.
The following options are available to avoid the above mentioned error. The following alternatives are to be understood as either or approaches.
Instead of executing the extraction in a dialog mode, the extraction can be executed as a background job using the custom function module Z_THEO_READ_TABLE in version 2.10 or higher. Import the function module into the SAP source system and activate the background function in the extraction settings. The transport request for the custom function module Z_THEO_READ_TABLE can be found in the following installation path:
Manual increase of the SAP parameter by the SAP Basis team.
Note: This is a system-wide adaptation of the RFC runtime parameter rdisp/max_wprun_time
.
Files | ||
---|---|---|
DataImage16.png 29 KB |
||
DataImage5.png 6 KB |
||
DataImage51.png 42 KB |