<?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: konp table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499697#M564725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Condition types &amp;amp; its related data from KONP &amp;amp;  EKKO or any other link between PO tables&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"Can  be  linked  like  this  
EKKO-KNUMV = KONV-KNUMV
EKKO-KNUMV = KONP-KNUMH
EKKO-KNUMV = KONH-KNUMH
EKKO-KNUMV = KOMV-KNUMH (THIS IS A STRUCTURE)

"or else  like this
EKPO-EBELN = KOMV-KPOSN
EKPO-EBELN= KONP-KOPOS
EKPO-EBELN= KONV-KPOSN&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 04:06:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T04:06:51Z</dc:date>
    <item>
      <title>konp table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499694#M564722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to fetch condition types &amp;amp; its related data from KONP table for an purchase order smartform.please tell me the link between KONP &amp;amp; EKKO or any other link between PO tables &amp;amp; KONP.please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;srinivas k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 14:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499694#M564722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: konp table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499695#M564723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From EKKO, get the condition document number KNUMV and based on that search the KONV table and get the field KNUMH. Use these KNUMH values to seach KONP records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naren Someneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 15:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499695#M564723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: konp table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499696#M564724</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;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKKO-KNUMV = KONP-KNUMH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KONV-KNUMV = VBAK-KNUMV and&lt;/P&gt;&lt;P&gt;KONV-KPOSN = VBAP-POSNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link between EKKO, EKPO and KONP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KONP is conditions table.&lt;/P&gt;&lt;P&gt;If we need the conditions(prices) of a purchase order, we can get it from EKKO, EKPO &amp;amp; KONV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Extract KNUMV from EKKO.&lt;/P&gt;&lt;P&gt;2. Using EKKO-KNUMV - Extract conditions from KONV where KONV-KNUMV = EKKO-KNUMV.&lt;/P&gt;&lt;P&gt;3. We can find item prices where KONV-KPOSN = EKPO-EBELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTANT INFO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KONV and KONP tables are both conditions tables. These tables are used when you want to find e.g : the Basic price value or excise duty values (just to name some ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tales store the values based on the document condition number. &lt;/P&gt;&lt;P&gt;The Document Consition number(KONV-KNUMV) is number that gets generated whenever a PO or a sales order gets created. So this KNUMV is the link between the PO or the sales order. The KNUMV gets stored in KONV as well as the header tables of Sales order and Purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me give you an example: Incase you have a sales order number say 1206 now for this you want to create to know what is the Basic price: - so you would go to VBAK get the KNUMV of 1206 , for the KNUMV fetched go to KONV and give this KNUMV you will get all the conditions for this sales order. Same is the case with PO's also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now KONP also stores the conditions can be used with access sequences eg a003 or a055 etc. you cantake the KNUMH value from these tables and get the rate from KONP.This table only stores the rates and not the values. i.e KBETR value and not KWERT value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;1)EKKO-KNUMV = KONV-KNUMV&lt;/P&gt;&lt;P&gt;= KONP-KNUMH&lt;/P&gt;&lt;P&gt;= KONH-KNUMH&lt;/P&gt;&lt;P&gt;= KOMV-KNUMH (THIS IS A STRUCTURE)&lt;/P&gt;&lt;P&gt;2)EKPO-EBELN = KOMV-KPOSN&lt;/P&gt;&lt;P&gt;= KONP-KOPOS&lt;/P&gt;&lt;P&gt;= KONV-KPOSN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I hope this answers your question&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward pts iffound usefull :)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 03:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499696#M564724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T03:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: konp table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499697#M564725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Condition types &amp;amp; its related data from KONP &amp;amp;  EKKO or any other link between PO tables&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"Can  be  linked  like  this  
EKKO-KNUMV = KONV-KNUMV
EKKO-KNUMV = KONP-KNUMH
EKKO-KNUMV = KONH-KNUMH
EKKO-KNUMV = KOMV-KNUMH (THIS IS A STRUCTURE)

"or else  like this
EKPO-EBELN = KOMV-KPOSN
EKPO-EBELN= KONP-KOPOS
EKPO-EBELN= KONV-KPOSN&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499697#M564725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: konp table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499698#M564726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can link&lt;/P&gt;&lt;P&gt; EKKO-KNUMV to KONV-KNUMV and EKPO-EBELP = KONV-KPOSN&lt;/P&gt;&lt;P&gt;this will fetch few pricing related condition types values/amounts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to get the data like PO TAXES you have to search for the Access sequence related condition tables (starting with A* like A003, A012 or A353 etc) related to that PO and have to take the KNUMH field from them and to use the same KUMH to KONP-KNUMH and using the related KSCHL fetch the data from KONP table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 05:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499698#M564726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T05:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: konp table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499699#M564727</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;For purchase orders: &lt;/P&gt;&lt;P&gt;EKKO-KNUMV -&amp;gt; table KONV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 06:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/konp-table/m-p/2499699#M564727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T06:06:13Z</dc:date>
    </item>
  </channel>
</rss>

