<?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: Withholding Data With GL Posting BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315919#M163616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It_accit -wt_key should be synonymous with the it_accwt-wt_key. &lt;BR /&gt;For example if you have got a one line item with vendor. Pass the amount and witholding tax code from internal table and table lfbw. &lt;BR /&gt;In the user/customer exit.&lt;/P&gt;&lt;P&gt;Just make sure that the it_accit-wt_key is equal to it_accwt-wt_key. You could use modify statement with a particular vendor key per se '31'. if It_accit-wt_key is equal to it_accit-wt_key, then tax will get calculated for sure for that particular line item. Good luck. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/777/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 21:12:35 GMT</pubDate>
    <dc:creator>StarDev</dc:creator>
    <dc:date>2012-05-29T21:12:35Z</dc:date>
    <item>
      <title>Withholding Data With GL Posting BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315914#M163611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use BAPI_ACC_GL_POSTING_POST to post line items (two of which are for state and federal withholding).  I am using an extension to send exit EXIT_SAPLACC4_001 some custom fields data and withholding data (through structure ACCIT_WT).  When I run the program that calls the bapi, I get desired reults for the line items I expect to see in the posted document.  However, when I double-click on the line item for which I expect to see withholding tax data there are problems.  Withholding tax code does not exist and none of the amounts that I am sending show up.  The Withholding tax types and names of the withholding tax types are the only fields that show up in the subscreen "Display Withholding Tax Info" of transaction F-43. Can someone please give me some insight into what I am doing wrong.  I am sending the following fields for structure ACCIT_WT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITHT&lt;/P&gt;&lt;P&gt;WT_WITHCD&lt;/P&gt;&lt;P&gt;WT_QSSHH&lt;/P&gt;&lt;P&gt;WT_QSSHB&lt;/P&gt;&lt;P&gt;WT_BASMAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have tried sending values for the other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the grouping key WT_KEY have anything to do with my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assistance is greatly anticipated.  Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 14:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315914#M163611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Withholding Data With GL Posting BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315915#M163612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to resurrect an old topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you managed to fix this problem? I found that I was able to get the system to automatically calculate the Extended Withholding Tax when using BAPI_ACC_DOCUMENT_POST by populating the following fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_ACCIT-WT_KEY - link from the line item to the Withholding Tax data.&lt;/P&gt;&lt;P&gt;IT_ACCWT-WT_KEY - same value as above.&lt;/P&gt;&lt;P&gt;IT_ACCWT-WITHT - Withholding Tax type.&lt;/P&gt;&lt;P&gt;IT_ACCWT-WT_WITHCD - Withholding Tax code.&lt;/P&gt;&lt;P&gt;IT_ACCWT-WT_QSSHB - Withholding Tax Base amount in doc curr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I left the WT_BASMAN field empty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps someone out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;JB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 15:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315915#M163612</guid>
      <dc:creator>former_member185932</dc:creator>
      <dc:date>2006-10-02T15:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Withholding Data With GL Posting BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315916#M163613</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'm using BAPI_ACC_DOCUMENT_POST and the Table ACCOUNTWT to pass Withholding Tax information but it doesn't work. Where do I fill the internal table IT_ACCIT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Mário Espinheira&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 16:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315916#M163613</guid>
      <dc:creator>mrio_espinheira</dc:creator>
      <dc:date>2007-12-18T16:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Withholding Data With GL Posting BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315917#M163614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi resurrecting this topic again.&lt;/P&gt;&lt;P&gt;I am facing the same problem. Could anyone post some tips?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 06:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315917#M163614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T06:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Withholding Data With GL Posting BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315918#M163615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing the same problem too. &lt;/P&gt;&lt;P&gt;I can't add withholding tax items to my Acc. Document&lt;/P&gt;&lt;P&gt;Any suggests?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 16:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315918#M163615</guid>
      <dc:creator>miguelngel_garcsramrez</dc:creator>
      <dc:date>2008-12-16T16:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Withholding Data With GL Posting BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315919#M163616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It_accit -wt_key should be synonymous with the it_accwt-wt_key. &lt;BR /&gt;For example if you have got a one line item with vendor. Pass the amount and witholding tax code from internal table and table lfbw. &lt;BR /&gt;In the user/customer exit.&lt;/P&gt;&lt;P&gt;Just make sure that the it_accit-wt_key is equal to it_accwt-wt_key. You could use modify statement with a particular vendor key per se '31'. if It_accit-wt_key is equal to it_accit-wt_key, then tax will get calculated for sure for that particular line item. Good luck. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/777/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 21:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/withholding-data-with-gl-posting-bapi/m-p/1315919#M163616</guid>
      <dc:creator>StarDev</dc:creator>
      <dc:date>2012-05-29T21:12:35Z</dc:date>
    </item>
  </channel>
</rss>

