cancel
Showing results for 
Search instead for 
Did you mean: 

Open a new Webdynpro Application on button click in POWL List

Former Member
0 Kudos

Dear Experts,

I have a requirement to open another Webdynpro Application on button click, passing the setails of the selected line in POWL list.

Request you to please suggest.

Warm Regards,

Upendra Agrawal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Upendra,

I assume that you are running from Portal.

Create a iView for your WDA application. Use Portal manager api method navigate_absolute and supply the URL of the iView.

If you want to call with out the portal then use

CL_WD_UTILITIES=>construct_wd_url method to get the URL of the WDA.

Former Member
0 Kudos

Dear Baskaran,

Thank you for your suggestion.

But, my requirement is to call the webdynpro application form POWL LIST passing the details of the currently selected row.

By searchin in the forum, I came to know that It can be done using OBN.

But I am not figuring it out how exactly should I proceed.

Warm Regards,

Upendra Agrawal

Former Member
0 Kudos

Hi Upendra,

See this help [https://cw.sdn.sap.com/cw/docs/DOC-43500|https://cw.sdn.sap.com/cw/docs/DOC-43500]

There are numerous Posts on SCN regarding this like if you search for WDA OBN

sahai
Contributor
0 Kudos

hi upendra,

obn means object based navigation rite?

you can use the wizard to create one for you.

go to portal navigation in the wizard tool.

your IVIEW parameters should be pass in the OBN call.

thanks and regards,

sahai.s

Former Member
0 Kudos

Hello Upendra,

IN POWL feeder handle action, you can give BO NAME, BO Parameters etc for OBN.

Also if you want you can do inplace navigation, if you want to open in same iview.

Best regards,

Rohit

Answers (0)