<?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>Question Re: blank field getting converted into wrong date in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799697#M2467281</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;Check for some conversion routines getting triggered when Proxy is executed in ECC.&lt;/P&gt;&lt;P&gt;Check for the Date format parameters if you have used in mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Mar 2010 11:56:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-24T11:56:07Z</dc:date>
    <item>
      <title>blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaq-p/6799695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one date field in SAP table in which there are some entries and some blank entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when Proxy is sending this data from ECC blank entries are converted into 00000000 and through XI in file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 00000000 entry for date getting converted into wrong date like 30.11.0002 in file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken data type as string do I need to take data type as date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is if there is no entry in table why it is convertng to  00000000  and after passing from XI why it is converting into &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30.11.0002 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 11:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaq-p/6799695</guid>
      <dc:creator>abhay_aggarwal</dc:creator>
      <dc:date>2010-03-24T11:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799696#M2467280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check you proxy implemenmtation.&lt;/P&gt;&lt;P&gt;Is proxy logic creating empty dates with value 000000000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you want to avoid incorrect conversions, do a check on the mapping of the date field in PI.&lt;/P&gt;&lt;P&gt;Use a string comparison or equals functions to check for 00000000 and then do the required processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I suggest converting the data type of the date field to string in the proxy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 11:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799696#M2467280</guid>
      <dc:creator>Shabarish_Nair</dc:creator>
      <dc:date>2010-03-24T11:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799697#M2467281</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;Check for some conversion routines getting triggered when Proxy is executed in ECC.&lt;/P&gt;&lt;P&gt;Check for the Date format parameters if you have used in mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 11:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799697#M2467281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T11:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799698#M2467282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I  have checked the ECC side moni these empty tags are getting converted into 00000000 for this do I have ask abper to send same empty tags beacuse these tags converting into 00000000 in ECC MONI only .and for data type I have take string and ECC side also it is string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 11:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799698#M2467282</guid>
      <dc:creator>abhay_aggarwal</dc:creator>
      <dc:date>2010-03-24T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799699#M2467283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Shab,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Yes I  have checked the ECC side moni these empty tags are getting converted into 00000000 for this do I have ask abper to send same empty tags beacuse these tags converting into 00000000 in ECC MONI only .and for data type I have take string and ECC side also it is string.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes. Ask the ABAP folks to default to blank instead of converting it to zeros. The logic resides in ABAP proxy code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799699#M2467283</guid>
      <dc:creator>Shabarish_Nair</dc:creator>
      <dc:date>2010-03-24T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799700#M2467284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why this  empty tags are converting into 000000000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799700#M2467284</guid>
      <dc:creator>abhay_aggarwal</dc:creator>
      <dc:date>2010-03-24T12:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799701#M2467285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; yes. Ask the ABAP folks to default to blank instead of converting it to zeros. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would not help. The mapping includes a DateTrans function which leads to an error, when an empty String is processed.&lt;/P&gt;&lt;P&gt;So the mapping has to be adjusted with an if clause.&lt;/P&gt;&lt;P&gt;It seems to be a bug in the DateTarns function, as the result of 00000000 should be 0000000 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799701#M2467285</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2010-03-24T12:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799702#M2467286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; why this  empty tags are converting into 000000000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tag is not empty. ABAP provides an initial date value, this is 00000000.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799702#M2467286</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2010-03-24T12:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799703#M2467287</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;&lt;/P&gt;&lt;P&gt;My date format like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source --yyyyMMDD&lt;/P&gt;&lt;P&gt;target-DD.MM.YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source is &lt;/P&gt;&lt;P&gt;00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should comes like this&lt;/P&gt;&lt;P&gt;target&lt;/P&gt;&lt;P&gt;00.00.0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is converting into &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30.11.0002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every where in file values for 00000000 is coming like 30.11.0002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799703#M2467287</guid>
      <dc:creator>abhay_aggarwal</dc:creator>
      <dc:date>2010-03-24T12:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799704#M2467288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes stefan you are absloutly correct these 00000000 are coimg from ECC MONI only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799704#M2467288</guid>
      <dc:creator>abhay_aggarwal</dc:creator>
      <dc:date>2010-03-24T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799705#M2467289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;the mapping has to be changed in anycase to handle the date as mentioned by me earlier. DateTrans will not handle blank or input date as 00000000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799705#M2467289</guid>
      <dc:creator>Shabarish_Nair</dc:creator>
      <dc:date>2010-03-24T12:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799706#M2467290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; every where in file values for 00000000 is coming like 30.11.0002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be&lt;/P&gt;&lt;P&gt; - a bug&lt;/P&gt;&lt;P&gt; - an expected behaviour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway you have to use an if clause to deal with the initial date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:13:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799706#M2467290</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2010-03-24T12:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799707#M2467291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;|This could be- a bug- an expected behaviour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason why these empty tags are getting converted into 00000000 in ECC MONI only(data when getting converted into XML)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799707#M2467291</guid>
      <dc:creator>abhay_aggarwal</dc:creator>
      <dc:date>2010-03-24T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799708#M2467292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Is there any reason why these empty tags are getting converted into 00000000 in ECC MONI only(data when getting converted into XML)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact the values are not converted. The 00000000 are the values which are stored in db table.&lt;/P&gt;&lt;P&gt;This is the default value for an initial (non-existing) date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799708#M2467292</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2010-03-24T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799709#M2467293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my doubt is  why 00000000 are getting convertd in unexpected 31.02.0002 date ? is there any specific reason for this&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;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 13:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799709#M2467293</guid>
      <dc:creator>abhay_aggarwal</dc:creator>
      <dc:date>2010-03-24T13:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799710#M2467294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are using date transform in your mapping, It is always advisable to use ifthenelse.&lt;/P&gt;&lt;P&gt;Coming to your actual question, check this thread might be of some help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="959235"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 14:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799710#M2467294</guid>
      <dc:creator>prasanna_shanmugasundaram</dc:creator>
      <dc:date>2010-03-24T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799711#M2467295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; my doubt is  why 00000000 are getting convertd in unexpected 31.02.0002 date ? is there any specific reason for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already answered this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 14:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799711#M2467295</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2010-03-24T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799712#M2467296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is default Java behavior (see also &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="525960"&gt;&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to treat "00000000" as a special case, please use some kind of if-then-else construction to catch this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Koen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 07:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799712#M2467296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-25T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799713#M2467297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 09:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799713#M2467297</guid>
      <dc:creator>abhay_aggarwal</dc:creator>
      <dc:date>2010-05-10T09:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: blank field getting converted into wrong date</title>
      <link>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799714#M2467298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt;It will be very useful if you can give a gist of how u solved it!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 09:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/blank-field-getting-converted-into-wrong-date/qaa-p/6799714#M2467298</guid>
      <dc:creator>prasanna_shanmugasundaram</dc:creator>
      <dc:date>2010-05-10T09:34:35Z</dc:date>
    </item>
  </channel>
</rss>

