<?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: uploading flat file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357860#M521181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxman, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No conversion is not required, but it is always better practise to convert currency as 1,000 to 1000 as it may cause issue while uploading.&lt;/P&gt;&lt;P&gt;And as date is cnsidered, define the internal table field for date as char10 and then after uploading convet date to internal format using FM CONVERT_DATE_TO_INTERNAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 06:28:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T06:28:43Z</dc:date>
    <item>
      <title>uploading flat file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357857#M521178</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;          In my flat file suppose its having the currency  and date fields. If i want to upload this flat file, before this do i need to do any conversions for these fields. if yes how can we do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Laxman.P&lt;/P&gt;&lt;P&gt;B'lore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357857#M521178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357858#M521179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;You need to convert the date to the User format in the BDC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: date1 type Sy-datum,&lt;/P&gt;&lt;P&gt;date2(10) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date1 = sy-datum.&lt;/P&gt;&lt;P&gt;write DAte to Date2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, here we need to pass the DATE2 field in the BDC ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to the Currency fields, &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/fmodules/curr_saptodis.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/fmodules/curr_saptodis.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357858#M521179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357859#M521180</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;For the currency fields declare ur itab as character value, it will solve the problem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the date fields.Use ' Date Mask '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will solve the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357859#M521180</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-06-07T06:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357860#M521181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxman, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No conversion is not required, but it is always better practise to convert currency as 1,000 to 1000 as it may cause issue while uploading.&lt;/P&gt;&lt;P&gt;And as date is cnsidered, define the internal table field for date as char10 and then after uploading convet date to internal format using FM CONVERT_DATE_TO_INTERNAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357860#M521181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T06:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357861#M521182</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;Make your currency field as character while declaring.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 07:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357861#M521182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T07:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357862#M521183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare both date and currency fields as of char type in ur itab. After uploading them, convert them to user specific format using the following statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write date to date1 (here "date" should be of DATS type and in YYYYMMDD format and "date1" should be of char type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write amount CURRENCY &amp;lt;currency&amp;gt; to amount1 (here "amount" should be of CURR type and "amount1" should be of char type)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file/m-p/2357862#M521183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:21:31Z</dc:date>
    </item>
  </channel>
</rss>

