<?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 BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691795#M888988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a BDC for FB01 (Customer vendor and G/L invoice posting). Whenever invoices are posted using the BDC, the posting is done properly, but there are some entries that are to be made in the table "WITH_ITEM" which does not happen. Because of this, on executing F-53 for payment, when we try to activate the amount correspondin to document number (of invoice), an informative message is displayed, saying "Cannot be activated, due to inconsistencies in withholding tax" . And activation does not take place, and hence payment is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we manually post the invoice, this message does not come, and steps go smoothly. Need to find a way to resolve this asap. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request your valuable suggestions. Assure points for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 05:31:47 GMT</pubDate>
    <dc:creator>divya_nayudu</dc:creator>
    <dc:date>2008-04-17T05:31:47Z</dc:date>
    <item>
      <title>Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691795#M888988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a BDC for FB01 (Customer vendor and G/L invoice posting). Whenever invoices are posted using the BDC, the posting is done properly, but there are some entries that are to be made in the table "WITH_ITEM" which does not happen. Because of this, on executing F-53 for payment, when we try to activate the amount correspondin to document number (of invoice), an informative message is displayed, saying "Cannot be activated, due to inconsistencies in withholding tax" . And activation does not take place, and hence payment is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we manually post the invoice, this message does not come, and steps go smoothly. Need to find a way to resolve this asap. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request your valuable suggestions. Assure points for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 05:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691795#M888988</guid>
      <dc:creator>divya_nayudu</dc:creator>
      <dc:date>2008-04-17T05:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691796#M888989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This problem appears in most of the BDCs. They run properly in forground and gives some problem in background. &lt;/P&gt;&lt;P&gt;You can use BAPI instead of BDC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swati.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 05:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691796#M888989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T05:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691797#M888990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI instead of BDC ??? I dont quite understand that...Could you please elaborate on it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 05:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691797#M888990</guid>
      <dc:creator>divya_nayudu</dc:creator>
      <dc:date>2008-04-17T05:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691798#M888991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sometimes BDC is not appropriate for some transactions. &lt;/P&gt;&lt;P&gt;So you can go for BAPI. In normal terms you can say BAPI is the modified version of BDC. You can search for BAPI in SE37 .&lt;/P&gt;&lt;P&gt;Like put &lt;STRONG&gt;BAPI&lt;/STRONG&gt;Custoemr&lt;STRONG&gt;GL&lt;/STRONG&gt;account* and Press F4. This will give you the list of BAPIs related to this.&lt;/P&gt;&lt;P&gt;Check for all the fields that you want to fill in the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure that there is a BAPI for your requiement. You can also search for a BAPI via Transaction 'BAPI'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 05:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691798#M888991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T05:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691799#M888992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check BAPI instead- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_POST&lt;/P&gt;&lt;P&gt;BAPI_ACC_BILLING_POST&lt;/P&gt;&lt;P&gt;BAPI_ACC_INVOICE_RECEIPT_POST&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691799#M888992</guid>
      <dc:creator>ak_upadhyay</dc:creator>
      <dc:date>2008-04-17T06:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691800#M888993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay...i get it now.. I will surely look for one. But is there a way out with BDC only? As we have been using a BDC only for FB01...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691800#M888993</guid>
      <dc:creator>divya_nayudu</dc:creator>
      <dc:date>2008-04-17T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691801#M888994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I am still new to BDC, i was not sure of how to use a BAPI instead of BDC. The names that you have suggested, would they work as it is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691801#M888994</guid>
      <dc:creator>divya_nayudu</dc:creator>
      <dc:date>2008-04-17T06:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691802#M888995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try a new recording of BDC steps where you you have entries with withholding tax, compare both the recordings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change your old BDC recordingly to new process hope it will resolve your BDC issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav Sood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691802#M888995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T06:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691803#M888996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes the BAPI which were stated will definately work.&lt;/P&gt;&lt;P&gt;BAPIS are just like function module.&lt;/P&gt;&lt;P&gt;Import the requried fields i.e. the fields you will be giving to your BDC through external file (.xls  or .txt) &lt;/P&gt;&lt;P&gt;Exporting parameter will give you the related output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Swati.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691803#M888996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T06:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691804#M888997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay...so i will have to call this function in a loop of internal table in which i will pass all my file data.. Okay i shall give this a try as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all for their suggestions. Will get back if it still does not work..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc/m-p/3691804#M888997</guid>
      <dc:creator>divya_nayudu</dc:creator>
      <dc:date>2008-04-17T06:14:16Z</dc:date>
    </item>
  </channel>
</rss>

