cancel
Showing results for 
Search instead for 
Did you mean: 

WD Variants -following a blog Creating and using Variant in Select Options

Former Member
0 Kudos

Hi,

I am following wonderful blog [https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/10731] [original link is broken] [original link is broken] [original link is broken];to create variants for one my WD.

I am stuck at a error message in ONACTIONSAVE which says Method "FIRE_OUT_TO_SAVE_VARIANT_PLUG" is unknown or PROTECTED or PRIVATE.

Any idea what I am missing.I followed all the steps in side it.

Rgds

Vara

Edited by: Vara K on Jan 22, 2009 11:32 PM

Edited by: Vara K on Jan 22, 2009 11:36 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

pranav_nagpal2
Contributor
0 Kudos

Hi Vara,

fire_<name of plug> is a method to navigate to next or previous view.....

you have to create outbounds and inbound plugs and a navigation link....

this is the exact code to fire to another view....

wd_this->fire_outbound_plg(
  ).

regards

Pranav