SAP HTML INPUT ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_DYNPRO - Input in HTML File
This example demonstrates how input in a HTML file can be processed.

ABAP_SOURCE_CODE
DEMO CL_DEMO_HTML_INPUT

ABAP_DESCRIPTION
This example creates a HTML file containing multiple input fields, a pushbutton, and JavaScript functions for handling the input. The form INPUT uses method='post' to send the input data. The HTML control in CFW uses the parameter QUERY_TABLE of the event SAPEVENT to pass this data to its handler. The class CL_ABAP_BROWSER (a wrapper for the class CL_GUI_HTML_VIEWER also passes this parameter and the user input can be used in the ABAP class.
See also the corresponding executable example for ICF.