<?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: SAP query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174157#M461566</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;IT is possible using SET/GET parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID IS TO STORE THE PARTICULAR FIELD VALUE IN GLOBAL MEMORY CALLED AS SAP MEMORY FOR A PARTICAULAR TIME AND RESTORE IT THROUGH GET PARAMETER ID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ABC' FIELD '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If however its in a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ABC' FIELD variableName.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 05:06:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T05:06:44Z</dc:date>
    <item>
      <title>SAP query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174156#M461565</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 have a question for the query. Is it possible using a interface parameter for report-to-report interface? I mean when I double click on  one the data record of query, I want to transfer the key information of this record to the query or report or transaction as parameters. Is it possible? If yes, could you tell me how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Saravana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 05:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174156#M461565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T05:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174157#M461566</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;IT is possible using SET/GET parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID IS TO STORE THE PARTICULAR FIELD VALUE IN GLOBAL MEMORY CALLED AS SAP MEMORY FOR A PARTICAULAR TIME AND RESTORE IT THROUGH GET PARAMETER ID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ABC' FIELD '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If however its in a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ABC' FIELD variableName.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 05:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174157#M461566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T05:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174158#M461567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, we can do it two way one using call transaction and at line selection.best way use call transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 05:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174158#M461567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T05:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174159#M461568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saravana,&lt;/P&gt;&lt;P&gt;                  It is possible.Use SET PARAMETER ID  statement fo that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this code : &lt;/P&gt;&lt;P&gt;form user_command using p_ucomm type sy-ucomm&lt;/P&gt;&lt;P&gt;                           p_selfield type slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case p_ucomm.&lt;/P&gt;&lt;P&gt;WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET PARAMETER ID 'MAT' FIELD P_SELFIELD-VALUE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM01' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P_SELFIELD-VALUE is the value on which u double click.&lt;/P&gt;&lt;P&gt;This value will diecty go to MM01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " ZF_USER_COMMAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 05:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/2174159#M461568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T05:18:15Z</dc:date>
    </item>
  </channel>
</rss>

