Purpose
This page explains how to deal with the error message :
CATEGORY : ABAP Programming Error
Runtime Errors : Timeout
Figure 1
Applicable in CAST Version
Release | Yes/No |
|---|---|
| 8.3.x |
Applicable RDBMS
RDBMS | Yes/No |
|---|---|
| CSS |
Action Plan
- In SAP system, when the error occurs, open the Runtime Error descritpion to identify the rootcause of the issue
- Go to the sections Trigger Location of Runtime Rrror and Source Code Extract as shown in the below screenshot :
Figure 2 - If the Program that is failing is /INVY/SAPLSAP_EXTRACTOR_FGR:
If the row that is showed in the source code extract section is If lv_count(*) lt lc_max_int., as shown in the below screenshot :
Count of number of rows
The query select count(*) from (<ls view>-viewname) into lv_count up to lc_max_int rows is the query that calculates the number of line of rows per tables.
- Open the SAP Extractor, at the table extraction section, uncheck the option Extract Number of Rows option.
Figure 3
Disabling this option will prevent the XXL tables to be calculated. Then no Quality Rules regarding the XXL tables will be computed. - Run the ABAP extractor again.
- If the above points do not help you, contact CAST Technical Support and provide the Relevant Input.
This issue is fixed in the version of the SAP Extractor higher than 8.1
Notes/comments
Related Pages




