HI Deepika,
Thanks for yoy response,
I'll explain a little of my background, I'm in component / vista: "IUICMD / DetailAccount"
This opens after performing a search for contract account:
I wanted to change some custom data fields to place, but the only fastened to change them I have found is in the method
*********************
Method DO_PREPARE_OUTPUT.
.
.
.
DATA: lr_ent TYPE REF TO cl_crm_bol_entity.
lr_ent ?= me->Typed_Context->detail->collection_wrapper->get_current( ).
lr_ent->switch_to_change_mode( ).
lr_ent->set_property( iv_attr_name = 'ZZFLD000011'
iv_value = 'H10' ).
******************************
But after modifying the field, I can not find how to change the view to readonly, Fields are enabled.
You could tell me the best way to return the readonly view again in the same method?
Thank you very much for the help ....
Best regards,