cancel
Showing results for 
Search instead for 
Did you mean: 

Updating values of a HTML page in my Wed Dynpro Table

Former Member
0 Kudos

Hi, experts.

I'm using an external HTML page to validade a credit card info and the limit of credit.

I can call the page easily with the follow code.

try {

String url = WDURLGenerator.getWebResourceURL(wdComponentAPI.getDeployableObjectPart(),FILE_NAME);

IWDWindow janela = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url,"SITEF");

janela.show();

} catch (WDURLException ex) {

ex.printStackTrace();

}

But the big problem is that I need to get the parameters that were inputed in this HTML page. Is there a way to update an UI WD table with this values???

Tnks a lot.

Yuri.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please refer the blog

/people/community.user/blog/2007/08/20/open-views-in-non-modal-external-windows--the-patch-version

Regards,

Sudhir

Former Member
0 Kudos

Sudhir,

I can't understand if I'll be able to receive the data inputed by the user in the HTML page...

Former Member
0 Kudos

Do you have control over the HTML code of the HTML page? Is your application running in the Portal? If so, you could try using Portal Eventing.

Former Member
0 Kudos

Pascal,

I have control over the HTML code. My application is running in the Portal.

But I don't know how use the portal eventing... Could You help me?

Former Member
0 Kudos

Check this blog by Thomas Jung: https://weblogs.sdn.sap.com/pub/wlg/2843. [original link is broken] [original link is broken] [original link is broken]

Answers (0)