Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

POST data using cl_gui_html_viewer

Former Member
0 Likes
1,119

Hi Experts.,

I created html control in sap using cl_gui_html_viewer. Is there any events for post data or get data using cl_gui_html_viewer.?

I want to post values to web page and also i want to get the values., please provide some sample code if possible.

Thanks,

Regards,

Karthik.

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
769

Hi.,

Check SAPHTML_EVENTS_DEMO program. this will help u how to post data using get and post methods.,

also check SAPHTML_UI_DEMO ., for using cl_gui_html_viewer .,

hope this helps u.,

revert if u need some more help.,

Thanks & Regards

Kiran

3 REPLIES 3
Read only

Kiran_Valluru
Active Contributor
0 Likes
770

Hi.,

Check SAPHTML_EVENTS_DEMO program. this will help u how to post data using get and post methods.,

also check SAPHTML_UI_DEMO ., for using cl_gui_html_viewer .,

hope this helps u.,

revert if u need some more help.,

Thanks & Regards

Kiran

Read only

0 Likes
769

Hi.,

thanks a lot.!! this helps me how to use events in cl_gui_html_viever.!!

Thanks,

Regards

Karthik.

Read only

0 Likes
769

Hi karthik,

unfortunately none of the events is fired in a 'real' web page, i.e. google.

Any idea how to get the page data without displaying them? Looks as the control starts an internet explorer and puts the main window in the control.

Regards,

Clemens