<?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 using BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471277#M1417320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take the quantity in the character field. Use CONDENSE..NO GAPS and then pass that to BDC screen field INVFO-WRBTR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2009 11:02:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-30T11:02:48Z</dc:date>
    <item>
      <title>Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471264#M1417307</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;&lt;/P&gt;&lt;P&gt;     I have used the alv list report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: the output is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vendor.no  plant  &lt;STRONG&gt;quantity&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i had displayed quantity's sum at the end of the field(quantity),using do_sum = 'x'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that total amount(wrbtr) should display in &lt;STRONG&gt;FB60&lt;/STRONG&gt;(in amount field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had used bdc for this,but im getting the error as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FIELD INVFO-WRBTR. input value is longer than screen field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharmila.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471264#M1417307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471265#M1417308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the subtotal , is it more than length 13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to check INVFO-WRBTR it is having length more than what your are giving on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you considered 2 decimal length?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Harsh Bhalla on Dec 30, 2009 3:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471265#M1417308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471266#M1417309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the quantity field is based on the calculation.the user will enter the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as of now the value is &lt;STRONG&gt;5,572,347.66&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471266#M1417309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471267#M1417310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the data type you are using for this field which is passed to BDC.&lt;/P&gt;&lt;P&gt;Preferably use data type as C, with length same as the original data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471267#M1417310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471268#M1417311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i give date type c with the original llength.Im not getting the sub total amount,it picks only the line item value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471268#M1417311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471269#M1417312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to pass this total quantity to the BDC screen, if i get it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign this total Quantity to a variable of data type C.&lt;/P&gt;&lt;P&gt;Pass this new variable to the BDC screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471269#M1417312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471270#M1417313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i had done but couldnt get the result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471270#M1417313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471271#M1417314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also the correct length for this variable would be 16 &amp;amp; not 13.&lt;/P&gt;&lt;P&gt;13 + 2 decimal + . point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471271#M1417314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471272#M1417315</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 using CONVERSION routine to convert the total, that you have calculated, into input format. And then assign this converted value to the BDC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471272#M1417315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471273#M1417316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have changed field length as 16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now also im getting the line item value not the subtotal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471273#M1417316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471274#M1417317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to use the conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i havent used this type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 09:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471274#M1417317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T09:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471275#M1417318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the value on runtime in debug mode.&lt;/P&gt;&lt;P&gt;Check what value is passed to the BDC session. You can get some help from there on.&lt;/P&gt;&lt;P&gt;Probably the total is not assigned correctly to the variable passed in BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 10:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471275#M1417318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T10:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471276#M1417319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In debugging mode the total is fetching but in the display it is showing the error as FIELD INVFO-WRBTR. input value is longer than screen field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 10:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471276#M1417319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T10:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471277#M1417320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take the quantity in the character field. Use CONDENSE..NO GAPS and then pass that to BDC screen field INVFO-WRBTR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 11:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471277#M1417320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T11:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471278#M1417321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;applied your concept but only line item value is coming,i need the total value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 11:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471278#M1417321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T11:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471279#M1417322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharmila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to say is keep the data type of quantity equal to WRBTR in final internal table which you are showing in ALV.&lt;/P&gt;&lt;P&gt;In that case you will get the correct subtotal . And during populating BDC table take the quantity field in character and use CONDENSE..NO GAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know in case of any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 11:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471279#M1417322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T11:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471280#M1417323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are using do_sum = X for getting the total Quantity.&lt;/P&gt;&lt;P&gt;So the total would be availble during runtime in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you clarify how are you passing the total quantity to the BDC screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 11:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471280#M1417323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T11:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471281#M1417324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried exactly the same way as  u mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 11:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471281#M1417324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T11:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471282#M1417325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im passing the quantity to another internal table and collecting it.that collect value only im passing to bdc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 11:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471282#M1417325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T11:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471283#M1417326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are getting a line item value instead of total, then I guess the collect is not working properly for caluculating the total. Check if the collect statement is working properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 12:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bdc/m-p/6471283#M1417326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T12:02:11Z</dc:date>
    </item>
  </channel>
</rss>

