<?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: Error in Get Tax data. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320713#M1394444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see this  link , here also they have the same  logic   based on the vbak table data , they are picking  Tax data for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Net Price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Approved Price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Price Variance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put this in screen find you will get th code  &lt;STRONG&gt;SELECT SINGLE kbetr waers kpein&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link :[http://iorboaz.blogspot.com/2006/08/sap-abap-report-so-with-exceptional.html]&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 15:06:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-06T15:06:35Z</dc:date>
    <item>
      <title>Error in Get Tax data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320710#M1394441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want three field in my Sales report like Jive, Jivp, Zivp. i coded my report with out error but  out put null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i disply respective code below .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM KONV&lt;/P&gt;&lt;P&gt;                INTO TABLE IT_KONV&lt;/P&gt;&lt;P&gt;                FOR ALL ENTRIES IN IT_VBaK&lt;/P&gt;&lt;P&gt;                WHERE  KNUMV = IT_VBaK-KNUMV&lt;/P&gt;&lt;P&gt;                AND  KSCHL IN  ('JIVC','JIVP','ZIVP').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at it_konv where knumv = it_vbak-knumv.&lt;/P&gt;&lt;P&gt;      if it_konv-kschl = 'JIVC'.&lt;/P&gt;&lt;P&gt;        V_JIVC = V_JIVC + IT_KONV-KWERT.&lt;/P&gt;&lt;P&gt;      elseif it_konv-kschl = 'JIVP'.&lt;/P&gt;&lt;P&gt;        V_JIVP = V_JIVP + IT_KONV-KWERT.&lt;/P&gt;&lt;P&gt;      ELSEIF it_konv-kschl = 'ZIVP'.&lt;/P&gt;&lt;P&gt;        V_ZIVP = V_ZIVP + IT_KONV-KWERT.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Move v_jivc to itab-jivc.&lt;/P&gt;&lt;P&gt;      Move v_jivp to itab-jivp.&lt;/P&gt;&lt;P&gt;      Move v_zivp to itab-zivp.&lt;/P&gt;&lt;P&gt;      MOVE it_vbap-netwr to itab-wot.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     itab-jivc = v_jivc.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     itab-jivp = v_jivp.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     itab-zivp = v_zivp.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     itab-wot = it_vbak-netwr.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      append itab.&lt;/P&gt;&lt;P&gt;      CLEAR:v_jivc,v_jivp,v_zivp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this code i am not able to enter in loop means where condition is false. so now what can i do  for this logical error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 12:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320710#M1394441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T12:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Get Tax data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320711#M1394442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1&amp;gt; FIRST check whether table IT_KONV contains data&lt;/P&gt;&lt;P&gt;2&amp;gt; If there is data in IT_KONV then..... check where where cluase in loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 12:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320711#M1394442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T12:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Get Tax data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320712#M1394443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; Dear all,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I want three field in my Sales report like Jive, Jivp, Zivp. i coded my report with out error but  out put null.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; i disply respective code below .......&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; SELECT * FROM KONV&lt;/P&gt;&lt;P&gt;&amp;gt;                 INTO TABLE IT_KONV&lt;/P&gt;&lt;P&gt;&amp;gt;                 FOR ALL ENTRIES IN IT_VBaK&lt;/P&gt;&lt;P&gt;&amp;gt;                 WHERE  KNUMV = IT_VBaK-KNUMV&lt;/P&gt;&lt;P&gt;&amp;gt;                 AND  KSCHL IN  ('JIVC','JIVP','ZIVP').&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a sy-subrc check after this statement. &lt;/P&gt;&lt;P&gt;One more what is it_vbak internal table? i mean, is it with header line? if yes, why dont you read or loop it first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a break point and check the value of IT_VBAK-KNUMV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;  loop at it_konv where knumv = it_vbak-knumv.&lt;/P&gt;&lt;P&gt;&amp;gt;       if it_konv-kschl = 'JIVC'.&lt;/P&gt;&lt;P&gt;&amp;gt;         V_JIVC = V_JIVC + IT_KONV-KWERT.&lt;/P&gt;&lt;P&gt;&amp;gt;       elseif it_konv-kschl = 'JIVP'.&lt;/P&gt;&lt;P&gt;&amp;gt;         V_JIVP = V_JIVP + IT_KONV-KWERT.&lt;/P&gt;&lt;P&gt;&amp;gt;       ELSEIF it_konv-kschl = 'ZIVP'.&lt;/P&gt;&lt;P&gt;&amp;gt;         V_ZIVP = V_ZIVP + IT_KONV-KWERT.&lt;/P&gt;&lt;P&gt;&amp;gt;       ENDIF.&lt;/P&gt;&lt;P&gt;&amp;gt;    endloop.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;       Move v_jivc to itab-jivc.&lt;/P&gt;&lt;P&gt;&amp;gt;       Move v_jivp to itab-jivp.&lt;/P&gt;&lt;P&gt;&amp;gt;       Move v_zivp to itab-zivp.&lt;/P&gt;&lt;P&gt;&amp;gt;       MOVE it_vbap-netwr to itab-wot.&lt;/P&gt;&lt;P&gt;&amp;gt; *      itab-jivc = v_jivc.&lt;/P&gt;&lt;P&gt;&amp;gt; *      itab-jivp = v_jivp.&lt;/P&gt;&lt;P&gt;&amp;gt; *      itab-zivp = v_zivp.&lt;/P&gt;&lt;P&gt;&amp;gt; *      itab-wot = it_vbak-netwr.&lt;/P&gt;&lt;P&gt;&amp;gt;       append itab.&lt;/P&gt;&lt;P&gt;&amp;gt;       CLEAR:v_jivc,v_jivp,v_zivp.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; in this code i am not able to enter in loop means where condition is false. so now what can i do  for this logical error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the only possible mistake i can see in this code. Check the IT_VBAK-KNUMV first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 14:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320712#M1394443</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-11-06T14:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Get Tax data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320713#M1394444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see this  link , here also they have the same  logic   based on the vbak table data , they are picking  Tax data for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Net Price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Approved Price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Price Variance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put this in screen find you will get th code  &lt;STRONG&gt;SELECT SINGLE kbetr waers kpein&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link :[http://iorboaz.blogspot.com/2006/08/sap-abap-report-so-with-exceptional.html]&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 15:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-get-tax-data/m-p/6320713#M1394444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T15:06:35Z</dc:date>
    </item>
  </channel>
</rss>

