<?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: How to get the function codes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526194#M1262744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Swastik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has solved my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2009 14:01:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-22T14:01:11Z</dc:date>
    <item>
      <title>How to get the function codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526190#M1262740</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 displaying ALV on a modal dialog screen, I am using "CL_GUI_ALV_GRID" and the method is SET_TABLE_FOR_FIRST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to exclude the complete tool bar that is appearing on the screen. For that I have an exporting parameter of the above mentioned method, i.e., "IT_TOOLBAR_EXCLUDING"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I dont know the function codes of the tool bar elements, to fill the internal table with. Couls any one please help me how to find them out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 13:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526190#M1262740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T13:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the function codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526191#M1262741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all SAP function codes are stored in T185F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 13:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526191#M1262741</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-22T13:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the function codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526192#M1262742</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;pls refer to the link  link:[https://wiki.sdn.sap.com/wiki/display/ABAP/HIDE&lt;EM&gt;Toolbar&lt;/EM&gt;buttons&lt;EM&gt;in&lt;/EM&gt;ALV]thanks&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 13:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526192#M1262742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T13:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the function codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526193#M1262743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the ALV Layout mark NO_TOOLBAR = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: e_layout TYPE LVC_S_LAYO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE 'X' TO e_layout-no_toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass e_layout to IS_LAYOUT of SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Swastik Bharati on Apr 22, 2009 3:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 13:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526193#M1262743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T13:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the function codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526194#M1262744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Swastik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has solved my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 14:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-function-codes/m-p/5526194#M1262744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T14:01:11Z</dc:date>
    </item>
  </channel>
</rss>

