<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459407#M831152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitesh,&lt;/P&gt;&lt;P&gt;Is ur recording successfull? I mean when u process ur BDC recording(Explicitly) is it updating the database?. If yes then you can ignore the warning messages. BDC will not consider warning messages. U can also specify UPDATE mode as 'S'(Synchronous) or do an explicit commit work if ur call transaction is successfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second thing u need to check is format of the field. U can check this in ur recording it self. Go to that table field and check the data type. If it is char then u can pass space. If it is TIMS then try to pass '000000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 13:18:23 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2008-02-19T13:18:23Z</dc:date>
    <item>
      <title>BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459402#M831147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a BDC for MN05 to Lock the Vendors for this i have to remove the Dispatch time of a particular vendor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While writing the BDC when i remove the Dispatch Time and press save it shows warning give dispatch time and then i press enter it says record saved which i need &lt;/P&gt;&lt;P&gt;Suppose Dispatch time for any vendor is 4 when i run that BDC it is not changing the dispatch time to blank &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest sumthin &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hitesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 19, 2008 3:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 12:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459402#M831147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459403#M831148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you passing '00' or just space ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 12:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459403#M831148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459404#M831149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Hitesh Batra&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;First goto &lt;STRONG&gt;MN05&lt;/STRONG&gt; tcode press &lt;STRONG&gt;F1&lt;/STRONG&gt; in the Dispatch Time field and press &lt;STRONG&gt;Technical information (F9)&lt;/STRONG&gt; button a window will be displayed in that see the &lt;STRONG&gt;Screen-field (Last one)&lt;/STRONG&gt;  name.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Now in your program write a condition&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &lt;STRONG&gt;Screen-fiend name&lt;/STRONG&gt; ne 4.&lt;/P&gt;&lt;P&gt;  clear screen-field name.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass the value to the BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 13:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459404#M831149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T13:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459405#M831150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the date format of MN05 traansaction&lt;/P&gt;&lt;P&gt;Also while recording if its mendatory field then enter date 00 in that format. And you need to change the upload file according to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its not mendatory field then you can pass SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have still doubt, revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 19, 2008 3:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 13:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459405#M831150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T13:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459406#M831151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin and Mahi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my problem is it is not mandatory still when manually i am passing the blank it is taking when i am running a BDC for that it is not taking blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Hitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 13:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459406#M831151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T13:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459407#M831152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitesh,&lt;/P&gt;&lt;P&gt;Is ur recording successfull? I mean when u process ur BDC recording(Explicitly) is it updating the database?. If yes then you can ignore the warning messages. BDC will not consider warning messages. U can also specify UPDATE mode as 'S'(Synchronous) or do an explicit commit work if ur call transaction is successfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second thing u need to check is format of the field. U can check this in ur recording it self. Go to that table field and check the data type. If it is char then u can pass space. If it is TIMS then try to pass '000000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 13:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459407#M831152</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-02-19T13:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459408#M831153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hitesh,&lt;/P&gt;&lt;P&gt;I guess if you give nothing the time will be defaulted. So, when you are passing 'blank', it is again getting the default time. So, rather then passing 'blank' try passing '000000' so that the time gets overwritten to '0'. Not sure though if this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 21:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3459408#M831153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T21:22:13Z</dc:date>
    </item>
  </channel>
</rss>

