<?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: BDC error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751878#M902623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a variable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : amt(16) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amt = w_amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BSEG-WRBTR'&lt;/P&gt;&lt;P&gt;amt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reqard points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;vinsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 06:48:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T06:48:33Z</dc:date>
    <item>
      <title>BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751877#M902622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;to all&lt;/P&gt;&lt;P&gt;Can any body solve my problem,b'coz i am stack in one place.&lt;/P&gt;&lt;P&gt;Every time while uploading the excel file the following  error is comming "Field BSEG-wrbtr input value is longer than screen field "&lt;/P&gt;&lt;P&gt; i am in client place&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 06:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751877#M902622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T06:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751878#M902623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a variable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : amt(16) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amt = w_amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BSEG-WRBTR'&lt;/P&gt;&lt;P&gt;amt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reqard points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;vinsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 06:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751878#M902623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T06:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751879#M902624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shoven,&lt;/P&gt;&lt;P&gt;This is general error we will be getting in BDC for currency and quantity fields.&lt;/P&gt;&lt;P&gt;What u have to do is declare a character variable of length 16 then do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: w_amount(16) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before populating BDC data populate this variable with the amount u are passing to BDC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE wa_bseg-wrbtr TO w_amount.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We have to use write statement to counter for user settings&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;CONDENSE w_amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now pass w_amount to ur bdc table instead of wa_bseg-wrbtr.&lt;/P&gt;&lt;P&gt;This will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 06:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751879#M902624</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-02T06:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751880#M902625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 09:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751880#M902625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T09:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751881#M902626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 09:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751881#M902626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T09:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751882#M902627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 10:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751882#M902627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T10:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751883#M902628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that i again stack with next two field -"BUPLA, SECCO "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody tell me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 10:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751883#M902628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751884#M902629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shovan,&lt;/P&gt;&lt;P&gt;Please explain ur problem so that we can suggest u the appropriate solution. I see both are text fields is of length 4. So there will not be problem with length but may be with data u r passing is incorrect. When u do the BDC all validations will be done. If some thing is wrong with data eg. Data u are passing doesn't exist in check table of that field then also ur BDC will fail. So check these things also.&lt;/P&gt;&lt;P&gt;Also let us know &lt;STRONG&gt;which transaction u r using, What is the&lt;/STRONG&gt; &lt;STRONG&gt;exact error u r getting so that it will be easy to help u out.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751884#M902629</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-02T11:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751885#M902630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;P&gt;I am using TR : F-02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is that while uploading the file the following field value is not been taken to the screen and after that a diloge box is there for another two entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the problem i can not understand exatlly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz. make a way for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751885#M902630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751886#M902631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shovan,&lt;/P&gt;&lt;P&gt;U must be doing some thing wrong in populating ur BDC data internal table. First try to process ur recording in fore ground and see whether data for these fields are being populated or not. If no rerecord and code accordingly. If yes then populate ur bdctable also in the same order with the screen in ur recording. If any one screen/subscreen is missing in ur code then u wont get data in to these fields and ur BDC will fail with out any errors in messages table. I am sure that this will be problem with the bdcdata only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recheck ur bdcdata code carefully with ur recording. It will work for u. If u have missed any screens/subscreens code those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751886#M902631</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-02T11:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751887#M902632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;while i updating the data from flat file after taking three data it again  jump 3 row  puting the data in WRBTR field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so next to wrbtr the fields are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why it happen i donot under stand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 13:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/3751887#M902632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T13:14:18Z</dc:date>
    </item>
  </channel>
</rss>

