Delivery Manager Tool - Package - Project Validation - Project not found - SAP
Purpose
This page helps you to troubleshoot issues related to the incomplete content after having packaged a SAP application.
For more information, refer to:
- For CAST 8.2: CAST SAP Extractor NG Admin Guide
- For CAST 8.1: CAST SAP Extractor NG Admin Guide
- For CAST 8.0: CAST SAP Extractor NG Admin Guide
- For CAST 7.3: CAST SAP Extractor NG Admin Guide
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
| 8.2.x | ✅ |
| 8.1.x | ✅ |
| 8.0.x | ✅ |
| 7.3.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | N/A |
| Microsoft SQL Server | N/A |
| CSS2 | N/A |
Step by Step scenario
- Extract Data from the SAP extraction system without any errors or warnings.
- Examine the extraction results and notice issues during validation of the extraction results.
Action Plan
Perform the below actions
- Check to see if the non extracted packages have no programs
In the Main SAP Page, go to the transaction se16:

Go To the table TADIR :

Fill the table like below : Object : Prog (for programs) and DEVCLASS = The name of the package:

When run, then It will give the list of programs per packages
Alternatively, check in the transaction se80 : From there you can check the content of the Package:

- If the non-extracted packages have programs on SAP, then see if the package name starts with “_”.
- If this is the case, conirm that the SAP BAPI files have become folders :
- The first folder is SAP_BAPI_, the second folder is the package name, and the xml file is created in the package folder.
- For instance, for the package _MAHLE_0028, the expected name for a file like SAP_BAPI__MXXXX_0028.xml, but instead it is SAP_BAPI/MXXXX/0028.xml
- The first folder is SAP_BAPI_, the second folder is the package name, and the xml file is created in the package folder.
- If the files have become folders, then the solution is to manually rename the xml file as it is expected to be : SAP_BAPI_<PACKAGE_NAME>.xml and place it in the root of the package (where currently the SAP_BAPI folder is being created.
- If this is the case, conirm that the SAP BAPI files have become folders :
- If the above steps do not solve your issue contact Cast Technical Supportwith Relevant input from the other issues section in order toreproduce this issue
Notes/comments
Ticket # 7728, #11450
Related Pages