Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web Dynpro navigation

Former Member
0 Likes
305

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
286

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,

1 REPLY 1
Read only

Former Member
0 Likes
287

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,