Description The program shows how events from the HTML control in the ABAP program are caught. In addition to these events, you can also transport data from the HTML control to the ABAP program.If you choose the link 'Click on me to send an event!' or the button 'Choose me to send an event', an event is raised that is displayed in the screen fields using appropriate outputs. If you choose the button 'Choose me to see a frameset', an event is raised that causes the ABAP program to display an HTML page with frames. If you choose the button 'Submit input using GET/POST method', an event is raised and the data in the input fields on the screen is sent to the ABAP program. |