cancel
Showing results for 
Search instead for 
Did you mean: 

is_modal attribute in SAP CRM WEB UI .

Former Member
0 Kudos

Hello Experts , 

  I have an requirement : There is one overview page in one of the component. I am making use of this OVP as Component usage in my custom Component.

ALSO there are some more requirement like : Some fields need to be put in editable mode and some tool bar buttons needs to be removed from that overview page . I have been told to do it using the Framework  variable " is_modal ". So need some help on usage of this variable and how i can get the value from this variable ?

Please suggest as it is on hig priority requirement ? Is this available in recent version of SAP CRM release (EHP 7.2) ?  Any Expert Working in Recent release of SAP CRM EHP 7.2  ?? 

Thank and Regards,

Nikhil Kulkarni

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Nikhil,

I am not sure from where comes the reference to is_modal variable. I am not familiar with such a variable, but from the name it would more refer to modal popup window rather than being related to editability of a view.

The view is typically switched to editable or non-editable mode using the view_group_context of the view controller. As for read-only mode for individual fields, it can be achieved through get_i_XXX methods. The button state is managed in get_buttons method which supplies the buttons from application to framework.

I hope this clarifies,

Sincerely,

Arman

Former Member
0 Kudos

Hello Arman ,

  I was confused with the usage of that new attribute which I heard off. I was thinking this attribute is introduced in the new release of crm web client . Thanks a lot for spending your valuable time on this. I did this as you menioned above.

Thanks and Regards,

Nikhil Kulkarni