cancel
Showing results for 
Search instead for 
Did you mean: 

Request parameters in http post

Former Member
0 Kudos

Hello!

Is it possible to add information in a http-post when I open a new window? The new window is no web dynpro application.

This was my approach:

IWDWindow win = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url, title);

win.open();

I don't want to attach the request parameter to the url. So I need a way to add them in the http-post. Can anybody help me?

Thanks a lot and best regards

Reinhard

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think you can try DestinationService API. You can find the documentation <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/17/d609b48ea5f748b47c0f32be265935/content.htm">here</a>.

But it's just a guess .

Regards,

Satyajit

Answers (1)

Answers (1)

Former Member
0 Kudos

Did you find any solution for this problem? i have the same issue.

regards

krishna

Former Member
0 Kudos

I found solution for this problem. You can use WDPortalNavigation to submit if its another iview or page.