cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Web Dynpro application or URL from POWL

Former Member
0 Kudos

Hello Expert,

I need to call the Web Dynpro application when User click on the link under column 'Subject' of POWL.

I know we need to do coding in the method if_powl_feeder~handle_action.

What needs to passed to fields  e_portal_action-bo_name and e_portal_action-bo_op_name .

How to set up these values in portal ?

Thanks & Regards,

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member213957
Participant
0 Kudos

Hi Ravindra,

Before discuss about the solution of your question, we have to check two points.

1. powl in webdynpro

2. powl in fpm

why because solution is different for above scenarios. please check the below link:http://scn.sap.com/docs/DOC-43916

And

e_portal_action-bo_name is the system alias name is the system server name.

e_portal_action-bo_op_name is the operation name of busines object which is create in SWO1.

so, for your requirement,

e_portal_action-parameter -- for pass the application parameters like url parameters

e_portal_action-LAUNCHER_PARAMETERS --pass the paramters like wd application name, application config name, application paramers.