<?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: Custom BAPI with BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730546#M897883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have made some progress regarding my issue however i am experiencing another error. the requirement for the data is that i moved data to an internal table with data type with equivalent length however wen i pass that value which is coming from data type C i get the error that values shud be in currecy format...how can i solve this????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 15:12:24 GMT</pubDate>
    <dc:creator>prince_isaac</dc:creator>
    <dc:date>2008-04-29T15:12:24Z</dc:date>
    <item>
      <title>Custom BAPI with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730541#M897878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a custom BAPI with a BDC within it..however im getting an error on process screen saying input value is longer than screen field. i added the code below to go around that error but now again another error occurs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: BEGIN OF itab_amount OCCURS 0,&lt;/P&gt;&lt;P&gt;        turnover_local(29)   TYPE c,&lt;/P&gt;&lt;P&gt;        turnover_export(29)  TYPE c,&lt;/P&gt;&lt;P&gt;        interest(29)         TYPE c,&lt;/P&gt;&lt;P&gt;        other_income(29)     TYPE c,&lt;/P&gt;&lt;P&gt;        tax(29)              TYPE c,&lt;/P&gt;&lt;P&gt;        trading_acc_exp(29)  TYPE c,&lt;/P&gt;&lt;P&gt;        opening_v_assets(29) TYPE c,&lt;/P&gt;&lt;P&gt;        expenses(29)         TYPE c,&lt;/P&gt;&lt;P&gt;        closing_v_assets(29) TYPE c,&lt;/P&gt;&lt;P&gt;        capital_employed(29) TYPE c,&lt;/P&gt;&lt;P&gt;        non_ded_exp(29)      TYPE c,&lt;/P&gt;&lt;P&gt;        penalty(29)          TYPE c,&lt;/P&gt;&lt;P&gt;        cap_allowances(29)   TYPE c,&lt;/P&gt;&lt;P&gt;        withholding_tax(29)  TYPE c,&lt;/P&gt;&lt;P&gt;        non_taxable_inc(29)  TYPE c,&lt;/P&gt;&lt;P&gt;        directors_wh_tax(29) TYPE c,&lt;/P&gt;&lt;P&gt;        other_all_ded(29)    TYPE c,&lt;/P&gt;&lt;P&gt;        other_tax_paid1(29)  TYPE c,&lt;/P&gt;&lt;P&gt;        assessed_loss_bf(29) TYPE c,&lt;/P&gt;&lt;P&gt;        other_tax_paid2(29)  TYPE c,&lt;/P&gt;&lt;P&gt;        other_tax_paid3(29)  TYPE c,&lt;/P&gt;&lt;P&gt;        tax_on_taxable(29)   TYPE c,&lt;/P&gt;&lt;P&gt;        credits(29)          TYPE c,&lt;/P&gt;&lt;P&gt;        provisional_tax(29)  TYPE c,&lt;/P&gt;&lt;P&gt;        history(1),&lt;/P&gt;&lt;P&gt;  END OF itab_amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING assessment_import TO itab_amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fields have he same definition data element which is a currency field of 21.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i get the error that i shud enter values in the format __,___,___,___,___,___,___.__ since the output length is 29 for the domain of the data element. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can i have some ideas on how to go around this error??&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;prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 08:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730541#M897878</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2008-04-24T08:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730542#M897879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to shorten the fields length in your definition , in sap the length of amount field is often 13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Pole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 08:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730542#M897879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730543#M897880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfourtunately Pole im in an environment with an inflation rate of 165 000% so within the next few weeks the fields currently accomodating 21 will have to take on more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway i cannot reduce the lengths..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any more ideas??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 09:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730543#M897880</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2008-04-24T09:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730544#M897881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isaac,Which tcode you used in BDC? you can not fill data longer than the definition of the fields in standard tcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 09:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730544#M897881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T09:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730545#M897882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a custom process with a custom tcode, i need to have a simulation thru a BDC call transaction afta data has been passed thru a BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 09:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730545#M897882</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2008-04-24T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730546#M897883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have made some progress regarding my issue however i am experiencing another error. the requirement for the data is that i moved data to an internal table with data type with equivalent length however wen i pass that value which is coming from data type C i get the error that values shud be in currecy format...how can i solve this????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 15:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730546#M897883</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2008-04-29T15:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730547#M897884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiscal policies changed and we are now using a stabler currency. No more 29 Char fields &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&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;Isaac Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 16:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-with-bdc/m-p/3730547#M897884</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2009-07-15T16:27:54Z</dc:date>
    </item>
  </channel>
</rss>

