<?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: Problem in BDC for posting an amount feild, please help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907318#M56332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad I could help; would you please be so kind to reward the point by clicking the yellow star?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2005 10:10:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-14T10:10:34Z</dc:date>
    <item>
      <title>Problem in BDC for posting an amount feild, please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907315#M56329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing one batch upload problem. Where I have to upload data from transparent table to amount field into Tcode FPE1. My problem is that when I tried to post this field I get the message 'Field is two big for screen field'. I debugged and found out that when I post amount field (type CURR Length 13 Decimal 2) into Internal table for type BDCDATA, the field get left aligned in Fval-bdcdata field which is of 132 character long. I also tried to change the type of amount field into Char type, but then I get the error 'Enter numeric value'. If you got any idea how to post this amount filed please to pass me.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 08:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907315#M56329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T08:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC for posting an amount feild, please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907316#M56330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:                                  &lt;/P&gt;&lt;P&gt; zz_menge(16) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE bseg-menge                 &lt;/P&gt;&lt;P&gt;   TO zz_menge UNIT bseg-meins.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_field                            &lt;/P&gt;&lt;P&gt;       USING 'VBAP-ZMENG(01)' zz_menge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(in the example the quantity field BSEG-MENGE is posted to the quantity field in the orderposition).&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 08:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907316#M56330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T08:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC for posting an amount feild, please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907317#M56331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked....Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 10:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907317#M56331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC for posting an amount feild, please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907318#M56332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad I could help; would you please be so kind to reward the point by clicking the yellow star?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 10:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907318#M56332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T10:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC for posting an amount feild, please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907319#M56333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I will do that, but don't know which Yellow star....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me, as i am new to this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 11:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907319#M56333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T11:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC for posting an amount feild, please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907320#M56334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekbar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find a yellow star in the header of each reply you have got to your message. By clicking the star on the reply that solved your problem you can reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 11:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907320#M56334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC for posting an amount feild, please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907321#M56335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI John.&lt;/P&gt;&lt;P&gt;There is star but not yellow , and its not clickable, if i take my mouse pointer there it says 'not rewared yet'&lt;/P&gt;&lt;P&gt;i will check what is the problem, and then i will post the message with points to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 11:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907321#M56335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC for posting an amount feild, please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907322#M56336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekbar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the overview click on the topic you have posted; you will get a list of all the replies to your message. Each reply of other people than yourself should have a yellow star next to the "reply" and "Email this post" buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 12:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-for-posting-an-amount-feild-please-help/m-p/907322#M56336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T12:17:08Z</dc:date>
    </item>
  </channel>
</rss>

