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 from ABAP using CL_GUI_HTML_VIEWER

Former Member
0 Likes
727

Hi Experts,

I have an HTML page and I use CL_GUI_HTML_VIEWER to display this page ok. What I want to do is let the user edit the page, and then click a non-HTML button to save the new data. I do not want to use an HTML button on the form, I want to use a normal ABAP DynPro button.

Can I catch an event and see the new data back in ABAP??

Please help me.

thx.

Bip.

1 REPLY 1
Read only

athavanraja
Active Contributor
0 Likes
478

yes. check this demo program

SAPHTML_EVENTS_DEMO

or alternatively you can use SDYNAMICDOCUMENTS (package) for much more control

Raja