cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Web Dynpro application or URL from POWL

Former Member
0 Kudos

Hi,

I need to call a Web Dynpro appl from a custom POWL. In my feeder class's method HANDLE_ACTION,i am passing e_portal_actions parameters

   CREATE DATA e_portal_actions-add_wdevent_data TYPE ptrm_powl_tr_action_data_t.

   e_portal_actions-portal_nav_mode = if_wd_portal_integration=>co_show_external.
   e_portal_actions-portal_path        = lv_abs_pin_url.
   e_portal_actions-parameters       = lt_business_param1.
   e_portal_actions-fire_wdevent     = abap_true.     
  for calling a URL of WD application.But it is not calling the URL,please help me out in this.

i searched previous post's related to this but i didnt find clear solution the requirement is same like this thread .http://scn.sap.com/message/8366521#8366521.

Thanks,

Lavanya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Lavanya,

Calling a webdynpro appliation from POWL is same as calling from some other application.

Please use the standard way how a application can be called.....

The above example is for OBN, it will work in portal where OBN parameters are maintained.

Best regards,

Rohit