<?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: error while uploading Cost center data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711222#M1106673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Marcin ,&lt;/P&gt;&lt;P&gt;Even i tried this ,means i removed '.' like this 01042008 but it didnt worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2008 06:09:40 GMT</pubDate>
    <dc:creator>former_member549415</dc:creator>
    <dc:date>2008-11-08T06:09:40Z</dc:date>
    <item>
      <title>error while uploading Cost center data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711218#M1106669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I m doing with BDC uploading the Cost center from Excel file &lt;/P&gt;&lt;P&gt;but while updateing it showing the error invalid Date &lt;/P&gt;&lt;P&gt;but in Excel file Date format is 01.04.2008,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;while uploading data in KS01 it taking 20080401 like this format &lt;/P&gt;&lt;P&gt;,if i will give it in 01.04.2008 format its working properly please guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 12:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711218#M1106669</guid>
      <dc:creator>former_member549415</dc:creator>
      <dc:date>2008-11-07T12:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading Cost center data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711219#M1106670</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; while uploading data in KS01 it taking 20080401 like this format &lt;/P&gt;&lt;P&gt;&amp;gt; ,if i will give it in 01.04.2008 format its working properly please guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date in format 01.04.2008 is only a user-specific date ouput, which means how it is displayed to you, not how you enter it.&lt;/P&gt;&lt;P&gt;In the excel file change your date format to 01042008 and retry. Should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 12:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711219#M1106670</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-11-07T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading Cost center data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711220#M1106671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;concatenate x&lt;EM&gt;6(2) '.' x&lt;/EM&gt;4(2) '.' x+0(4) into ur date field.&lt;/P&gt;&lt;P&gt;directly u cont pass the value. u have to split and concatenate like date format then execute. it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 12:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711220#M1106671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T12:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading Cost center data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711221#M1106672</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;Convert the date into internal format using Function Module       CONVERT_DATE_TO_INTERNAL...and then pass it to the screen field.&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;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 12:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711221#M1106672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T12:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading Cost center data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711222#M1106673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Marcin ,&lt;/P&gt;&lt;P&gt;Even i tried this ,means i removed '.' like this 01042008 but it didnt worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 06:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711222#M1106673</guid>
      <dc:creator>former_member549415</dc:creator>
      <dc:date>2008-11-08T06:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading Cost center data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711223#M1106674</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;Format your excel sheet and restrict the column width to 8.&lt;/P&gt;&lt;P&gt;How to do this keep the cursor on the column number (or) name and right click by which you can see column width there you restrict the width to 8 because date field allows 8 characters but internally it formats the date accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 07:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-cost-center-data/m-p/4711223#M1106674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T07:14:38Z</dc:date>
    </item>
  </channel>
</rss>

