<?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: Exclude 'Variant button' from Transaction. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-variant-button-from-transaction/m-p/6940775#M1487276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ana,&lt;/P&gt;&lt;P&gt;please have a look at this wiki post: &lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/disable" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/disable&lt;/A&gt;&lt;EM&gt;standard&lt;/EM&gt;ececute&lt;EM&gt;button&lt;/EM&gt;on&lt;EM&gt;selection&lt;/EM&gt;screen&lt;/P&gt;&lt;P&gt;and try the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: l_program like sy-repid.
data: begin of t_excl_tab occurs 0,
        pfkey like sy-pfkey,
      end of t_excl_tab.

at selection-screen output.
  l_program = sy-cprog.
  append 'GET' to t_excl_tab.

  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
    EXPORTING
      p_status        = '%_00'
      P_PROGRAM       = l_program
    tables
      p_exclude       = t_excl_tab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I hope this helps. Kind regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 May 2010 16:19:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-05T16:19:45Z</dc:date>
    <item>
      <title>Exclude 'Variant button' from Transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-variant-button-from-transaction/m-p/6940774#M1487275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt; I have a Ztransaction and I would like to exclude the 'Variant button' (ICON_VARIANTS) in the toolbar.  I don't find anything in the forum so if somebody has an idea...&lt;/P&gt;&lt;P&gt;Tnaks in advance.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Ana &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 15:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-variant-button-from-transaction/m-p/6940774#M1487275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T15:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude 'Variant button' from Transaction.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-variant-button-from-transaction/m-p/6940775#M1487276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ana,&lt;/P&gt;&lt;P&gt;please have a look at this wiki post: &lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/disable" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/disable&lt;/A&gt;&lt;EM&gt;standard&lt;/EM&gt;ececute&lt;EM&gt;button&lt;/EM&gt;on&lt;EM&gt;selection&lt;/EM&gt;screen&lt;/P&gt;&lt;P&gt;and try the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: l_program like sy-repid.
data: begin of t_excl_tab occurs 0,
        pfkey like sy-pfkey,
      end of t_excl_tab.

at selection-screen output.
  l_program = sy-cprog.
  append 'GET' to t_excl_tab.

  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
    EXPORTING
      p_status        = '%_00'
      P_PROGRAM       = l_program
    tables
      p_exclude       = t_excl_tab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I hope this helps. Kind regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 16:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-variant-button-from-transaction/m-p/6940775#M1487276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T16:19:45Z</dc:date>
    </item>
  </channel>
</rss>

