<?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: urgent help !!!!!   BDC date Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441328#M209860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if it is a typo, but your date has only 7 zeros whereas the initial value of a date field is 8 zeros. Probably that is why you are getting that invalid date error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2006 18:19:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-19T18:19:50Z</dc:date>
    <item>
      <title>urgent help !!!!!   BDC date Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441325#M209857</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 have requ that if no date is mentioned in flat file i need to pass bank value in Tcode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i uploading the values date field is taken values '0000000' which is saying invaild value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used in bdc_open_group field DATFM = space . still it is not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 16:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441325#M209857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T16:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help !!!!!   BDC date Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441326#M209858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way c_open_group field DATFM = ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this should work.&lt;/P&gt;&lt;P&gt;swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 16:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441326#M209858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T16:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help !!!!!   BDC date Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441327#M209859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to try to write the data to a 10 type c field.  Then use this field in your BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: bdcdate(10) type c.


concatenate '00' '00' '0000' into bdcdate separated by '/'.


write:/ bdcdate.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. &lt;/P&gt;&lt;P&gt;Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points. &lt;/P&gt;&lt;P&gt;Spread the wor(l)d!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 16:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441327#M209859</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-19T16:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help !!!!!   BDC date Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441328#M209860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if it is a typo, but your date has only 7 zeros whereas the initial value of a date field is 8 zeros. Probably that is why you are getting that invalid date error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 18:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441328#M209860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T18:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: urgent help !!!!!   BDC date Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441329#M209861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sridhar,&lt;/P&gt;&lt;P&gt;Make sure that the field datfm is of length 10.&lt;/P&gt;&lt;P&gt;then bdc_open_group field DATFM = '00/00/0000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 19:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-help-bdc-date-problem/m-p/1441329#M209861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T19:56:08Z</dc:date>
    </item>
  </channel>
</rss>

