cancel
Showing results for 
Search instead for 
Did you mean: 

/SCMTMS/CL_FBI_GUIBB_TREE enhancement not working

Former Member
0 Kudos

hi guys

i want to make a column of a tree to be read only. I extended the standard class /SCMTMS/CL_FBI_GUIBB_TREE by creating a subclass of this and then i redefine the GET_DEFINITION and GET_DATA methods by changing the READ_ONLY value to 'X' and also EV_FIELD_USAGE_CHANGED value to 'X'.

Then i assign this custom class as a feeder class in my fpm application.

But in the end, the column is still a editable column.

May i know what steps did i missed?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

If there is no condition to make read-only, then go to your component configuration and select the column and make display type as 'Text view'.

So, the required column always visible as read-only field.

Hope this will helpful to you.

Regards,

Naga