Application Development 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: 

Communication between abap code and html template

Former Member
0 Kudos
59

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

marcelo_ramos
Active Contributor
0 Kudos
40

hI,

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

Regards,

Marcelo Ramos.