‎2022 Apr 06 6:49 AM
How to run ATC for a standard SAP Package which doent contain any Z* or Y* objects and i have tried to change namespace from /0SAP to /0CUST. Still it is returning '0' results. can some one share the details what can be done to check ATC against standard sap code
Thanks
Mouli
‎2022 Apr 06 6:50 AM
Thank you, Chandramouli,
Since this is your first question, I recommend that you familiarize yourself with our Q&A Tutorial: https://developers.sap.com/tutorials/community-qa.html, as it provides tips for preparing questions that draw responses from our members. Should you wish, you can revise your question by selecting Actions, then Edit.
By adding a picture to your profile you encourage readers to respond: https://www.youtube.com/watch?v=46bt1juWUUM
Many thanks!
(Keep in mind, when you receive an answer that was helpful to you, accept it as best answer).
‎2022 Apr 06 7:20 AM
I guess the idea is that ATC can run tests on SAP code only in SAP-owned development systems.
Why do you want to check SAP-owned code?
‎2022 Apr 06 9:54 AM
We got to develop code in SAP Namespace and the package like CD01_DCM and we develop code with naming like CL_CLASS_NAME, RCM_PROGRAM_NAME ..Etc and we are running ATC for the package CD01_DCM and it is returning '0' results in SE80 - ATC Result Browser .
And also if we take any object under this package to run Static ATC check ,it is returning a message 'The objects passed the chosen checks without any finding'
Even I have changed NAMESPACE from /0SAP/ to /0CUST/ in TDEVC table in debugging but still it not working.
Please suggest what can be done to make it ATC work for these programs and package.
Thanks
Mouli
‎2022 Apr 12 8:08 AM
Hi,
in that case you are creating the SAP Objects as customer modifications. Scanning of customer modifications is possible via remote ATC. See the blog post for more details:
https://blogs.sap.com/2017/09/18/remote-code-analysis-in-atc-scanning-customer-extensions/
Regards,
Thomas.