<?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 Formating Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783387#M910294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using VA01 in a batch input session. For the field RV45A-KETDAT , i am getting an error Formatting error in the field RV45A-KETDAT&lt;/P&gt;&lt;P&gt;but my value is of the same data element(KETDAT) of data type CHAR. any clues?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 12:36:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T12:36:18Z</dc:date>
    <item>
      <title>Formating Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783387#M910294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using VA01 in a batch input session. For the field RV45A-KETDAT , i am getting an error Formatting error in the field RV45A-KETDAT&lt;/P&gt;&lt;P&gt;but my value is of the same data element(KETDAT) of data type CHAR. any clues?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 12:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783387#M910294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783388#M910295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a difference between the way date is maintained on the screen or in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program date is in the following format YYYYMMDD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you pass this to the bdc then it will consider YY.YM.MDD so it will give an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do is to reformat the date field into a char(10) field like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data date_text(10) type c.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate date&lt;EM&gt;6(2) date&lt;/EM&gt;4(2) date(4) into date_text.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this helps reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;khusro habib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Khusro Habib on Apr 29, 2008 2:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 12:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783388#M910295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T12:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783389#M910296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;well it s becoz what date u r giveing is having diffrent format than it have in program internaly  so for that it will be bettet to follow the answer of habib as above or use the funtion module to convert the date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u &lt;/P&gt;&lt;P&gt;snehi chouhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 12:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783389#M910296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Formating Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783390#M910297</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;U need to transfer the data type in field RV45A-KPRGBZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formating-error/m-p/3783390#M910297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T13:22:46Z</dc:date>
    </item>
  </channel>
</rss>

