<?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: push button on alv which should navigate to a transaction code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667482#M1098004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeer,&lt;/P&gt;&lt;P&gt;For you query what you need to do is first you need to create a button and link it in the ALV Tool bar.&lt;/P&gt;&lt;P&gt;Then you need to handle it through the event AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;AND CALL TRANSACTINO &amp;lt;XXXX&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tahnks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 09:46:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T09:46:38Z</dc:date>
    <item>
      <title>push button on alv which should navigate to a transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667481#M1098003</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;    &lt;/P&gt;&lt;P&gt;    I need to create a pushbutton on an ALV report for each record. &lt;/P&gt;&lt;P&gt;   when this pushbutton is pressed it should navigate to a particular transaction code say "XYZ" &lt;/P&gt;&lt;P&gt;   with the first columns value. Say equnr's value and hit the DISPLAY NAVIGATE BUTTON in the  &lt;/P&gt;&lt;P&gt;   application tool bar of the transaction "XYZ"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and reagards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667481#M1098003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: push button on alv which should navigate to a transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667482#M1098004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeer,&lt;/P&gt;&lt;P&gt;For you query what you need to do is first you need to create a button and link it in the ALV Tool bar.&lt;/P&gt;&lt;P&gt;Then you need to handle it through the event AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;AND CALL TRANSACTINO &amp;lt;XXXX&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tahnks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667482#M1098004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: push button on alv which should navigate to a transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667483#M1098005</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;  Your question is not clear. &lt;STRONG&gt;Push Button for Each Record&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Push Buttons will be created in PF-STATUS. You create your own PF Status.&lt;/P&gt;&lt;P&gt;For the created push Button give FCODE and write the Usercommand Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'FCODE'.&lt;/P&gt;&lt;P&gt; SET PARAMETER ID 'PID' VALUE XYZ.&lt;/P&gt;&lt;P&gt; CALL TRANSCTION 'XYZ' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PID - Parameter ID of the Field in the XYZ Transction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667483#M1098005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: push button on alv which should navigate to a transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667484#M1098006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u create push buttons in pf-status.. and then when u select a record and press the push button write u r code in user-command and call the transaction..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 10:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667484#M1098006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T10:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: push button on alv which should navigate to a transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667485#M1098007</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;    Thanks for all your answer&lt;/P&gt;&lt;P&gt;    I guess my question was not clear.&lt;/P&gt;&lt;P&gt;    When my alv report is displayed at the end of every record i need to add a button&lt;/P&gt;&lt;P&gt;and  when clicked should navigate to a transaction "XXX" with that particular record and hit the Nvaigate Display Object list on that trans code   &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SNO DATE       ITEM  QUANTITY      AMOUNT    BUTTON&lt;/P&gt;&lt;P&gt;  1     16.10.08    PEN          10               150            &lt;/P&gt;&lt;P&gt;  2     16.10.08    BOOK         5                150           &lt;/P&gt;&lt;P&gt;  3     16.10.08    PENCIL       5                100           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so here my question is how so i create a button for every record and then &lt;/P&gt;&lt;P&gt; when this button is clicked how do i navigate to transcode and hit the &lt;/P&gt;&lt;P&gt; Display Object status of the transcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 10:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-alv-which-should-navigate-to-a-transaction-code/m-p/4667485#M1098007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T10:47:27Z</dc:date>
    </item>
  </channel>
</rss>

