<?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: BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682041#M1449762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you go through [Note 626235 - Tax postings with accounting BAPIs|https://service.sap.com/sap/support/notes/1130678]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Mar 2010 12:30:03 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2010-03-01T12:30:03Z</dc:date>
    <item>
      <title>BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682040#M1449761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the above BAPI for posting transport bills directly into FI.  Posting without With Holding Tax is happening correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to do posting with With Holding Tax codes maintained in Vendor Masters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me in guiding the procedure to be followed for the doing the same.  We are using 4.7 version.&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;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 12:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682040#M1449761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-01T12:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682041#M1449762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you go through [Note 626235 - Tax postings with accounting BAPIs|https://service.sap.com/sap/support/notes/1130678]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 12:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682041#M1449762</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-03-01T12:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682042#M1449763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to find ACCOUNTWT parameter in this BAPI.  We are using R/3 4.7.  &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;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 05:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682042#M1449763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T05:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682043#M1449764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naidu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use BADI, "BADI_ACC_DOCUMENT" to populate this field. This badi is being called from BAPI_ACC_DOCUMENT_POST. &lt;/P&gt;&lt;P&gt;In BADI, use the method 'CHANGE', there is an internal table it_accit. Modify field QSSKZ in this internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First you put a debugger in 'PERFORM call_badi' statement of BADI_ACC_DOCUMENT.&lt;/P&gt;&lt;P&gt;2. Then double click above perform and modify it_accit internal table in method 'CALL METHOD g_exit-&amp;gt;change'.&lt;/P&gt;&lt;P&gt;3. Execute and check whether this value is properly appeared in transaction or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If success, code it accrodingly..You can try other internal tables too in 'CALL METHOD g_exit-&amp;gt;change' if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 06:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/6682043#M1449764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T06:39:12Z</dc:date>
    </item>
  </channel>
</rss>

