<?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: OO ALV - add before command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-add-before-command/m-p/4647388#M1093756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   you can use  'C14A_POPUP_SAVE_WITH_CANCEL' Fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'C14A_POPUP_SAVE_WITH_CANCEL'&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          e_answer = answer1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user presses Yes then Answer1 will have 'J' in it and if the user presses then Answer1 will have 'N' in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So based on the value of Answer1 you can code accordingly to delete the row from alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 13:41:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T13:41:50Z</dc:date>
    <item>
      <title>OO ALV - add before command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-add-before-command/m-p/4647386#M1093754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to give a popop before stadard user command like 'Insert row' 'Append row' 'Delete Row' as that happens for 'Find', 'Sort' in program BCALV_TEST_GRID_EVENTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you feel that we can not modify standard functions, give me a possibility if I can perfrom standard function in any way after my custom code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful answers are surely rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 12:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-add-before-command/m-p/4647386#M1093754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: OO ALV - add before command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-add-before-command/m-p/4647387#M1093755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Priyanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have event BEFORE_USER_COMMAND available yet it appears that the USER_COMMAND events are NOT triggered by standard toolbar functions.&lt;/P&gt;&lt;P&gt;Therefore my suggestion is to replace to standard function code values with custom values (e.g. APPEND_ROW, INSERT_ROW) and use the approach described in thread &lt;SPAN __jive_macro_name="thread" id="1095738"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 12:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-add-before-command/m-p/4647387#M1093755</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-21T12:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: OO ALV - add before command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-add-before-command/m-p/4647388#M1093756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   you can use  'C14A_POPUP_SAVE_WITH_CANCEL' Fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'C14A_POPUP_SAVE_WITH_CANCEL'&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          e_answer = answer1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user presses Yes then Answer1 will have 'J' in it and if the user presses then Answer1 will have 'N' in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So based on the value of Answer1 you can code accordingly to delete the row from alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 13:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-add-before-command/m-p/4647388#M1093756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T13:41:50Z</dc:date>
    </item>
  </channel>
</rss>

