<?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: call transaction process mode 'N' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955361#M697109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run in "A" all screen mode, you are correcting error, wherever occurred. In "E" mode, it stops at the error screen and you are correcting error so it proceeds after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is not handled in "N" mode so it is giving error. Check the message table which will tell exactly what is the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2007 15:53:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-17T15:53:49Z</dc:date>
    <item>
      <title>call transaction process mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955358#M697106</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;I developed a program in se38 . For upload the data into SAP , I used call transaction method for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I used the process mode as 'A' and 'E' its working successfully .But when I changed the process mode as 'N'. then its not uploading the data into SPA but its giving success message , but not loaded into SAP.working . why...........? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please replay for this ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 15:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955358#M697106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T15:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction process mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955359#M697107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It happens becuase the error you get in the N Mode , actually appears as a SUCCESS Messages when you run ion A or E mode. Your BDC won't fail in A and E mode because the system thinks that is not an error, but in reality the message that has appeared as a Success message is not a success message at all.&lt;/P&gt;&lt;P&gt;Whatever happens in N mode has to be taken into account no matter how it behaves in other modes. And the error you are getting, means that you are trying to input into a field that is non existant in the screen you have specified, or is in input disabled mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are u executing BDC in background ???... background mode does not support display of any messages. Neither success nor errors...&lt;/P&gt;&lt;P&gt;To remove this error you can run your BDC in E mode where only screens with error will be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 15:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955359#M697107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T15:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction process mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955360#M697108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; may be some mandatory fields are not populating while executing in background, make sure to populate them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 15:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955360#M697108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T15:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction process mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955361#M697109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run in "A" all screen mode, you are correcting error, wherever occurred. In "E" mode, it stops at the error screen and you are correcting error so it proceeds after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is not handled in "N" mode so it is giving error. Check the message table which will tell exactly what is the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 15:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955361#M697109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T15:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction process mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955362#M697110</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 give COMMIT WORK after your call transaction. This will solve your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 15:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-process-mode-n/m-p/2955362#M697110</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-10-17T15:55:40Z</dc:date>
    </item>
  </channel>
</rss>

