<?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 Push button as ALV Column in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-alv-column/m-p/11152787#M1907045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a push button for each row of ALV output with some text (say "countries"). When the the particular push button is clicked i need to display some data. Can anybody tell me how to handle this. I am able to create the push button, but facing two below issues&lt;/P&gt;&lt;P&gt;1.unable to place the text for the button and&lt;/P&gt;&lt;P&gt;2.when that is clicked how to display some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fcat-fieldname = 'PB'.&lt;/P&gt;&lt;P&gt;w_fcat-scrtext_m = 'Select'.&lt;/P&gt;&lt;P&gt;w-fcat-tabname = 'T_FINAL'.&lt;/P&gt;&lt;P&gt;append w_fcat to t_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;w_fcat-fieldname = 'xxx'.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;w_fcat-scrtext_m = 'xxx''.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;w-fcat-tabname = 'T_FINAL'.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;append w_fcat to t_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_fcat into w_fcat where fieldname = 'PB'.&lt;/P&gt;&lt;P&gt;w_fcat-style = c;_gui_alv_grid=&amp;gt;mc_style_button.&lt;/P&gt;&lt;P&gt;modify t_fcat from w_fcat.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is working fine but with above two issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using RESUE_ALV_GRID_DISPLAY_LVC. If this cannot be achieved through this FM atleast please let me know through any other approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mallikarjun Reddy G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 19:26:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-06-24T19:26:47Z</dc:date>
    <item>
      <title>Push button as ALV Column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-alv-column/m-p/11152787#M1907045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a push button for each row of ALV output with some text (say "countries"). When the the particular push button is clicked i need to display some data. Can anybody tell me how to handle this. I am able to create the push button, but facing two below issues&lt;/P&gt;&lt;P&gt;1.unable to place the text for the button and&lt;/P&gt;&lt;P&gt;2.when that is clicked how to display some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_fcat-fieldname = 'PB'.&lt;/P&gt;&lt;P&gt;w_fcat-scrtext_m = 'Select'.&lt;/P&gt;&lt;P&gt;w-fcat-tabname = 'T_FINAL'.&lt;/P&gt;&lt;P&gt;append w_fcat to t_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;w_fcat-fieldname = 'xxx'.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;w_fcat-scrtext_m = 'xxx''.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;w-fcat-tabname = 'T_FINAL'.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;append w_fcat to t_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_fcat into w_fcat where fieldname = 'PB'.&lt;/P&gt;&lt;P&gt;w_fcat-style = c;_gui_alv_grid=&amp;gt;mc_style_button.&lt;/P&gt;&lt;P&gt;modify t_fcat from w_fcat.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is working fine but with above two issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using RESUE_ALV_GRID_DISPLAY_LVC. If this cannot be achieved through this FM atleast please let me know through any other approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mallikarjun Reddy G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-alv-column/m-p/11152787#M1907045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-24T19:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Push button as ALV Column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-alv-column/m-p/11152788#M1907046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of a button, print a text and use the HOTSPOT value in teh fieldcat, this will make appear a hand icons when you hover that column and then use USER_COMMAND to control de row clikked and the logic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have a blog with some info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abap-tutorials.com/2012/11/26/alv-report-call-transaction-using-hot-spot/" title="http://www.abap-tutorials.com/2012/11/26/alv-report-call-transaction-using-hot-spot/"&gt;http://www.abap-tutorials.com/2012/11/26/alv-report-call-transaction-using-hot-spot/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 02:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-alv-column/m-p/11152788#M1907046</guid>
      <dc:creator>Rodrigo-Giner</dc:creator>
      <dc:date>2015-06-25T02:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Push button as ALV Column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-alv-column/m-p/11152789#M1907047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Malli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM RESUE_ALV_GRID_DISPLAY_LVC is support style feature.&lt;/P&gt;&lt;P&gt;what ever you cell value that automatically come to button text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your last problem when user click on any button trace the index of ALV by using like user command event then if need take column values as per requirement and display custom screen or else to user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swadhin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 06:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-as-alv-column/m-p/11152789#M1907047</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2015-06-25T06:08:05Z</dc:date>
    </item>
  </channel>
</rss>

