<?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: double click event on module pool. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268691#M781278</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;Use the submit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;SUBMIT report1 USING SELECTION-SCREEN '1100' &lt;/P&gt;&lt;P&gt;               WITH SELECTION-TABLE rspar_tab &lt;/P&gt;&lt;P&gt;               WITH selcriterion1 BETWEEN 'H' AND 'K' &lt;/P&gt;&lt;P&gt;               WITH selcriterion2 IN range_tab &lt;/P&gt;&lt;P&gt;               AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2008 15:24:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-09T15:24:14Z</dc:date>
    <item>
      <title>double click event on module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268689#M781276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;friends i have field in my screen .On which on double click one report has to call .But the report has selection screen which has input field which is mandatory .&lt;/P&gt;&lt;P&gt;how i could supply value for this field to the report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268689#M781276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T15:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: double click event on module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268690#M781277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hide it when you write the value and then use SET PARAMETER before calling the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268690#M781277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T15:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: double click event on module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268691#M781278</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;Use the submit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;SUBMIT report1 USING SELECTION-SCREEN '1100' &lt;/P&gt;&lt;P&gt;               WITH SELECTION-TABLE rspar_tab &lt;/P&gt;&lt;P&gt;               WITH selcriterion1 BETWEEN 'H' AND 'K' &lt;/P&gt;&lt;P&gt;               WITH selcriterion2 IN range_tab &lt;/P&gt;&lt;P&gt;               AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268691#M781278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T15:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: double click event on module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268692#M781279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are supplying value from your screen to report..&lt;/P&gt;&lt;P&gt;use,&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'GR1' FIELD output-vbeln. &lt;/P&gt;&lt;P&gt;   and call the report..and in report in select options use memory id like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS  s_vbeln FOR vbrk-vbeln NO INTERVALS MEMORY ID GR1.&lt;/P&gt;&lt;P&gt;here vbeln(doc number) is sent to the report from script from report..&lt;/P&gt;&lt;P&gt;please revert back if have any doubts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if  it helps,&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 16:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268692#M781279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T16:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: double click event on module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268693#M781280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandipan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a similar requirement in our project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SET PARAMETER and GET PARAMETER for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to create a push button in the screen and on clicking that push button,it will take to you to the selection screen of the report.&lt;/P&gt;&lt;P&gt;Before you write this code,go to SE93 and create a transaction.Enter the name of a transaction and click on create, a new po up window will open.Enter the short description and select the start object as PROGRAM AND SELECTION SCREEN(REPORT PROGRAM) and click on OK.After that another window would open.Here you will have to give the name of the report program that ypu are using and specify any screen number.Check all the checkboxes in GUI Support that you find in that screen and click on save and check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following code in the PAI of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, PRINT is the function code of the push button.TM9 is the name of the memory id.Any name can be given here.ZPRINT09 is the transaction code associated with the report program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;when 'PRINT'.             &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'TM9' FIELD ZTM09_EKKO-EBELN.  &lt;/P&gt;&lt;P&gt;call transaction 'ZPRINT09'.        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Now in the report program add this code to the select options line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS s_vbeln FOR vbrk-vbeln NO INTERVALS MEMORY ID TM9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap Ivaturi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kashyap Ivaturi on Jan 9, 2008 10:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 21:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-event-on-module-pool/m-p/3268693#M781280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T21:12:03Z</dc:date>
    </item>
  </channel>
</rss>

