2008 Nov 27 3:47 PM
Hello Experts
I have to send an internal table to an url, sounds strange, I know!
The problem is a printer with an url address and I have to send data to this printer
It's possible and what are the steps?
Can I use the class CL_GUI_HTML_VIEWER ?
Thanks for any good idea
Daniel
2008 Dec 10 6:48 AM
Hello,
CL_GUI_HTML_VIEWER is HTML Control. This control is a wrapper around Microsoft WebBrowser.
HTML Control will only navigate to the specified url. You cannot use this control to transfer the data. You can use method Load_data and give the data, this will return an url, if you navigate to this url, that data are displayed. But you cannot use this control to manuplate data or use to send a data to an url.
Best Regards
Rajendra
2008 Nov 27 4:00 PM
Hi,
I am not very sure but this may give you some clue
http://www.sapfans.com/forums/viewtopic.php?p=556198&sid=e2045b5a60356a166cc6693b88e673d0
2008 Dec 10 6:48 AM
Hello,
CL_GUI_HTML_VIEWER is HTML Control. This control is a wrapper around Microsoft WebBrowser.
HTML Control will only navigate to the specified url. You cannot use this control to transfer the data. You can use method Load_data and give the data, this will return an url, if you navigate to this url, that data are displayed. But you cannot use this control to manuplate data or use to send a data to an url.
Best Regards
Rajendra