<?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 Call Transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936315#M387238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have developed a report which updates me 12 and me 22 using call transactions &lt;/P&gt;&lt;P&gt; both at a time but when i am running this report in fore ground its updating fine but when i am running in back ground its not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i used this syntax -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'ME12'&lt;/P&gt;&lt;P&gt;                   USING i_bdcdata&lt;/P&gt;&lt;P&gt;                   MODE 'A'&lt;/P&gt;&lt;P&gt;                   UPDATE 'S' MESSAGES INTO IT_MESSAGES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH i_bdcdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'ME22'&lt;/P&gt;&lt;P&gt;                   USING i_bdcdata&lt;/P&gt;&lt;P&gt;                   MODE 'N'&lt;/P&gt;&lt;P&gt;                   UPDATE 'A' MESSAGES INTO IT_MESSAGES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can any one please help and do you think we can run 2 transactions in back ground at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Feb 2007 09:35:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-17T09:35:54Z</dc:date>
    <item>
      <title>Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936315#M387238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have developed a report which updates me 12 and me 22 using call transactions &lt;/P&gt;&lt;P&gt; both at a time but when i am running this report in fore ground its updating fine but when i am running in back ground its not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i used this syntax -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'ME12'&lt;/P&gt;&lt;P&gt;                   USING i_bdcdata&lt;/P&gt;&lt;P&gt;                   MODE 'A'&lt;/P&gt;&lt;P&gt;                   UPDATE 'S' MESSAGES INTO IT_MESSAGES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH i_bdcdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'ME22'&lt;/P&gt;&lt;P&gt;                   USING i_bdcdata&lt;/P&gt;&lt;P&gt;                   MODE 'N'&lt;/P&gt;&lt;P&gt;                   UPDATE 'A' MESSAGES INTO IT_MESSAGES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can any one please help and do you think we can run 2 transactions in back ground at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 09:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936315#M387238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T09:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936316#M387239</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;&lt;/P&gt;&lt;P&gt;Keep both the programs mode in 'N' mode.&lt;/P&gt;&lt;P&gt;that is in the background mode...&lt;/P&gt;&lt;P&gt;then run ur report....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 09:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936316#M387239</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-02-17T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936317#M387240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am sorry narasimha, actually i put both the  modes in N i.e no screen only and running but its not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u think any other reason why its not updating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 09:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936317#M387240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T09:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936318#M387241</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;Just check it in debugging mode..&lt;/P&gt;&lt;P&gt;U can be able to track it very easilyy...&lt;/P&gt;&lt;P&gt;If there is a problem..&lt;/P&gt;&lt;P&gt;Paste ur piece of code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 09:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936318#M387241</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-02-17T09:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936319#M387242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please record the transaction again and check you have missed to call some screen or fill some screen field during the call transaction. &lt;/P&gt;&lt;P&gt;In foreground we ignore this but this has impact in the background and so it does not do complete the process completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if you have missed any confirmation popup at the end of the recording and add it in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 10:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936319#M387242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T10:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936320#M387243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are using 6.0 in this versions SAP came with Active X Controls which we can't run in back ground.&lt;/P&gt;&lt;P&gt;so that we need to go for BAPIS&lt;/P&gt;&lt;P&gt;1) try for these BAPI_INFORECORD_GETLIST for ME12&lt;/P&gt;&lt;P&gt;2) And BAPI_PO_CHANGE For ME22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 10:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936320#M387243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T10:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936321#M387244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anil kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i never used BAPI's can you please tell me how to use these BAPI's by sending a piece of code especially for ME12 and ME22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks and waiting for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Pavan kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 10:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936321#M387244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T10:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936322#M387245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Acttually what is your requirement tellme then i will see it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 11:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936322#M387245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T11:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936323#M387246</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;Can you try doing a COMMIT WORK and WAIT after the first call transaction in case table i_messages does not have any error, and then have the second bdc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 14:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1936323#M387246</guid>
      <dc:creator>anilnal</dc:creator>
      <dc:date>2007-02-20T14:05:21Z</dc:date>
    </item>
  </channel>
</rss>

