<?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 input on in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238510#M482360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that format option what is use of that input off,&lt;/P&gt;&lt;P&gt;i referred intensified,inverse,hotspot,but i am not get that concept of input offplz do help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 05:34:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-10T05:34:42Z</dc:date>
    <item>
      <title>input on</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238510#M482360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that format option what is use of that input off,&lt;/P&gt;&lt;P&gt;i referred intensified,inverse,hotspot,but i am not get that concept of input offplz do help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238510#M482360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: input on</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238511#M482361</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;INPUT ON is used to allow inputing values in the list..&lt;/P&gt;&lt;P&gt;INPUT OFF is used to switching off the input on that was set earlier..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT INPUT ON.&lt;/P&gt;&lt;P&gt;WRITE: / 'INPUT'.&lt;/P&gt;&lt;P&gt;FORMAT INPUT OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238511#M482361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: input on</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238512#M482362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are using input on in the&amp;lt;b&amp;gt; write&amp;lt;/b&amp;gt; statement then in the report output u can edit ur  output and make changes to tht.Input off means u cannot edit ur output.By default it is input off.&lt;/P&gt;&lt;P&gt;For ex: write:/ mara-matnr input on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful or if it solves ur query.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chinmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238512#M482362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: input on</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238513#M482363</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;... INPUT [ON] or ... INPUT OFF &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;Determines whether the user can enter data. You can change the contents of list lines output with the format ... INPUT on the screen. You can also print out the change or process it further by using READ LINE in interactive events. &lt;/P&gt;&lt;P&gt;... INPUT OFF reverses the ready for input status. &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;Every time a new event ( START-OF-SELECTION, TOP-OF-PAGE, ...) is started, the system switches off ... INPUT. &lt;/P&gt;&lt;P&gt;The additions ... COLOR, ... INVERSE and ... HOTSPOT have no effect on input fields. &lt;/P&gt;&lt;P&gt;The addition ... INTENSIFIED affects the background color (color palette "input field" or "output field intensified"). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attribute ... INPUT causes lines to be displayed character-by-character and ready for input (| or -). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blank lines are displayed only if you have specified BLANK LINES ON beforehand. To make blank INPUT fields visible on blank lines, you can use the SET BLANK LINES statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238513#M482363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: input on</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238514#M482364</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;The Syntax for format option with addition Input is :&lt;/P&gt;&lt;P&gt;FORMAT  [ INPUT [{ON|OFF}|{= flag} ]]&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;This addition makes list areas ready for input. For flag, a data object of type i is expected. If ON is specified or the content of flag is not equal to 0, the relevant list area is displayed with a different foreground and background color than the rest of the list, and the user can overwrite the output. The screen cursor is positioned in the first field that is ready for input. If OFFis specified or the content of flag is equal to 0, the output is not made ready for input (default setting). If neither ON, OFF nor flag is specified after INPUT, the ON addition takes effect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within an area that is ready for input, icons are displayed empty and symbols are displayed as characters according to the codepage. Line elements are not made ready for input. The "-" und "|" characters in a list area that is ready for input are not converted into line elements, however, and are displayed ready for input. the latter applies particularly to the ULINE statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The width of the list area that is ready for input is defined by the output length. If in Unicode systems the display of contents from the list buffer in a list area that is ready for input results in truncation, the indicator is placed outside the area. The number of characters that can be entered is limited by the output length. The content cannot be moved. In ar. In Unicode systems, the number of characters that can be entered depends on the space that the individual characters require. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entries made by the user are saved in the list buffer and can be evaluated during a list event. If characters were truncated in the list, then they will also be lost in the list buffer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Example&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output of a ready for input field and evaluation of the AT-LINE-SELECTION result. The evaluation is done only if the user clicks on the hotspot below the line that is ready for input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: input_field(100) TYPE c, &lt;/P&gt;&lt;P&gt;      line_num TYPE i. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION. &lt;/P&gt;&lt;P&gt;  WRITE 'Input text:'. &lt;/P&gt;&lt;P&gt;  SET BLANK LINES ON. &lt;/P&gt;&lt;P&gt;  FORMAT INPUT. &lt;/P&gt;&lt;P&gt;  WRITE / input_field. &lt;/P&gt;&lt;P&gt;  FORMAT INPUT OFF. &lt;/P&gt;&lt;P&gt;  WRITE / '&amp;gt;&amp;gt;&amp;gt; OK &amp;lt;&amp;lt;&amp;lt;' COLOR 5 HOTSPOT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION. &lt;/P&gt;&lt;P&gt;  IF sy-lisel = '&amp;gt;&amp;gt;&amp;gt; OK &amp;lt;&amp;lt;&amp;lt;'. &lt;/P&gt;&lt;P&gt;    line_num = sy-lilli - 1. &lt;/P&gt;&lt;P&gt;    READ LINE line_num FIELD VALUE input_field. &lt;/P&gt;&lt;P&gt;    WRITE:   'The input was:', &lt;/P&gt;&lt;P&gt;           /  input_field. &lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-on/m-p/2238514#M482364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:41:36Z</dc:date>
    </item>
  </channel>
</rss>

