Skip to Content
0
Nov 29, 2006 at 01:01 PM

Access context of Component Controller from Views

26 Views

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.