‎2008 May 07 4:50 PM
Hi all,
I would like read my content view into the method "onactionlink" linked to my outbound plug and pass it into a variable like this:
data: lo_view type ref to if_wd_view.
Is there anyone that can suggest me the code to use please?
Thanks
GN
‎2008 May 07 7:25 PM
Hello,
In the method WDOMODIFYVIEW associate the parameter VIEW to an attribute of the view with the type IF_WD_VIEW (create an attribute in tab attributes of the view).
Define an parameter in the outbound plug with type ref to IF_WD_VIEW and in the method onactionlink pass the view attribute created to the parameter of the plug (wd_this->m_view).
Regards,
‎2008 May 07 7:25 PM
Hello,
In the method WDOMODIFYVIEW associate the parameter VIEW to an attribute of the view with the type IF_WD_VIEW (create an attribute in tab attributes of the view).
Define an parameter in the outbound plug with type ref to IF_WD_VIEW and in the method onactionlink pass the view attribute created to the parameter of the plug (wd_this->m_view).
Regards,