<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: diff between in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between/m-p/3597623#M866362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default paragraph Paragraph set to * in standard text maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no form has been assigned to a text, the system automatically assigns the form SYSTEM, which contains minimal definitions for text formatting. There are two ways of formatting texts using forms: &amp;#149; Use the standard text maintenance to enter and print the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any kind of text can be included in a form. If no object is specified, then TEXT will be used (standard texts). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text symbols acquire their values as a result of explicit assignment. To interactively assign text symbols, in the text editor choose Include &amp;amp;#61614; Symbols &amp;amp;#61614; Text. This method is available for all text symbols belonging to a text module as well as those of the associated form. Values defined in this way are lost when the transaction is left. If you want to print the text module again, then you must enter the symbol values again. The purpose of the DEFINE command is to provide a means of making this value assignment a permanent part of the text, so that the values are available again when the text module is called again. This command can also be used to re-assign a new value to a text symbol half-way through the text. Syntax: /: DEFINE &amp;amp;symbol_name&amp;amp; = 'value' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: DEFINE &amp;amp;subject&amp;amp; = 'Your letter of 7/3/95' The value assigned can have a maximal length of 60 characters. It may itself contain other symbols. A symbol contained within the value assigned to another symbol is not replaced with its own value at the point at which the DEFINE command is executed. Rather, this replacement is made when the symbol defined in the DEFINE command is called in the text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: DEFINE &amp;amp;symbol1&amp;amp; = 'mail' /: DEFINE &amp;amp;symbol2&amp;amp; = 'SAP&amp;amp;symbol1&amp;amp;' /: DEFINE &amp;amp;symbol1&amp;amp; = 'script' &amp;amp;symbol2&amp;amp; -&amp;gt; SAPscript If, however, the DEFINE command is written using the ':=' character rather than the '=' character, then any symbol contained within the value being assigned is replaced immediately with its current value. The assignment to the target symbol is made only after all symbols in the value string are replaced with their values. The total length of the value string may not exceed 80 characters. The target symbol must be a text symbol, as before. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: DEFINE &amp;amp;symbol1&amp;amp; = 'mail' /: DEFINE &amp;amp;symbol2&amp;amp; := 'SAP&amp;amp;symbol1&amp;amp;' /: DEFINE &amp;amp;symbol1&amp;amp; = 'script' &amp;amp;symbol2&amp;amp; -&amp;gt; SAPmail &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting Text Symbols&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Inserting a Text Symbol&lt;/P&gt;&lt;P&gt;1. Choose Insert &amp;amp;#8594; Symbols &amp;amp;#8594; Text.&lt;/P&gt;&lt;P&gt;2. Place the cursor on the desired text symbol.&lt;/P&gt;&lt;P&gt;3. Choose Choose.&lt;/P&gt;&lt;P&gt;4. The system inserts the text symbol.&lt;/P&gt;&lt;P&gt;Editing the Value of a Text Symbol&lt;/P&gt;&lt;P&gt;1. Choose Insert &amp;amp;#8594; Symbols &amp;amp;#8594; Text.&lt;/P&gt;&lt;P&gt;2. Choose Edit value bearbeiten. The dialog window Value definition for symbol &amp;lt;text symbol&amp;gt; appears.&lt;/P&gt;&lt;P&gt;3. Enter the appropriate value definition.&lt;/P&gt;&lt;P&gt;4. Choose Continue. In the dialog window Text symbols the specified value appears after the name of the text symbol.&lt;/P&gt;&lt;P&gt;5. Choose Continue.&lt;/P&gt;&lt;P&gt;Deleting all Text Symbol Values&lt;/P&gt;&lt;P&gt;1. Choose Insert &amp;amp;#8594; Symbols &amp;amp;#8594; Text.&lt;/P&gt;&lt;P&gt;2. Choose Delete all values. The system deletes all defined values.&lt;/P&gt;&lt;P&gt;3. Choose Continue.&lt;/P&gt;&lt;P&gt;Using Formatting Options for Text Symbols&lt;/P&gt;&lt;P&gt;1. Choose Insert &amp;amp;#8594; Symbols &amp;amp;#8594; Text.&lt;/P&gt;&lt;P&gt;2. Choose Options. The dialog window Formatting options for &amp;lt;text symbol&amp;gt; appears.&lt;/P&gt;&lt;P&gt;3. Fill in the fields.&lt;/P&gt;&lt;P&gt;4. Choose Continue.&lt;/P&gt;&lt;P&gt;5. Choose Continue. The system executes the selected formatting option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Mar 2008 07:50:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-30T07:50:32Z</dc:date>
    <item>
      <title>diff between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between/m-p/3597622#M866361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;diff between text module,std text and text element&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 07:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between/m-p/3597622#M866361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T07:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: diff between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between/m-p/3597623#M866362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default paragraph Paragraph set to * in standard text maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no form has been assigned to a text, the system automatically assigns the form SYSTEM, which contains minimal definitions for text formatting. There are two ways of formatting texts using forms: &amp;#149; Use the standard text maintenance to enter and print the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any kind of text can be included in a form. If no object is specified, then TEXT will be used (standard texts). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text symbols acquire their values as a result of explicit assignment. To interactively assign text symbols, in the text editor choose Include &amp;amp;#61614; Symbols &amp;amp;#61614; Text. This method is available for all text symbols belonging to a text module as well as those of the associated form. Values defined in this way are lost when the transaction is left. If you want to print the text module again, then you must enter the symbol values again. The purpose of the DEFINE command is to provide a means of making this value assignment a permanent part of the text, so that the values are available again when the text module is called again. This command can also be used to re-assign a new value to a text symbol half-way through the text. Syntax: /: DEFINE &amp;amp;symbol_name&amp;amp; = 'value' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: DEFINE &amp;amp;subject&amp;amp; = 'Your letter of 7/3/95' The value assigned can have a maximal length of 60 characters. It may itself contain other symbols. A symbol contained within the value assigned to another symbol is not replaced with its own value at the point at which the DEFINE command is executed. Rather, this replacement is made when the symbol defined in the DEFINE command is called in the text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: DEFINE &amp;amp;symbol1&amp;amp; = 'mail' /: DEFINE &amp;amp;symbol2&amp;amp; = 'SAP&amp;amp;symbol1&amp;amp;' /: DEFINE &amp;amp;symbol1&amp;amp; = 'script' &amp;amp;symbol2&amp;amp; -&amp;gt; SAPscript If, however, the DEFINE command is written using the ':=' character rather than the '=' character, then any symbol contained within the value being assigned is replaced immediately with its current value. The assignment to the target symbol is made only after all symbols in the value string are replaced with their values. The total length of the value string may not exceed 80 characters. The target symbol must be a text symbol, as before. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: DEFINE &amp;amp;symbol1&amp;amp; = 'mail' /: DEFINE &amp;amp;symbol2&amp;amp; := 'SAP&amp;amp;symbol1&amp;amp;' /: DEFINE &amp;amp;symbol1&amp;amp; = 'script' &amp;amp;symbol2&amp;amp; -&amp;gt; SAPmail &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting Text Symbols&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Inserting a Text Symbol&lt;/P&gt;&lt;P&gt;1. Choose Insert &amp;amp;#8594; Symbols &amp;amp;#8594; Text.&lt;/P&gt;&lt;P&gt;2. Place the cursor on the desired text symbol.&lt;/P&gt;&lt;P&gt;3. Choose Choose.&lt;/P&gt;&lt;P&gt;4. The system inserts the text symbol.&lt;/P&gt;&lt;P&gt;Editing the Value of a Text Symbol&lt;/P&gt;&lt;P&gt;1. Choose Insert &amp;amp;#8594; Symbols &amp;amp;#8594; Text.&lt;/P&gt;&lt;P&gt;2. Choose Edit value bearbeiten. The dialog window Value definition for symbol &amp;lt;text symbol&amp;gt; appears.&lt;/P&gt;&lt;P&gt;3. Enter the appropriate value definition.&lt;/P&gt;&lt;P&gt;4. Choose Continue. In the dialog window Text symbols the specified value appears after the name of the text symbol.&lt;/P&gt;&lt;P&gt;5. Choose Continue.&lt;/P&gt;&lt;P&gt;Deleting all Text Symbol Values&lt;/P&gt;&lt;P&gt;1. Choose Insert &amp;amp;#8594; Symbols &amp;amp;#8594; Text.&lt;/P&gt;&lt;P&gt;2. Choose Delete all values. The system deletes all defined values.&lt;/P&gt;&lt;P&gt;3. Choose Continue.&lt;/P&gt;&lt;P&gt;Using Formatting Options for Text Symbols&lt;/P&gt;&lt;P&gt;1. Choose Insert &amp;amp;#8594; Symbols &amp;amp;#8594; Text.&lt;/P&gt;&lt;P&gt;2. Choose Options. The dialog window Formatting options for &amp;lt;text symbol&amp;gt; appears.&lt;/P&gt;&lt;P&gt;3. Fill in the fields.&lt;/P&gt;&lt;P&gt;4. Choose Continue.&lt;/P&gt;&lt;P&gt;5. Choose Continue. The system executes the selected formatting option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 07:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between/m-p/3597623#M866362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: diff between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between/m-p/3597624#M866363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sriharitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the F1 key, I couldn't explain better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 14:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between/m-p/3597624#M866363</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-03-30T14:04:42Z</dc:date>
    </item>
  </channel>
</rss>

