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: 

How to enhance a customize DDIC checks for code inspect

晓刚
Discoverer
0 Kudos
1,759

i wanna to check DDIC objects naming,and i had enhanced in my check variant,but i dont konw how to implement the class.Could anybody can help me?

9 REPLIES 9

former_member27
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,641

Hi tea.blue,

Welcome to the SAP Community! Thank you for visiting us to get answers to your questions.

Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.

First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Secondly, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will help you when submitting questions to the community.

Second, if you're interested in connecting with community members, please pay a visit to our new Welcome Corner. You'll need to sign up, but it's a great way to interact with peers and get to know other experts!

Third Check the Welcome Corner thread with advice from our champions: https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-a...

Finally, I recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

Regards,

Dedi

Regards,
Dedi Metser

Sandra_Rossi
Active Contributor
1,640

So, you created your own Code Inspector check. What is your question? What do you want to do?

晓刚
Discoverer
0 Kudos
1,640

i want to check the DDIC Naming Conventions,such as table name ,data elements...

i donnt know how to implement class .

matt
Active Contributor
1,640

Have you tried searching for

how to implement custom ddic check code inspector

in a search engine?

FredericGirod
Active Contributor
0 Kudos
1,640

晓刚
Discoverer
0 Kudos
1,640

thanks a lot

晓刚
Discoverer
0 Kudos
1,640

I already know what I'm doing wrong, when implement the class ZCL_CI_CATEGORY_CONVENTIONS,mothod CONSTRUCTOR ,the position value is wrong,after i change the value form 999 to 100,the check variant can found my class when i run atc check. i can write my own logic to check ddic naming.

former_member27
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,640

Hello again tea.blue,

I'm glad to see you got an answer to your question! If it helps you, please make sure to accept (you'll see the "accept" option beneath the question)

I hope that this guidance is useful -- and we look forward to your next question for the community!

All the best,

Dedi

Regards,
Dedi Metser

Sandra_Rossi
Active Contributor
0 Kudos
274

Hello, I want to create a custom DDIC object naming check, is it possible to share your code? Thank you.