<?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 Call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884407#M1479143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus i have a problem with my call transaction&lt;/P&gt;&lt;P&gt;CALL TRANSACTION IV_TCODE&lt;/P&gt;&lt;P&gt;    USING   IT_DATA&lt;/P&gt;&lt;P&gt;    MODE    IV_MODE&lt;/P&gt;&lt;P&gt;    UPDATE  IV_UPDATE&lt;/P&gt;&lt;P&gt;    MESSAGES INTO OT_MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in mode i enter the value 'A' , and all is fine, but when i chance the mode to 'N' the program doesn work.&lt;/P&gt;&lt;P&gt;i have cheked the bdc table for both modes A and N  and the table in the two cases is the same table and it has&lt;/P&gt;&lt;P&gt;the same values .&lt;/P&gt;&lt;P&gt;the program run well with mode A but not with mode N, what is happenig?, Yesterday my program was running well with mode &lt;/P&gt;&lt;P&gt;A and N but today it does not work anymore.&lt;/P&gt;&lt;P&gt;Help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 May 2010 23:08:53 GMT</pubDate>
    <dc:creator>alejandro_romero2</dc:creator>
    <dc:date>2010-05-12T23:08:53Z</dc:date>
    <item>
      <title>Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884407#M1479143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus i have a problem with my call transaction&lt;/P&gt;&lt;P&gt;CALL TRANSACTION IV_TCODE&lt;/P&gt;&lt;P&gt;    USING   IT_DATA&lt;/P&gt;&lt;P&gt;    MODE    IV_MODE&lt;/P&gt;&lt;P&gt;    UPDATE  IV_UPDATE&lt;/P&gt;&lt;P&gt;    MESSAGES INTO OT_MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in mode i enter the value 'A' , and all is fine, but when i chance the mode to 'N' the program doesn work.&lt;/P&gt;&lt;P&gt;i have cheked the bdc table for both modes A and N  and the table in the two cases is the same table and it has&lt;/P&gt;&lt;P&gt;the same values .&lt;/P&gt;&lt;P&gt;the program run well with mode A but not with mode N, what is happenig?, Yesterday my program was running well with mode &lt;/P&gt;&lt;P&gt;A and N but today it does not work anymore.&lt;/P&gt;&lt;P&gt;Help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 23:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884407#M1479143</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2010-05-12T23:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884408#M1479144</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;Did u see what kind of messages are filled in the OT_MESSTAB..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 23:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884408#M1479144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-12T23:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884409#M1479145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes in the ot message tab is an error message, but i dont undertand why, because that message doesnt apper in mode A, it just appear in mode N any  idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 00:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884409#M1479145</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2010-05-13T00:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884410#M1479146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't intend to run it in the background completely, using mode E should be better. The call will be fine and will prompt only if an error occurs, which it should anyway. So try using mode 'E' and see how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aabhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 02:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884410#M1479146</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2010-05-13T02:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884411#M1479147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put mode E but still the same it doesn not work , only works with mode A any other idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 03:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884411#M1479147</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2010-05-13T03:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884412#M1479148</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;There might one or more reason for the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Check the screen sequence in 'A' mode, and check whether you are pressing ENTER key where there is no BDC prompt ( which is not handled in your BDC data).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.Check whether any screen enhancement has been carried out for that particular transaction&lt;/STRONG&gt;.&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;Smart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 04:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884412#M1479148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T04:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884413#M1479149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have cheked the bdc data in mode a and in mode n and i have the same data, and the same screens in the two cases,&lt;/P&gt;&lt;P&gt;the comand prompt always apear i never press enter because the comand promt always apear so i always press the comand promt button any other idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 05:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884413#M1479149</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2010-05-13T05:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884414#M1479150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i tried today again with mode E an d it works fine, thanks a lot. you are the master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a Question i would like to know why does my call transaction runs fine before with mode N and then stop working?&lt;/P&gt;&lt;P&gt; what happen? now with mode E is runnning fine but i dont undertand why the call transaction stoped to work with mode n .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 14:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6884414#M1479150</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2010-05-13T14:00:59Z</dc:date>
    </item>
  </channel>
</rss>

