Hi,
In WD Java, I used to set attributes value for Context present in Component controller from the view. I used to write a piece of code at the view level for this.
How do i do this in WD ABAP. I believ I have to get instance of Component controller like this:
lr_compcontroller type REF TO ig_componentcontroller.
lr_compcontroller = wd_this->get_componentcontroller_ctr( ).
Regards,
Murali.