<?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: BDC background processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing/m-p/6412509#M1408140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saroj,&lt;/P&gt;&lt;P&gt;BDC will not fail for Message I/w...  Unless the message treated like error in code &lt;/P&gt;&lt;P&gt;ex: Message e .. display like I &lt;/P&gt;&lt;P&gt;or a flag set to exit the transaction after the I/w message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding OKCODE '/00' in the code and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 04:20:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-16T04:20:33Z</dc:date>
    <item>
      <title>BDC background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing/m-p/6412508#M1408139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am adding sizes to production order using bdc recording for transaction CO02. bdc is getting failed in the background processing. When I run it in the forground it's working fine. I checked the return message table. It returns an information message and one success message. Just wanted to check with you  If BDC returns any information in the back ground processing whether it will get failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur help in adavance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saroj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 04:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing/m-p/6412508#M1408139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T04:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing/m-p/6412509#M1408140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saroj,&lt;/P&gt;&lt;P&gt;BDC will not fail for Message I/w...  Unless the message treated like error in code &lt;/P&gt;&lt;P&gt;ex: Message e .. display like I &lt;/P&gt;&lt;P&gt;or a flag set to exit the transaction after the I/w message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding OKCODE '/00' in the code and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 04:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing/m-p/6412509#M1408140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T04:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDC background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing/m-p/6412510#M1408141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Normaly you cant do the  background using GUI_UPLOAD funtion , if ur gng to background process you have to use the open data set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters: d1 type localfile default '/usr/sap/TST/SYS/Data1.csv'.
 
data: begin of itab occurs 0,
      fld1(20) type c,
      fld2(20) type c,
      fld3(20) type c,
      end of itab.
data: wa(2000) type c.
 
 
start-of-selection.
 
  open dataset d1 for input in text mode.
  if sy-subrc = 0.
    do.
      read dataset d1 into wa.
      if sy-subrc &amp;lt;&amp;gt; 0.
        exit.
      endif.
      split wa at ',' into itab-fld1 itab-fld2 itab-fld3.
      append itab.
    enddo.
  endif.
  close dataset d1.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;nawa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 04:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing/m-p/6412510#M1408141</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2009-12-16T04:37:36Z</dc:date>
    </item>
  </channel>
</rss>

