cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to identify a field is standard field or KUT field in SAP C4C

syed_muheed
Participant
0 Likes
1,592

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee

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:

Answers (1)

Answers (1)

syed_muheed
Participant
0 Likes

Excellent Saurabh!

Thank you very much!!