<?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: PO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922026#M1331674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;                   thanks for your answers but in table KONV the KSCHL field does not contain the conditions "JEC4" and "JSVD" that i am  looking for . Instead i can see them in table BSET and T685 (KSCHL). Now how can i link these to get the condition value fron KONV or any other table that contain this value . Please guide me through this.&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;Nupur Bhattacharya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jul 2009 05:09:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-25T05:09:19Z</dc:date>
    <item>
      <title>PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922020#M1331668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i run a PO tcode and in its "Invoice" tab i have a button called "Taxes". When I click on that button , i get a tabstrip control depicting all tax conditions and its condional value.&lt;/P&gt;&lt;P&gt;I am  unable to find out from which table that amount is getting fetched ,i mean in its technical info its showing a structure called komv.Now this structure refres to a table konv but konv does nt contain these contions.Infact this conditions are either present in BSET or T685 but which field in these tables contain the conditional value is still not knwn does anyone have any idea about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jul 25, 2009 7:19 AM&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use meaningfull subject titles otherwise your threads will be rejected&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 12:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922020#M1331668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T12:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922021#M1331669</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;All price conditions are in KONV, PO (Purchase Order?)  table, EKKO, have the field KNUMV is field ke of KONV table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u need to find out the condition number (KNUMV) from EKKO and then read KONV table with condition type for tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 12:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922021#M1331669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T12:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922022#M1331670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;From EKKO TABLE  u get KNUMV field   and then go to&lt;/P&gt;&lt;P&gt;o KONV table   give KNUMV   u get  all the conditions&lt;/P&gt;&lt;P&gt;in KSCHL and Values in KAWRT  KBETR KWERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 12:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922022#M1331670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T12:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922023#M1331671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the fm CALCULATE_TAX_ITEM and pass the value from EKPO to I_TAXCOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiba Prasad Dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 12:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922023#M1331671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T12:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922024#M1331672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pass document cond KUNMV and KNTYP(Condit.category)= 'D' (for TAX) in KONV and fetch your desired record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: soumya prakash mishra on Jul 24, 2009 2:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 12:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922024#M1331672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T12:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922025#M1331673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and yuo can fetch KUNMV from EKKO or BKPF according to your need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 12:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922025#M1331673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T12:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922026#M1331674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;                   thanks for your answers but in table KONV the KSCHL field does not contain the conditions "JEC4" and "JSVD" that i am  looking for . Instead i can see them in table BSET and T685 (KSCHL). Now how can i link these to get the condition value fron KONV or any other table that contain this value . Please guide me through this.&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;Nupur Bhattacharya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2009 05:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922026#M1331674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-25T05:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922027#M1331675</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 can try the following.&lt;/P&gt;&lt;P&gt;1. Pass the conditions "JEC4" and "JSVD" in BSET and get the corresponding condition record number (BSET-KNUMH) for those conditions..&lt;/P&gt;&lt;P&gt;2. Pass the fetched (BSET-KNUMH) into table KONV for the field ( KONV-KNUMH) and get the corresponding document condition number (KONV-KNUMV).&lt;/P&gt;&lt;P&gt;3. pass KONV-KNUMV with EKKO-KNUMV and get the corresponding EBELN to get the PO's.&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;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2009 18:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922027#M1331675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-25T18:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922028#M1331676</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; Try this logic as reference ,you will get the desired output values,you should pass all values to the function module,what i have passed in TAXCOM structure,from the table IT_komv,you can get the values ,what they maintained in PO taxes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TAXCOM-BUKRS = WA_EKPO-BUKRS.&lt;/P&gt;&lt;P&gt;    TAXCOM-WAERS = WA_EKKO-WAERS.&lt;/P&gt;&lt;P&gt;    TAXCOM-KPOSN = WA_EKPO-EBELP.&lt;/P&gt;&lt;P&gt;    TAXCOM-MWSKZ = WA_EKPO-MWSKZ.           &lt;/P&gt;&lt;P&gt;    TAXCOM-SHKZG = 'H'.&lt;/P&gt;&lt;P&gt;    TAXCOM-WRBTR = WA_EKPO-NETPR.                "you should pass the value,otherwise,the condition value amount,it wont come&lt;/P&gt;&lt;P&gt;    TAXCOM-XMWST = 'X'.&lt;/P&gt;&lt;P&gt;    TAXCOM-EKORG = WA_EKKO-EKORG.&lt;/P&gt;&lt;P&gt;    TAXCOM-MATNR = WA_J_1IEXCDTL-MATNR.&lt;/P&gt;&lt;P&gt;    TAXCOM-WERKS = WA_EKPO-WERKS.&lt;/P&gt;&lt;P&gt;    TAXCOM-MTART = WA_EKPO-MTART.&lt;/P&gt;&lt;P&gt;    TAXCOM-EBELN = WA_EKPO-EBELN.&lt;/P&gt;&lt;P&gt;    TAXCOM-EBELP = WA_EKPO-EBELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'CALCULATE_TAX_ITEM'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ANZAHLUNG                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIALOG                    = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DISPLAY_ONLY              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INKLUSIVE                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_ANWTYP                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_DMBTR                   = '0'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_MWSTS                   = '0'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        I_TAXCOM                  = TAXCOM&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRUEFEN                   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RESET                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_NAVFW                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_TAXCOM                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_XSTVR                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NAV_ANTEIL                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       T_XKOMV                   = IT_KOMV&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       MWSKZ_NOT_DEFINED         = 1&lt;/P&gt;&lt;P&gt;       MWSKZ_NOT_FOUND           = 2&lt;/P&gt;&lt;P&gt;       MWSKZ_NOT_VALID           = 3&lt;/P&gt;&lt;P&gt;       STEUERBETRAG_FALSCH       = 4&lt;/P&gt;&lt;P&gt;       COUNTRY_NOT_FOUND         = 5&lt;/P&gt;&lt;P&gt;       OTHERS                    = 6.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT IT_KOMV INTO WA_KOMV.&lt;/P&gt;&lt;P&gt;      CASE WA_KOMV-KSCHL.&lt;/P&gt;&lt;P&gt;    TAXCOM-BUKRS = WA_EKPO-BUKRS.&lt;/P&gt;&lt;P&gt;    TAXCOM-WAERS = WA_EKKO-WAERS.&lt;/P&gt;&lt;P&gt;    TAXCOM-KPOSN = WA_EKPO-EBELP.&lt;/P&gt;&lt;P&gt;    TAXCOM-MWSKZ = WA_EKPO-MWSKZ.&lt;/P&gt;&lt;P&gt;    TAXCOM-SHKZG = 'H'.&lt;/P&gt;&lt;P&gt;    TAXCOM-WRBTR = WA_EKPO-NETPR.&lt;/P&gt;&lt;P&gt;    TAXCOM-XMWST = 'X'.&lt;/P&gt;&lt;P&gt;    TAXCOM-EKORG = WA_EKKO-EKORG.&lt;/P&gt;&lt;P&gt;    TAXCOM-MATNR = WA_J_1IEXCDTL-MATNR.&lt;/P&gt;&lt;P&gt;    TAXCOM-WERKS = WA_EKPO-WERKS.&lt;/P&gt;&lt;P&gt;    TAXCOM-MTART = WA_EKPO-MTART.&lt;/P&gt;&lt;P&gt;    TAXCOM-EBELN = WA_EKPO-EBELN.&lt;/P&gt;&lt;P&gt;    TAXCOM-EBELP = WA_EKPO-EBELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'CALCULATE_TAX_ITEM'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ANZAHLUNG                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIALOG                    = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DISPLAY_ONLY              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INKLUSIVE                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_ANWTYP                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_DMBTR                   = '0'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_MWSTS                   = '0'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        I_TAXCOM                  = TAXCOM&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PRUEFEN                   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RESET                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_NAVFW                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_TAXCOM                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_XSTVR                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NAV_ANTEIL                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       T_XKOMV                   = IT_KOMV&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       MWSKZ_NOT_DEFINED         = 1&lt;/P&gt;&lt;P&gt;       MWSKZ_NOT_FOUND           = 2&lt;/P&gt;&lt;P&gt;       MWSKZ_NOT_VALID           = 3&lt;/P&gt;&lt;P&gt;       STEUERBETRAG_FALSCH       = 4&lt;/P&gt;&lt;P&gt;       COUNTRY_NOT_FOUND         = 5&lt;/P&gt;&lt;P&gt;       OTHERS                    = 6.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;IT_KOMV-KWERT ---&amp;gt; AMOUNT&lt;/P&gt;&lt;P&gt;IT_KOMV-KBETR / 10 ---&amp;gt; Percentage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope,It will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;lt;&amp;lt; Sharing Knowledge is a way to Innovative &amp;gt;&amp;gt;=&amp;gt;&lt;/P&gt;&lt;P&gt;By,&lt;/P&gt;&lt;P&gt;Yoga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2009 09:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po/m-p/5922028#M1331676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-26T09:33:42Z</dc:date>
    </item>
  </channel>
</rss>

