<?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: Classical report ON INPUT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-on-input/m-p/3021955#M714445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WRITE - ext_format_options &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;... [COLOR       {{{color [ON]}|OFF}|{= col}}] &lt;/P&gt;&lt;P&gt;    [INTENSIFIED [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;    [INVERSE     [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;    [HOTSPOT     [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;    &amp;lt;b&amp;gt;[INPUT       [{ON|OFF}|{= flag}]]&amp;lt;/b&amp;gt;     [FRAMES      [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;    [RESET] ... . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The meaning of the additions is the same as for the statement FORMAT, with the difference that they only affect the output of the current WRITE statement. If the additions are not specified, the standard settings described in FORMAT or the settings set by the previous FORMAT statements are used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;The use of such an addition in the WRITE statement overrides the standard settings or the formats set by the previous FORMAT statements for exactly one output and for exactly the property concerned. All the other properties and the subsequent WRITE statements are not affected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Changing the background color for output of the data oject sum. All the other outputs and spaces between the outputs have the background color that is set in the FORMAT statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA sum TYPE i. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT COLOR COL_NORMAL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO 10 TIMES. &lt;/P&gt;&lt;P&gt;  WRITE / sy-index. &lt;/P&gt;&lt;P&gt;  sum = sum + sy-index. &lt;/P&gt;&lt;P&gt;  WRITE sum COLOR COL_TOTAL. &lt;/P&gt;&lt;P&gt;ENDDO. &lt;/P&gt;&lt;P&gt;ULINE. &lt;/P&gt;&lt;P&gt;WRITE sum UNDER sum COLOR COL_GROUP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2007 06:45:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-12T06:45:47Z</dc:date>
    <item>
      <title>Classical report ON INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-on-input/m-p/3021954#M714444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the output of a classical report i have allowed a field with &amp;lt;b&amp;gt;INPUT ON,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;and i want to read all the lines of the report output and the values entered in the INPUT ON field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how this can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 05:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-on-input/m-p/3021954#M714444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T05:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Classical report ON INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-on-input/m-p/3021955#M714445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WRITE - ext_format_options &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;... [COLOR       {{{color [ON]}|OFF}|{= col}}] &lt;/P&gt;&lt;P&gt;    [INTENSIFIED [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;    [INVERSE     [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;    [HOTSPOT     [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;    &amp;lt;b&amp;gt;[INPUT       [{ON|OFF}|{= flag}]]&amp;lt;/b&amp;gt;     [FRAMES      [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;    [RESET] ... . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The meaning of the additions is the same as for the statement FORMAT, with the difference that they only affect the output of the current WRITE statement. If the additions are not specified, the standard settings described in FORMAT or the settings set by the previous FORMAT statements are used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;The use of such an addition in the WRITE statement overrides the standard settings or the formats set by the previous FORMAT statements for exactly one output and for exactly the property concerned. All the other properties and the subsequent WRITE statements are not affected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Changing the background color for output of the data oject sum. All the other outputs and spaces between the outputs have the background color that is set in the FORMAT statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA sum TYPE i. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT COLOR COL_NORMAL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO 10 TIMES. &lt;/P&gt;&lt;P&gt;  WRITE / sy-index. &lt;/P&gt;&lt;P&gt;  sum = sum + sy-index. &lt;/P&gt;&lt;P&gt;  WRITE sum COLOR COL_TOTAL. &lt;/P&gt;&lt;P&gt;ENDDO. &lt;/P&gt;&lt;P&gt;ULINE. &lt;/P&gt;&lt;P&gt;WRITE sum UNDER sum COLOR COL_GROUP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 06:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-on-input/m-p/3021955#M714445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T06:45:47Z</dc:date>
    </item>
  </channel>
</rss>

