Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ATC for SAP Standard code

former_member797976
Discoverer
0 Likes
2,775

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

4 REPLIES 4
Read only

lenastodal
Product and Topic Expert
Product and Topic Expert
0 Likes
2,171

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).


Join or subscribe to SAP Community Groups to stay up-to-date, including SAP TechEd Group.
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,171

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?

Read only

former_member797976
Discoverer
0 Likes
2,171

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

Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
2,171

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.