2022 Nov 13 12:07 PM
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?
2022 Nov 13 12:08 PM
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
2022 Nov 13 12:35 PM
So, you created your own Code Inspector check. What is your question? What do you want to do?
2022 Nov 14 6:12 PM
i want to check the DDIC Naming Conventions,such as table name ,data elements...
i donnt know how to implement class .
2022 Nov 15 6:29 AM
Have you tried searching for
how to implement custom ddic check code inspector
in a search engine?
2022 Nov 15 6:38 AM
We all do the job using this doc : https://wiki.scn.sap.com/wiki/download/attachments/3669/CI_NEW_CHECK.pdf?api=v2
2022 Nov 15 8:10 AM
2022 Nov 17 2:44 AM
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.
2022 Nov 17 7:34 AM
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
2025 Apr 04 10:00 AM
Hello, I want to create a custom DDIC object naming check, is it possible to share your code? Thank you.