
Input Elements
Use
SAP Smart Forms automatically transforms the formatted contents of a form to HTML. If you want to allow input on the form, you can flag either the fields in text nodes as Web input fields or the whole text node as a text area. Users of the Web application can use these input elements to enter values, which you can then evaluate in the SAP System.
Integration
You set the
Web attributes of a text node on the corresponding tab page. If you have specified a URL for the evaluation of Web input fields, SAP Smart Forms embeds the input elements of the whole form in an HTML form during the HTML conversion. The opening <FORM> tag then appears immediately after the <BODY> tag and the closing </FORM> tag appears immediately before the closing </BODY> tag. This implies that for each form only one HTML form is possible, which encloses all pages of the print pages.For information on the values that are passed when the HTML form is transferred, see
Digression: HTML Forms.Features
Activities