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

Communication between abap code and html template

Former Member
0 Likes
326

Hi,

I'm new here, I'm sorry if this question has been answered before, but I couldn't find a simple way to solve my problem.

I've added an input field and a pushbutton to a dynpro, now I'd like to put them also on the html template in order to make them available on web.

When I push the button the abap code should read input field content to make some operations. How do I make the program to read the field content and "feel" the pushbutton on the web page?

Thanks in advance

1 REPLY 1
Read only

marcelo_ramos1
SAP Mentor
SAP Mentor
0 Likes
307

hI,

Look at package SDYNAMICDOCUMENTS, or look for DD_* ( This is Dynamic Documents Tamplates ) in SE38.

Regards,

Marcelo Ramos.