<?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 problem with quantity field in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980156#M1160492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;               i am trying to upload  data from internal table to SAP using BDC, but while uploading quantity fields it is giving error as "Input fields is longer than screen field", Is there any method to upload quantity fields to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 thanks in adancae,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2009 09:34:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-08T09:34:13Z</dc:date>
    <item>
      <title>problem with quantity field in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980156#M1160492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;               i am trying to upload  data from internal table to SAP using BDC, but while uploading quantity fields it is giving error as "Input fields is longer than screen field", Is there any method to upload quantity fields to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 thanks in adancae,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 09:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980156#M1160492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem with quantity field in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980157#M1160493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just declare all your fields as type c with length specified..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: &lt;/P&gt;&lt;P&gt;data : quan(10) type c.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 09:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980157#M1160493</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-01-08T09:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with quantity field in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980158#M1160494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Move the value of the quantity field into a char string and then pass it to the BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Jinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 09:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980158#M1160494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T09:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with quantity field in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980159#M1160495</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 the quantity field length and declare the Char field with same length and use the write statement to move the qunatity value to char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write l_quantity to l_char.&lt;/P&gt;&lt;P&gt;condense l_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now move the l_char to BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 09:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980159#M1160495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T09:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem with quantity field in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980160#M1160496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can decide the length of character filed by taking the output length of the domain assocaited with that quantity field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 09:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980160#M1160496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T09:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with quantity field in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980161#M1160497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;one way of solving your problem is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1. Go to the transaction required
2. Find the qunatity field on screen then press F1 on the particular field
3. In technical information you can see the field name, double click on it.
4. Find the length of the field then declare your field in program of the same length
    or declare it 'like &amp;lt;tablename-fieldname&amp;gt;' obtained from transaction&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj Kumar P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 09:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-quantity-field-in-bdc/m-p/4980161#M1160497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T09:57:16Z</dc:date>
    </item>
  </channel>
</rss>

