<?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 through bdc, one error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806646#M915588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not suggesting to change the datatype of internal table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is: when you transfer your data to your BDC table which you are using into call transaction or Session, you need to use Condense to avoid the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 13:31:16 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2008-05-23T13:31:16Z</dc:date>
    <item>
      <title>uploading flat file through bdc, one error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806643#M915585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am uploading notepad flat file data with call by transaction method,however fields having data type NUMC,DEC...does not accepting, only fields having data type CHAR accepting, error: 'input value is longer than screen field', what i have to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 13:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806643#M915585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T13:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file through bdc, one error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806644#M915586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use CONDENSE on your BDCDATA-FVAL field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BDCDATA-FVAL = ITAB-AMT.
CONDENSE BDCDATA-FVAL.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 13:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806644#M915586</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-05-23T13:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file through bdc, one error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806645#M915587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the fields which r getting problem, if i change data type into CHAR ,like thisi n internal table&lt;/P&gt;&lt;P&gt;webaz like C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 13:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806645#M915587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T13:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file through bdc, one error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806646#M915588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not suggesting to change the datatype of internal table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is: when you transfer your data to your BDC table which you are using into call transaction or Session, you need to use Condense to avoid the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 13:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806646#M915588</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-05-23T13:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: uploading flat file through bdc, one error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806647#M915589</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;You can go and see data type and length of the field in table. For example.&lt;/P&gt;&lt;P&gt;klimk type knka-klimk ,       "  Credit limit. &lt;/P&gt;&lt;P&gt;klimk(17) type c &lt;/P&gt;&lt;P&gt;in my case data type was CURR&lt;/P&gt;&lt;P&gt;length 15&lt;/P&gt;&lt;P&gt;decimal places 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this. hope it will work out for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 18:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-flat-file-through-bdc-one-error/m-p/3806647#M915589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T18:33:49Z</dc:date>
    </item>
  </channel>
</rss>

