<?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: Problem with User Command in alv report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930754#M1150275</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;for field ANLN1 the PID is AN1!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2008 12:37:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-09T12:37:43Z</dc:date>
    <item>
      <title>Problem with User Command in alv report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930750#M1150271</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;I have developed a ALV grid report with drill down capability to transaction code for user command. I am having a trouble with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CASE ucomm.&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;      CLEAR: wa_import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF selfield-fieldname EQ 'ANLN1'.&lt;/P&gt;&lt;P&gt;        READ TABLE t_import INTO wa_import INDEX selfield-tabindex.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'BUK' FIELD wa_import-bukrs.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'ANl' FIELD wa_import-anln1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'AW01N'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here my parameter ids are showing the values but when i call the transaction i am not getting the actual asset numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me out this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 19:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930750#M1150271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T19:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Command in alv report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930751#M1150272</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;add the AND SKIP FIRST SCREEN...addition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL TRANSACTION 'AW01N' AND SKIP FIRST SCREEN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 19:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930751#M1150272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Command in alv report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930752#M1150273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;adding that doesnt make any difference, as aw01n doesnt have selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 19:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930752#M1150273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T19:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Command in alv report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930753#M1150274</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;Actually...the Parameter ID is AN1 and Not ANI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 19:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930753#M1150274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T19:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Command in alv report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930754#M1150275</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;for field ANLN1 the PID is AN1!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 12:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930754#M1150275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T12:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Command in alv report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930755#M1150276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct parameter id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 12:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930755#M1150276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T12:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with User Command in alv report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930756#M1150277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 20:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-in-alv-report/m-p/4930756#M1150277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T20:37:30Z</dc:date>
    </item>
  </channel>
</rss>

