<?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: Custom functionality for standard function key's in OOPS ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701630#M1946870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a generic dialog which works for any ALV. If you want a custom functionality, add it to the toolbar on the main ALV screen. You may also branch the detail button (if you use the classic ALV grid technology, then it's the event BEFORE_USER_COMMAND) to a brand new custom screen where you can do whatever you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 12:33:29 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-05-05T12:33:29Z</dc:date>
    <item>
      <title>Custom functionality for standard function key's in OOPS ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701629#M1946869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is in the output level of oops ALV report, if we select one record and click on details button then it will show to us the detailed pop-up..&lt;/P&gt;&lt;P&gt;In that pop up I need to maintain the one custom button and with the button I have to provide some custom functionality..&lt;/P&gt;&lt;P&gt;So please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/944835" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 11:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701629#M1946869</guid>
      <dc:creator>lella_sri</dc:creator>
      <dc:date>2016-05-05T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom functionality for standard function key's in OOPS ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701630#M1946870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a generic dialog which works for any ALV. If you want a custom functionality, add it to the toolbar on the main ALV screen. You may also branch the detail button (if you use the classic ALV grid technology, then it's the event BEFORE_USER_COMMAND) to a brand new custom screen where you can do whatever you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 12:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701630#M1946870</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-05-05T12:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom functionality for standard function key's in OOPS ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701631#M1946871</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; As Sandra mentioned that it is generic dialog, so you can remove the Standard Details Button and put your custom button with same icon and tool tip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Click of that button(In PAI) create a screen similar to Details screen and add your custom button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepak Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 00:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701631#M1946871</guid>
      <dc:creator>deepak_sharma_sap</dc:creator>
      <dc:date>2016-05-06T00:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom functionality for standard function key's in OOPS ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701632#M1946872</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;Create a custom button and add the standard functionality of the details with your custom button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the below link, it might give you some hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/Snippets/Adding+user+functions+in+PF+status+of+an+ALV+pop+up+and+handling+it" title="https://wiki.scn.sap.com/wiki/display/Snippets/Adding+user+functions+in+PF+status+of+an+ALV+pop+up+and+handling+it"&gt;Adding user functions in PF status of an ALV pop up and handling it - Code Gallery - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 07:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-functionality-for-standard-function-key-s-in-oops-alv/m-p/11701632#M1946872</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2016-05-06T07:16:24Z</dc:date>
    </item>
  </channel>
</rss>

