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: 

ABAP Test Cockpit Exemption Granularity

jmbjorn
Discoverer
0 Kudos

Is there any way in ATC to grant exemptions on a particular message instead of at the Check Message Level?

For instance, we have an include where our ATC check finds 2 cases of Check Message "No Handling of SY-SUBRC After CALL FUNCTION".  One of them was created recently and should be addressed rather than exempted. The other is from older development and nowhere near where any current work has been done.

I would like to be able to exempt the older finding, but leave the newer change for the developer to fix. However, it seems that I can only grant exemptions at the Check Message level (or the even less granular Check level). If I apply an exemption for the older change, it exempts all cases of "No Handling of SY-SUBRC After CALL FUNCTION" for this include. If I exempt nothing, then the system is not providing clear guidance for the developer as to which issues they should address.

Many thanks,

John

1 ACCEPTED SOLUTION

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi John,

the behavior that you are desribing is a know gap in the code inspector infrastructure.

Excemptions for standard CI checks (no SLIN_SEC checks) can only be granted on source code object level, e.g. include.


For security checks (SLIN_SEC) we already improved the behavior so that it is possible to create exemptions on finding level. We will provide the same mechanism for all findings in one of the next versions of CI in future. 


Regards,

Thomas.

4 REPLIES 4

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi John,

the behavior that you are desribing is a know gap in the code inspector infrastructure.

Excemptions for standard CI checks (no SLIN_SEC checks) can only be granted on source code object level, e.g. include.


For security checks (SLIN_SEC) we already improved the behavior so that it is possible to create exemptions on finding level. We will provide the same mechanism for all findings in one of the next versions of CI in future. 


Regards,

Thomas.

0 Kudos

Hi Thomas,

Thanks very much for the reply.  Is there a release/sp where this feature is planned to be available for all CI tests?

In the meantime, it looks as if we could pretty safely add an enhancement to extend this feature to the tests where we need this level of granularity.

Thanks Again,

John

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi John,

sorry, but there are some bigger changes in the whole ATC infrastructure needed to solve this issue. Until now I cannot estimate any availibility date.

Regards,

Thomas.

Former Member
0 Kudos

Hi John,

Hope all is well at your end.

Are you still looking for solution?

-Sanjeev