on ‎2021 Oct 23 8:13 PM
Hello Team,
Greetings!
How to identify whether a field is standard or KUT field in SAP C4C by checking at UI level? (without searching in Adaptation)
Thank you!
Regards,
Muheed Syed
Request clarification before answering.
Hi,
You need to start the UI in debug mode(see https://blogs.sap.com/2016/02/15/front-end-debug-information/) by appending "&debugMode=true" parameter to the URL. Once done then you can select any field using CTRL+<RightClick>. A dialog will open which has "Control Tree" tab under which you can check "View Model Attributes"-->"name". If the "name" is a random generated string UUID (like b7f43286fb566d616d351967d6a91423) then it is a KUT field otherwise standard field.
See e.g below:

You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent Saurabh!
Thank you very much!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.