<?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: SD tables for Tax code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759747#M1775162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its ok &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Former Member&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 08:19:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-22T08:19:40Z</dc:date>
    <item>
      <title>SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759739#M1775154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;knows some one which &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;table(s) from SD&lt;/STRONG&gt;&lt;/SPAN&gt; should i use, to gave in those input data :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Ship From&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Ship To&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Material&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Customer Country&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Billing Country&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;.......&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And receive a tax code as output data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 08:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759739#M1775154</guid>
      <dc:creator>former_member445510</dc:creator>
      <dc:date>2013-10-21T08:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759740#M1775155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 and 2.Ship to and ship from /Sold to party use &lt;STRONG&gt;VBPA&lt;/STRONG&gt; table with PARVW = RE and WE as deciding factor for ship to and ship from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;STRONG&gt;matnr&lt;/STRONG&gt; (Material)&amp;nbsp;&amp;nbsp; ---&amp;gt; &lt;STRONG&gt;VBAP &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Take &lt;STRONG&gt;kunnr&lt;/STRONG&gt; field&amp;nbsp; (customer no&amp;nbsp; )&amp;nbsp; from &lt;STRONG&gt;VBPA&lt;/STRONG&gt; and pass &lt;STRONG&gt;kunnr&lt;/STRONG&gt; no to &lt;STRONG&gt;KNA1&lt;/STRONG&gt; table to get the &lt;STRONG&gt;Land1 &lt;/STRONG&gt;field (country ).&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Tax code , Pass &lt;STRONG&gt;knumv&lt;/STRONG&gt; value of &lt;STRONG&gt;VBAK&lt;/STRONG&gt; into the &lt;STRONG&gt;KONV&amp;nbsp; knumv&lt;/STRONG&gt;&amp;nbsp; table get tax details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 08:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759740#M1775155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-21T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759741#M1775156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u very much madhukumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's helpful answer, can you show me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - From where can i get the &lt;STRONG&gt;billing country &lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - And how can i&amp;nbsp; create ABAP query from those tables ( &lt;STRONG&gt;VBPA, &lt;/STRONG&gt;&lt;STRONG&gt;VBAK, &lt;/STRONG&gt;&lt;STRONG&gt;KONV&lt;/STRONG&gt; ) to get tax details ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you madhukumar in advance for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt; &lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar"&gt; &lt;SPAN class="j-status-levels"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author "&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/madhukumar.lakshmana" id="jive-4879414498700170661097"&gt;madhukumar lakshmana&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 09:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759741#M1775156</guid>
      <dc:creator>former_member445510</dc:creator>
      <dc:date>2013-10-21T09:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759742#M1775157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select * from VBAK into wa_vbak where vbeln = p_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from VBPA into table IT_VBPA where vbeln = wa_vbak-vbeln and&amp;nbsp; parvw in (RE,WE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write parvw condition based on sold to party or ship to party.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For country :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from kna1 into table it_kna1 for all entires in it_vbpa where kunnr = it_vbpa-kunnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you ll get kna1-land1 ll give country of sold to party and ship to party.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from konv into table it_konv where knumv = wa_vbak-knumv . " Tax details&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 09:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759742#M1775157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-21T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759743#M1775158</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;You will get billing country from VBRK&amp;nbsp; table (VBRK-LAND1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match&amp;nbsp; VBELN filed from&amp;nbsp; VBPA&amp;nbsp; and VBAK table. &lt;/P&gt;&lt;P&gt;after that match knumv field from vbak and konv table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjit K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 09:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759743#M1775158</guid>
      <dc:creator>former_member212148</dc:creator>
      <dc:date>2013-10-21T09:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759744#M1775159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u madhukumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is ship to party equal to sold to party ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or what is the difference between ship to party&amp;nbsp; and sold to party ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 13:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759744#M1775159</guid>
      <dc:creator>former_member445510</dc:creator>
      <dc:date>2013-10-21T13:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759745#M1775160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear roukbi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have manufacturing company then you ll have company situated in one place and warehouse might be in other place then &lt;/P&gt;&lt;P&gt;Ship to Party means Delivery Address ( warehouse address )&lt;/P&gt;&lt;P&gt;Sold to party means Company Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some company ship to party and sold to party will be same .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 02:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759745#M1775160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-22T02:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759746#M1775161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u very much madhukumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 07:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759746#M1775161</guid>
      <dc:creator>former_member445510</dc:creator>
      <dc:date>2013-10-22T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: SD tables for Tax code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759747#M1775162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its ok &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Former Member&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 08:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-tables-for-tax-code/m-p/9759747#M1775162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-22T08:19:40Z</dc:date>
    </item>
  </channel>
</rss>

