cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ATC Check Error: "Program does not exist"

jctx15
Explorer
0 Likes
440

Hello - need help understanding some ATC check errors.

We our testing out some source code of ours developed in our SAP Public Cloud instance which we then imported via gCTS to our S4 2025 on-premise system.

We ran the ABAP_CC_CERTIFICATION ATC check variant for clean clore compatability. However, we have ran into a few errors with object type WAPA .

jctx15_0-1772231163767.png

It looks like it points to the BSP application object. We have a few of these for our Fiori Applications. 

jctx15_1-1772231225293.png

We went ahead and re-deployed directly to the on-premise system and the errors cleared. However, when we imported to another on-prem test system, the ATC check errors came back again. Did some more digging, and found that the cryptic "CL_XXXXXX" class maps back to the INDEX.HTML page of the BSP Application. 

jctx15_1-1772644099516.png

I think what is happening is that the controller class in question is generated during deployment runtime and thus are not actually tagged to a transport, and I don't think it can be. So when we import, the class does not exist and thus the ATC check flags it as missing in the target SAP system. 

jctx15_0-1772644043684.png

The weird part is that we have two other fiori applications that DO not have a controller class tagged to its INDEX.HTML pages and those transport/import just fine. Any ideas how this controller class is generated? Or maybe I am missing something config in the deployment files? I was doing a compare/contrast between the deployment, package.json and manifest.json files of the working fiori apps vs the problamtic one. Not sure if it makes a difference, but the working apps that were transported/imported succesfully are UI5 Freestyle, while the failing apps are Fiori Elements (Flexible Programming Model). 



Accepted Solutions (1)

Accepted Solutions (1)

Dirk98
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

Please check SAP note 3625427 - Addon build pipeline fails - SAP for Me and implement it (or SAP_BASIS SP01). This should help to get rid of these ATC errors.

Best regards,
  Dirk

Answers (0)