<?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 regarding nested report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955619#M393340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose v have called a new reort progarm from report1 program i.e thru SUBMIT command....and in the new report program i.e called report is having a CALL TRANSACTION statement....so wat happens?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 09:36:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T09:36:10Z</dc:date>
    <item>
      <title>regarding nested report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955619#M393340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose v have called a new reort progarm from report1 program i.e thru SUBMIT command....and in the new report program i.e called report is having a CALL TRANSACTION statement....so wat happens?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 09:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955619#M393340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T09:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding nested report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955620#M393341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The transaction specified in the CALL TRANSACTION will be called normally. Close the thread and mark points if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 09:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955620#M393341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T09:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: regarding nested report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955621#M393342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is not pretty clear to me. I think you are asking that Report Program A is calling another Report Program B through SUBMIT command. In Report Program B there is a call transaction Command. This will work fine provided it is not calling Report A otherwise it would give a Session Error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somnath Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 13:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955621#M393342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T13:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding nested report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955622#M393343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You mean to say,&lt;/P&gt;&lt;P&gt;Prg1 calls prg2 using SUBMIT and prg2 calls prg1 using CALL TRANSACTION ?&lt;/P&gt;&lt;P&gt;This will end in a deadlock and go into indefinite iterations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If prg2 calls someother call transaction, then no harm in it, it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 14:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955622#M393343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T14:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: regarding nested report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955623#M393344</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;If report program A calls Report Program B through SUBMIT and Report B itself calls Report A through Call transaction then I think it will not go for an indefinite iterations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason: Call transaction actually calls a screen and all we know that SAP can create a maximum of Six (6) screens. So the process will run for maximum of Six screen generation. Then it will give a session error i,e. Maximum Session is reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somnath Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 03:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-nested-report/m-p/1955623#M393344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T03:48:46Z</dc:date>
    </item>
  </channel>
</rss>

