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: 

How can I make Code Inspector check names of Transport Objects

patricksteffens
Participant
0 Kudos

We have defined naming conventions not only for ABAP Coding but also for transport objects such as Adobe Forms and their print reports.

Is it possible to enhance Code Inspector to check these names?


P.S.: Why is there not Primary Tag for Code Inspector? 😄

3 REPLIES 3

Jelena
Active Contributor
0 Kudos

How would code inspector know about the relationship between a form and print report?

matt
Active Contributor
0 Kudos

Use the BADI at transport release to prevent the release if the transport doesn't have the right contents:

https://help.sap.com/saphelp_nw73ehp1/helpdata/en/81/8c5738ee806b0ee10000009b38f889/content.htm?no_c...

BjörnJüliger
Advisor
Advisor
0 Kudos

Could you be more specific as to what you want to know? Are you asking how to make a check execute at transport release, how to write a new check to begin with or how to write a check that operates specifically on the names of non-source-code-like objects, or something else entirely?