<?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: IF sy-ucomm = 'ONLI'. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138892#M450285</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;ONLI is function code of execute button(F8).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 13:48:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T13:48:57Z</dc:date>
    <item>
      <title>IF sy-ucomm = 'ONLI'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138886#M450279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI What is the Purpose of the this below code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-ucomm = 'ONLI'.  What is the meaning for this 'ONLI'..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138886#M450279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: IF sy-ucomm = 'ONLI'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138887#M450280</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;ONLI  is the function code of execute button(F8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, if system field sy-ucomm eq 'ONLI'&lt;/P&gt;&lt;P&gt;code following the if statement executes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138887#M450280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T13:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: IF sy-ucomm = 'ONLI'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138888#M450281</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;During dialog programming you can use text for controlling the navigation between the screens, clicking on buttons, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if you click on the back (green arrow pointing to the left) button, your ok-code will be 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running a report by hitting F8, or clicking on the execute button, your ok-code will be 'ONLI' (online).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138888#M450281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T13:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: IF sy-ucomm = 'ONLI'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138889#M450282</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; For any action to take place , when u click any button or input any value and press any pushbutton... some &amp;lt;b&amp;gt;function code&amp;lt;/b&amp;gt; will be stored in the system field &amp;lt;b&amp;gt;sy-ucomm&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONLI is the function code for the Execute button.. or u can give the function code whatever u want for a pushbutton in ur own screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then according to the function code placed in sy-ucomm field the next operation will takeplace... For any action to take place this function code has to be generated !!!...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This u can achieve by pressing the Function key attached to this function code ( inthis case it is F8 )...&lt;/P&gt;&lt;P&gt;or in the Ok code bar give =ONLI and press enter , then also the action will be the same !!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u understood !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138889#M450282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T13:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: IF sy-ucomm = 'ONLI'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138890#M450283</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;'ONLI' is a OKCODE. It is a OKCODE for F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you write any report program and you only want to execute the block code, when user pres F8 then you write condition like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-ucomm = 'ONLI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*" You code here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138890#M450283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: IF sy-ucomm = 'ONLI'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138891#M450284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Akshitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from my knowledge point of view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONLI is a sap provided key word which is used to take the control for the output display &lt;/P&gt;&lt;P&gt;that means once u give the values in the selection screen and if u go with execute and if u have the ONLI keyword, then control will be moved to output display...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is wrong, sorry to answer.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138891#M450284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T13:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: IF sy-ucomm = 'ONLI'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138892#M450285</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;ONLI is function code of execute button(F8).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/if-sy-ucomm-onli/m-p/2138892#M450285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T13:48:57Z</dc:date>
    </item>
  </channel>
</rss>

