<?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 ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199282#M1003597</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;i had  got an beloe avv report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matno             posnr&lt;/P&gt;&lt;P&gt;0000005309	10	M-13	00207	MAG DX 17F&lt;/P&gt;&lt;P&gt;0000005309	20	M-09	00207	Flatscreen MS 1585&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to create an hotspot , say if keep the corsor on matno it should create a hotspot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2008 21:35:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-21T21:35:38Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199282#M1003597</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;i had  got an beloe avv report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matno             posnr&lt;/P&gt;&lt;P&gt;0000005309	10	M-13	00207	MAG DX 17F&lt;/P&gt;&lt;P&gt;0000005309	20	M-09	00207	Flatscreen MS 1585&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to create an hotspot , say if keep the corsor on matno it should create a hotspot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 21:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199282#M1003597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T21:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199283#M1003598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Set the hotspot property of the field in the fieldcatalog.&lt;/P&gt;&lt;P&gt;loop at i_fieldcatalog into ws_fieldcatalog.&lt;/P&gt;&lt;P&gt;if ws_fieldcatalog = 'MATNR'.&lt;/P&gt;&lt;P&gt;ws_fieldcatalog-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;modify i_fieldcatalog from ws_fieldcatalog.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 21:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199283#M1003598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T21:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199284#M1003599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks its working,,,,,,,,&lt;/P&gt;&lt;P&gt;but when i place the cirsor on matnr , it should go to transaction  VT02N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 22:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199284#M1003599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T22:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199285#M1003600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use call the transaction directly using the syntax:&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;t-code&amp;gt;.&lt;/P&gt;&lt;P&gt;Now it  will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply if it is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 04:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/4199285#M1003600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T04:58:02Z</dc:date>
    </item>
  </channel>
</rss>

