<?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: TEXT ELEMENTS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440191#M826174</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;&lt;/P&gt;&lt;P&gt;Text editor text line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The text area in the SAPscript text editor begins at the ruler. You can&lt;/P&gt;&lt;P&gt;    enter your text in the subsequent lines which are ready for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can structure your text using the function keys Paragraph, Line, and&lt;/P&gt;&lt;P&gt;    Page. The appropriate paragraph tag is then entered automatically beside&lt;/P&gt;&lt;P&gt;    the line in the two-character tag column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When the "Format" function or any other command is selected, continuous&lt;/P&gt;&lt;P&gt;    text lines (lines with an empty tag column) are adjusted to the editor&lt;/P&gt;&lt;P&gt;    screen width and words which may have been split at the end of a line&lt;/P&gt;&lt;P&gt;    are joined together again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Continuous text lines are made available automatically at the end of the&lt;/P&gt;&lt;P&gt;    text. You can use the "Insert" function to enter continuous text within&lt;/P&gt;&lt;P&gt;    the text itself. When the "End insertion" function is selected, the&lt;/P&gt;&lt;P&gt;    lines are aligned automatically and normal mode returned to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In order to be able to enter text continuously (allow your cursor to&lt;/P&gt;&lt;P&gt;continue to the next line when you reach the end of a line), you need to&lt;/P&gt;&lt;P&gt;set "Auto TAB" in your SAPGUI configuration parameters and have a&lt;/P&gt;&lt;P&gt;visible input width of at least 72 columns (you may need to choose a&lt;/P&gt;&lt;P&gt;smaller font for your SAPGUI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text area, the following special characters have a control&lt;/P&gt;&lt;P&gt;function. They are therefore not output but are interpreted for output&lt;/P&gt;&lt;P&gt;formatting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character formats&lt;/P&gt;&lt;P&gt;&amp;lt;NN&amp;gt;...&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;    Character strings which are preceded by a character format key &amp;lt;NN&amp;gt;,&lt;/P&gt;&lt;P&gt;    are formatted when output as defined in the character format.&lt;/P&gt;&lt;P&gt;    The format keys possible and their meaning are defined in styles or&lt;/P&gt;&lt;P&gt;    layout sets. If a text module is assigned a style or layout set, you&lt;/P&gt;&lt;P&gt;    can use the character formats listed there to structure your text.&lt;/P&gt;&lt;P&gt;    Format keys defined by the user can consist of one or two&lt;/P&gt;&lt;P&gt;    characters. The letters A to Z and the numbers 0 to 9 are allowed.&lt;/P&gt;&lt;P&gt;    The character format must begin with a letter.&lt;/P&gt;&lt;P&gt;    The end of the character format is indicated by &amp;lt;/&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab characters&lt;/P&gt;&lt;P&gt;,,&lt;/P&gt;&lt;P&gt;    Two consecutive normal commas create a tab in the output format. The&lt;/P&gt;&lt;P&gt;    tab position is determined by the respective paragraph tag in the&lt;/P&gt;&lt;P&gt;    tag column. If a tab position is not defined in the paragraph, the&lt;/P&gt;&lt;P&gt;    tab space from the layout set header information is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symbols&lt;/P&gt;&lt;P&gt;&amp;amp;N...N&amp;amp;&lt;/P&gt;&lt;P&gt;    Symbol names are enclosed by &amp;amp;. They must not contain any blanks.&lt;/P&gt;&lt;P&gt;    The symbols are replaced by their current values in the output&lt;/P&gt;&lt;P&gt;    format.&lt;/P&gt;&lt;P&gt;    SAPscript knows 4 types of symbols: System symbols, standard&lt;/P&gt;&lt;P&gt;    symbols, program symbols, and text symbols. The main difference&lt;/P&gt;&lt;P&gt;    between them is their value source. The values of system symbols are&lt;/P&gt;&lt;P&gt;    provided by SAPscript. Standard symbols are defined in table TTDTG&lt;/P&gt;&lt;P&gt;    with their values. In the case of program symbols, the data involved&lt;/P&gt;&lt;P&gt;    is made available by the respective printer program which is&lt;/P&gt;&lt;P&gt;    running. Text symbols derive their values via control commands in&lt;/P&gt;&lt;P&gt;    the text itself or dynamically via the Include function in the text&lt;/P&gt;&lt;P&gt;    editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Masking special characters&lt;/P&gt;&lt;P&gt;  &amp;lt;(&amp;gt;...&amp;lt;)&amp;gt;&lt;/P&gt;&lt;P&gt;      Character strings which are preceded by &amp;lt;(&amp;gt; are not interpreted as&lt;/P&gt;&lt;P&gt;      special characters and are therefore also output normally like all&lt;/P&gt;&lt;P&gt;      other characters.&lt;/P&gt;&lt;P&gt;      The end of the masked character string is indicated by &amp;lt;)&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hypertext links&lt;/P&gt;&lt;P&gt;  &amp;lt;NN:....&amp;gt;...&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;      Hypertext links, like character strings, are preceded by a character&lt;/P&gt;&lt;P&gt;      format key NN. The hypertext key of a hypertext module is specified&lt;/P&gt;&lt;P&gt;      after the subsequent colon. When hypertext is displayed on a screen&lt;/P&gt;&lt;P&gt;      output device, this key can be used to display the next hypertext&lt;/P&gt;&lt;P&gt;      chapter when selected by an end user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 12:37:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-20T12:37:40Z</dc:date>
    <item>
      <title>TEXT ELEMENTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440188#M826171</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;&lt;/P&gt;&lt;P&gt;Can anyone explain me abt text elements and how it will be useful  in scripts.&lt;/P&gt;&lt;P&gt;when i am creating scripts, i am using &lt;/P&gt;&lt;P&gt; /:  comment line &lt;/P&gt;&lt;P&gt;/*  comand line&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; paragraph&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; (  raw line&lt;/P&gt;&lt;P&gt;/e text element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to know the commands mentioned in the above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;s.gangi reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 12:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440188#M826171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T12:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: TEXT ELEMENTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440189#M826172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 12:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440189#M826172</guid>
      <dc:creator>former_member205645</dc:creator>
      <dc:date>2008-02-20T12:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: TEXT ELEMENTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440190#M826173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; will be for commenting line &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;/: command line from pass the data, define boxes, include ..etc. This is to use keywords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: &amp;amp;MARA-MATNR&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E - text elements which will pass from print program to script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use below link for help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapscriptcode.blogspot.com/" target="test_blank"&gt;http://sapscriptcode.blogspot.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 12:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440190#M826173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T12:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: TEXT ELEMENTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440191#M826174</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;&lt;/P&gt;&lt;P&gt;Text editor text line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The text area in the SAPscript text editor begins at the ruler. You can&lt;/P&gt;&lt;P&gt;    enter your text in the subsequent lines which are ready for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can structure your text using the function keys Paragraph, Line, and&lt;/P&gt;&lt;P&gt;    Page. The appropriate paragraph tag is then entered automatically beside&lt;/P&gt;&lt;P&gt;    the line in the two-character tag column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When the "Format" function or any other command is selected, continuous&lt;/P&gt;&lt;P&gt;    text lines (lines with an empty tag column) are adjusted to the editor&lt;/P&gt;&lt;P&gt;    screen width and words which may have been split at the end of a line&lt;/P&gt;&lt;P&gt;    are joined together again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Continuous text lines are made available automatically at the end of the&lt;/P&gt;&lt;P&gt;    text. You can use the "Insert" function to enter continuous text within&lt;/P&gt;&lt;P&gt;    the text itself. When the "End insertion" function is selected, the&lt;/P&gt;&lt;P&gt;    lines are aligned automatically and normal mode returned to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In order to be able to enter text continuously (allow your cursor to&lt;/P&gt;&lt;P&gt;continue to the next line when you reach the end of a line), you need to&lt;/P&gt;&lt;P&gt;set "Auto TAB" in your SAPGUI configuration parameters and have a&lt;/P&gt;&lt;P&gt;visible input width of at least 72 columns (you may need to choose a&lt;/P&gt;&lt;P&gt;smaller font for your SAPGUI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text area, the following special characters have a control&lt;/P&gt;&lt;P&gt;function. They are therefore not output but are interpreted for output&lt;/P&gt;&lt;P&gt;formatting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character formats&lt;/P&gt;&lt;P&gt;&amp;lt;NN&amp;gt;...&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;    Character strings which are preceded by a character format key &amp;lt;NN&amp;gt;,&lt;/P&gt;&lt;P&gt;    are formatted when output as defined in the character format.&lt;/P&gt;&lt;P&gt;    The format keys possible and their meaning are defined in styles or&lt;/P&gt;&lt;P&gt;    layout sets. If a text module is assigned a style or layout set, you&lt;/P&gt;&lt;P&gt;    can use the character formats listed there to structure your text.&lt;/P&gt;&lt;P&gt;    Format keys defined by the user can consist of one or two&lt;/P&gt;&lt;P&gt;    characters. The letters A to Z and the numbers 0 to 9 are allowed.&lt;/P&gt;&lt;P&gt;    The character format must begin with a letter.&lt;/P&gt;&lt;P&gt;    The end of the character format is indicated by &amp;lt;/&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab characters&lt;/P&gt;&lt;P&gt;,,&lt;/P&gt;&lt;P&gt;    Two consecutive normal commas create a tab in the output format. The&lt;/P&gt;&lt;P&gt;    tab position is determined by the respective paragraph tag in the&lt;/P&gt;&lt;P&gt;    tag column. If a tab position is not defined in the paragraph, the&lt;/P&gt;&lt;P&gt;    tab space from the layout set header information is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symbols&lt;/P&gt;&lt;P&gt;&amp;amp;N...N&amp;amp;&lt;/P&gt;&lt;P&gt;    Symbol names are enclosed by &amp;amp;. They must not contain any blanks.&lt;/P&gt;&lt;P&gt;    The symbols are replaced by their current values in the output&lt;/P&gt;&lt;P&gt;    format.&lt;/P&gt;&lt;P&gt;    SAPscript knows 4 types of symbols: System symbols, standard&lt;/P&gt;&lt;P&gt;    symbols, program symbols, and text symbols. The main difference&lt;/P&gt;&lt;P&gt;    between them is their value source. The values of system symbols are&lt;/P&gt;&lt;P&gt;    provided by SAPscript. Standard symbols are defined in table TTDTG&lt;/P&gt;&lt;P&gt;    with their values. In the case of program symbols, the data involved&lt;/P&gt;&lt;P&gt;    is made available by the respective printer program which is&lt;/P&gt;&lt;P&gt;    running. Text symbols derive their values via control commands in&lt;/P&gt;&lt;P&gt;    the text itself or dynamically via the Include function in the text&lt;/P&gt;&lt;P&gt;    editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Masking special characters&lt;/P&gt;&lt;P&gt;  &amp;lt;(&amp;gt;...&amp;lt;)&amp;gt;&lt;/P&gt;&lt;P&gt;      Character strings which are preceded by &amp;lt;(&amp;gt; are not interpreted as&lt;/P&gt;&lt;P&gt;      special characters and are therefore also output normally like all&lt;/P&gt;&lt;P&gt;      other characters.&lt;/P&gt;&lt;P&gt;      The end of the masked character string is indicated by &amp;lt;)&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hypertext links&lt;/P&gt;&lt;P&gt;  &amp;lt;NN:....&amp;gt;...&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;      Hypertext links, like character strings, are preceded by a character&lt;/P&gt;&lt;P&gt;      format key NN. The hypertext key of a hypertext module is specified&lt;/P&gt;&lt;P&gt;      after the subsequent colon. When hypertext is displayed on a screen&lt;/P&gt;&lt;P&gt;      output device, this key can be used to display the next hypertext&lt;/P&gt;&lt;P&gt;      chapter when selected by an end user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 12:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3440191#M826174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T12:37:40Z</dc:date>
    </item>
  </channel>
</rss>

