<?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: COR3  - Call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470244#M1417138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://wiki.sdn.sap.com/wiki/display/SCM/SCM&lt;EM&gt;Variance&lt;/EM&gt;Report|]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2010 13:00:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-18T13:00:43Z</dc:date>
    <item>
      <title>COR3  - Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470239#M1417133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed an ALV report where when double click on a Process Order number the report will call a standard TRANSACTION COR3 using call transaction method.  But the report always takes the first selected Process Order value in the cor3 transaction.Whenever i click on any other process Order number it always take the first click value.&lt;/P&gt;&lt;P&gt;But i have checked that the parameter ID field is taking the correct value.. it seems like the SAP memory have to be cleared.How to do the same.All other call transactions are working fine with the same report like Transactions MM03 And MB03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Misha Denis on Jan 18, 2010 9:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470239#M1417133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: COR3  - Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470240#M1417134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with bdc method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'COR3' with bdcdata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470240#M1417134</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-18T09:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: COR3  - Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470241#M1417135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check whether any default parameter Id set in SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SU01 --&amp;gt; Parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters       Value&lt;/P&gt;&lt;P&gt;ANR                   ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any value is maintained it will automatically take this value try to chek it.if it is still not Working Go For BDC option &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 09:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470241#M1417135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T09:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: COR3  - Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470242#M1417136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx kehsav .. i did BDC only.. an solved the problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 12:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470242#M1417136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T12:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: COR3  - Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470243#M1417137</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 can check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ht[http://wiki.sdn.sap.com/wiki/display/SCM/SCM&lt;EM&gt;Order&lt;/EM&gt;Status&lt;EM&gt;Management&lt;/EM&gt;Report|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 12:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470243#M1417137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T12:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: COR3  - Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470244#M1417138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://wiki.sdn.sap.com/wiki/display/SCM/SCM&lt;EM&gt;Variance&lt;/EM&gt;Report|]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 13:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cor3-call-transaction/m-p/6470244#M1417138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T13:00:43Z</dc:date>
    </item>
  </channel>
</rss>

