cancel
Showing results for 
Search instead for 
Did you mean: 

Insert value from html to webdynpro?

former_member307359
Participant
0 Kudos

Hi,

I have login html page in mime repository, how to get value from html to webdynpro.

regards

vimal raj

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Vimal,

Use addCallback function and pass the values from html to WD using javascript call.

Regards,

Rama

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vimal,

You could simple use an iFrame UI element and pass the URL to the iFrame or you can upload a html with JS in mime and use it as a source for iFrame UI element.

The communication between Web Dynpro and HTML Element happens via JS calls.

Regards,

Ashvin