- General Attributes:
- Text Type:
- Text Element: To enter a new text in the PC editor.
- Text Module: There are texts that frequently appear in your forms. You can use text modules to store these texts centrally in the system. This detaches text maintenance from form maintenance.
- Include Text: This is to include the SAPscript text which is maintained in Tcode SO10. The difference between Include Text and Text Module is the Smartform does not allow any control statements in include texts so it will be ignored when the form is processed. If there is no need for you to use old SAPscript texts, use text modules instead. They can be used across clients and are connected to the transport and translation systems.
- Web Properties: You can output a Smart Form in HTML format and then use it as a Web form. The Web Properties tab page enables you to do the following on such a Web form:
- fields in the text as input elements. This is only possible with text nodes of the text type Text element or Text module.
- Use a text node as a text area. This is possible with all text types.
- Output Options:
- Page Protection: Page Protection is used to avoid displaying the broken contents of the page and allow it to display the text in the new page from. Page protection can only be set for a text element in a main window.
- E.g. I have two texts available and i want to display them in two different pages without any break in any of the page contents. But here if we don't use Page Protection then first text will be displayed in first page and if some space is available in the first page then second text also will get started after the first text contents (few lines) in the first page itself, it will break the second text contents and the rest of the lines of the second text it will display in the second page. If we use Page Protection then First text contents will be displayed in the first page and without any break of the second text contents, it will be displayed in a next page.
No comments:
Post a Comment