Source Extractor - ABAP - Run extraction - Fatal Error
*Purpose
This page provides the approach to troubleshoot the fatal error encountered while running the ABAP extractors:
For more information, refer to:
Official Documentation For 8.4**: CAST SAP Extractor NG - Documentation - 8.4.x**
Official Documentation For 8.3: CAST SAP Extractor NG - ABAP source code extraction - 8.3.x - 8.2.x - 8.0.x
TKB page for Information Guides : Source Extractors
*Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.4.x | ✅ |
| 8.3.x | ✅ |
*Observed on RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Action Plan
When an issue occurs during the SAP Extraction :
Make sure that you have filled the fields of the ABAP extractor accordingly with the scope you need to extract as explained in the ABAP source code extraction page
Follow the CAST SAP Extractor NG - FAQ
In the SAP System, open the transaction screen ST22. This transaction is used to check and analyze the abap run time errors:
- Read the short description of the error message as below example

In the above example, the runtime error is DBSQL_TABLE_UNKNOWN, and the description of the error is : Table is uncknown or does not exist. - Go to the section Error analysis as below screenshot. It will give the reason why the issue occured.

In the above case, the issue is due to missing table
- Read the short description of the error message as below example
If the issue that occurs is due to missing table or missing view:
- Check in the Extractor configuration that the option Extract Number of Rows is selected.
- If the option is enabled:
- Either disable it
- Or Use the Tables / Views Exclusion File option as explained in the official documentation:

- If the option is enabled:
- Check in the Extractor configuration that the option Extract Number of Rows is selected.
If you see the following message in regards to memory when extracting:
- Add more memory to the SAP system
- Split the extraction into smaller pieces such as by module

Then you have the following options:
If the above points do not help you, select the below page you are interested in:
If you do not find the information you are looking for or solution for your problem, contact CAST Technical Support and provide the relevant input to help CAST Support team investigate your problem or procure the required information.
Notes/comments
Related Pages