<?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: function code . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683846#M1101207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;take a look at this example program &lt;STRONG&gt;BCALV_TEST_TOOLBAR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to add the function code to a table that you want to exclude and pass that to the set pf-status command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
types: begin of l_ty_s_excl,
           func type syucomm,
         end   of l_ty_s_excl,
         l_ty_t_excl type standard table of l_ty_s_excl.

  data: lt_excl type l_ty_t_excl,
        ls_excl type l_ty_s_excl.
move '&amp;amp;LOCAL&amp;amp;COPY_ROW' to ls_excl-func.
append lt_excl from ls_excl-func.

  set pf-status 'D0100' excluding lt_excl.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 14:02:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T14:02:42Z</dc:date>
    <item>
      <title>function code .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683845#M1101206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii alll....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have a prblem in knowing the function code for the DUPLICATE ROWS button on the standard alv grid that is been called using classes ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue is i need to remove that button ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any one plzzz help me out in solving this issue ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking you all in advance ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards &lt;/P&gt;&lt;P&gt;chandu reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 13:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683845#M1101206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: function code .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683846#M1101207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;take a look at this example program &lt;STRONG&gt;BCALV_TEST_TOOLBAR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to add the function code to a table that you want to exclude and pass that to the set pf-status command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
types: begin of l_ty_s_excl,
           func type syucomm,
         end   of l_ty_s_excl,
         l_ty_t_excl type standard table of l_ty_s_excl.

  data: lt_excl type l_ty_t_excl,
        ls_excl type l_ty_s_excl.
move '&amp;amp;LOCAL&amp;amp;COPY_ROW' to ls_excl-func.
append lt_excl from ls_excl-func.

  set pf-status 'D0100' excluding lt_excl.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 14:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683846#M1101207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T14:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: function code .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683847#M1101208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function codes are available as constant attributes of the ALV classes.  An example attribute fcode is CL_GUI_ALV_GRID=&amp;gt;MC_FC_LOC_COPY_ROW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 14:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683847#M1101208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T14:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: function code .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683848#M1101209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 14:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/4683848#M1101209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T14:32:06Z</dc:date>
    </item>
  </channel>
</rss>

