Application Development 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: 

ATC compatible with technologies?

Former Member
0 Kudos

Hello Experts,

I am aware ATC can be used to check ABAP objects. We have already made ATC responsible for code quality is our ISU and CRM systems.

Which other systems/technologies does ATC can be used with? For e.g. BW, PI, UI5, Netweaver Gateway, HTML etc.

Thanks,

Jigar V

1 REPLY 1

former_member183804
Active Contributor
0 Kudos

Hello Jigar,

ATC and Code Inspector can be used in general to validate ABAP development objects that have entry in table TADIR.

In more details there exist various checks (also called tests) the analyse specific object types. For example a syntax check for Classes, Function Groups, Interfaces. To analyse a specific object an according check also must have registered for the type of object.

As non ABAP artefacts or not contained in table TADIR such technology can never get analysed with ATC.

Best Regards

Klaus