<?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 Question reg. interactive report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659643#M292463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reg. the below code, if the user clicks on sales order, its going to VA02 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'AUN' FIELD itab-vbeln.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'VA02' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what parameter id should I set for customer master (XD02) and material master (MM02). &lt;/P&gt;&lt;P&gt;The user will check a record on alv display output and clicks a 'material' icon on application toolbar. If a particular field in the internal table has material master, clicking should take him to material master (MM02) for that material. If that field is empty, checking the record and clicking on 'material' icon should take the user just to MM02 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me a sample code here please?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2006 17:23:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-08T17:23:52Z</dc:date>
    <item>
      <title>Question reg. interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659643#M292463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reg. the below code, if the user clicks on sales order, its going to VA02 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'AUN' FIELD itab-vbeln.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'VA02' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what parameter id should I set for customer master (XD02) and material master (MM02). &lt;/P&gt;&lt;P&gt;The user will check a record on alv display output and clicks a 'material' icon on application toolbar. If a particular field in the internal table has material master, clicking should take him to material master (MM02) for that material. If that field is empty, checking the record and clicking on 'material' icon should take the user just to MM02 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me a sample code here please?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 17:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659643#M292463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T17:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659644#M292464</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 MM02 use the ID MAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For XD02 use the ID KUN&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>Wed, 08 Nov 2006 17:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659644#M292464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T17:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659645#M292465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try if this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Customer master&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'KUN' FIELD itab-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Material master&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD itab-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if it was useful&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 17:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659645#M292465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T17:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659646#M292466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can do the same way as done for VA02. ONly thing is the Parameter ID and Tcode needs to be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  XD02 -  parameter id = KUN&lt;/P&gt;&lt;P&gt;  MM02 -  parameter id = MAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the parameter ID for any transaction.&lt;/P&gt;&lt;P&gt;Go to transactionn first-&amp;gt; keep your cursor on the  field for which you want para ID-&amp;gt; F1-&amp;gt; tectchnical detail-&amp;gt;check the Parameter ID given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 17:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-interactive-report/m-p/1659646#M292466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T17:31:21Z</dc:date>
    </item>
  </channel>
</rss>

