Hi,
I believe the above said issue appears when there is no instance of the attribute u are trying to display on the view. We have an option to select "Always create an instance" while creation of view. Since the model was enhanced, the particular attribute may not have instance during initialization.
So u could modify the IF_BSP_MODEL~INIT method of the corresponding context node class and pass initial value to the model.
-
Anish