<?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: in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914457#M938366</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;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PROGRAM FOR THE BUTTONS ON APPLICATION TOOL BAR and to disable the&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;**execute  button&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:it_exc type table of rsexfcode,&lt;/P&gt;&lt;P&gt;     wa_exc type          rsexfcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_carrid type s_carr_id,&lt;/P&gt;&lt;P&gt;            p_cityfr type s_from_cit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: function key 1,&lt;/P&gt;&lt;P&gt;                  function key 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_01 = 'ONE'.&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_02 = 'TWO'.&lt;/P&gt;&lt;P&gt;  wa_exc-fcode  = 'ONLI'.&lt;/P&gt;&lt;P&gt;  append wa_exc to it_exc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  case sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;      when'FC01'.&lt;/P&gt;&lt;P&gt;      p_carrid = 'ONE'.&lt;/P&gt;&lt;P&gt;      p_cityfr = 'HYD'.&lt;/P&gt;&lt;P&gt;    when 'FC02'.&lt;/P&gt;&lt;P&gt;      p_carrid = 'TWO'.&lt;/P&gt;&lt;P&gt;      p_cityfr = 'KKD'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET PF-STATUS ' '  OF PROGRAM  'RSSYSTDB'  EXCLUDING WA_EXC-FCODE.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;call function 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    p_status        = '%_00'&lt;/P&gt;&lt;P&gt;   p_program       = 'RSSYSTDB'&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    p_exclude       = it_exc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 12:59:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T12:59:07Z</dc:date>
    <item>
      <title>in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914454#M938363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in selection screen how to disable the execute button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 12:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914454#M938363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T12:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914455#M938364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to define your own GUI status using &lt;/P&gt;&lt;P&gt;Set PF status &lt;/P&gt;&lt;P&gt;then use Fm &lt;/P&gt;&lt;P&gt;RS_set_gui_status (check FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then define the function code for the button EXEcute in menu painter se41 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 12:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914455#M938364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914456#M938365</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;You can do it in Initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 12:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914456#M938365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T12:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914457#M938366</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;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PROGRAM FOR THE BUTTONS ON APPLICATION TOOL BAR and to disable the&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;**execute  button&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:it_exc type table of rsexfcode,&lt;/P&gt;&lt;P&gt;     wa_exc type          rsexfcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_carrid type s_carr_id,&lt;/P&gt;&lt;P&gt;            p_cityfr type s_from_cit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: function key 1,&lt;/P&gt;&lt;P&gt;                  function key 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_01 = 'ONE'.&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_02 = 'TWO'.&lt;/P&gt;&lt;P&gt;  wa_exc-fcode  = 'ONLI'.&lt;/P&gt;&lt;P&gt;  append wa_exc to it_exc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  case sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;      when'FC01'.&lt;/P&gt;&lt;P&gt;      p_carrid = 'ONE'.&lt;/P&gt;&lt;P&gt;      p_cityfr = 'HYD'.&lt;/P&gt;&lt;P&gt;    when 'FC02'.&lt;/P&gt;&lt;P&gt;      p_carrid = 'TWO'.&lt;/P&gt;&lt;P&gt;      p_cityfr = 'KKD'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET PF-STATUS ' '  OF PROGRAM  'RSSYSTDB'  EXCLUDING WA_EXC-FCODE.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;call function 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    p_status        = '%_00'&lt;/P&gt;&lt;P&gt;   p_program       = 'RSSYSTDB'&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    p_exclude       = it_exc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 12:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen/m-p/3914457#M938366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T12:59:07Z</dc:date>
    </item>
  </channel>
</rss>

