<?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: Using CALL transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344443#M801849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try Export.. to memory/Import .. from memory option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2008 20:07:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-05T20:07:35Z</dc:date>
    <item>
      <title>Using CALL transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344442#M801848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have created a program Z1 .&lt;/P&gt;&lt;P&gt;Now ,I would like to call a Custom report output Z2  from  ALV of Z1.&lt;/P&gt;&lt;P&gt;I,e .When i click a document no , it should show the output for the particular document no from Z2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using &lt;/P&gt;&lt;P&gt;    set parameter id 'CON' field t_output-contract. ( I have defined parameter id for the 'Z' field in the  customised table  which is used to access data in the report Z2) &lt;/P&gt;&lt;P&gt;    call transaction 'ZVXXX' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, instead of selecting single record, I am getting the output for entire records .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried iusing SUBMIT program , but in this case instead of showing the report output the program takes me to the selection screen of z2 and then after executing the report i get the single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 19:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344442#M801848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T19:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using CALL transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344443#M801849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try Export.. to memory/Import .. from memory option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 20:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344443#M801849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T20:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using CALL transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344444#M801850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I tried that .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 21:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344444#M801850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T21:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using CALL transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344445#M801851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT Z2
  WITH p1 = whatever
  WITH etc
  AND RETURN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 21:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344445#M801851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T21:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using CALL transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344446#M801852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob, &lt;/P&gt;&lt;P&gt;But I have already tried that option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 23:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-call-transaction/m-p/3344446#M801852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T23:04:02Z</dc:date>
    </item>
  </channel>
</rss>

