<?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 Calling report using parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-report-using-parameters/m-p/5125453#M1188489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seven reports objects.I am willling to club them into a single screen.&lt;/P&gt;&lt;P&gt;Selection parameters in these reports are more or less same.Little bit variation is there.&lt;/P&gt;&lt;P&gt;Is it possible that i club complete input parameters on single screen and present these parameters &lt;/P&gt;&lt;P&gt;to user and then call various transactions selected by radio buttons on basis of what user give in these selection parameters. Is there something of that sort in call transaction or SUBMIT.&lt;/P&gt;&lt;P&gt;I could see help but could not conclude how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2009 04:36:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-23T04:36:52Z</dc:date>
    <item>
      <title>Calling report using parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-report-using-parameters/m-p/5125453#M1188489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seven reports objects.I am willling to club them into a single screen.&lt;/P&gt;&lt;P&gt;Selection parameters in these reports are more or less same.Little bit variation is there.&lt;/P&gt;&lt;P&gt;Is it possible that i club complete input parameters on single screen and present these parameters &lt;/P&gt;&lt;P&gt;to user and then call various transactions selected by radio buttons on basis of what user give in these selection parameters. Is there something of that sort in call transaction or SUBMIT.&lt;/P&gt;&lt;P&gt;I could see help but could not conclude how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 04:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-report-using-parameters/m-p/5125453#M1188489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T04:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calling report using parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-report-using-parameters/m-p/5125454#M1188490</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;You can use Call Transaction for each report using:&lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcod [AND SKIP FIRST SCREEN] [USING itab].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of the Call, it returns to calling program and proceeds to next stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you want to use Submit:&lt;/P&gt;&lt;P&gt;[Submit|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9dd035c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;Also check out the code at: [Filling the Selection Screen of a Called Program|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dba51a35c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayanthi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 04:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-report-using-parameters/m-p/5125454#M1188490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T04:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calling report using parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-report-using-parameters/m-p/5125455#M1188491</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;what would be the deciding parameter as to which transaction is to be called ...radiobuttons???&lt;/P&gt;&lt;P&gt;as you said Selection-Parameters are almost same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can make use of Call Transaction,see F1 help on Call Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 08:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-report-using-parameters/m-p/5125455#M1188491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T08:06:40Z</dc:date>
    </item>
  </channel>
</rss>

