<?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: Komk &amp; Komp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238978#M482547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following function modules :&lt;/P&gt;&lt;P&gt;RV_PRINT_PRICE_HEAD&lt;/P&gt;&lt;P&gt;RV_PRINT_PRICE_ITEM&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;Hans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward all helpful answers !!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 06:32:46 GMT</pubDate>
    <dc:creator>h_senden2</dc:creator>
    <dc:date>2007-05-02T06:32:46Z</dc:date>
    <item>
      <title>Komk &amp; Komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238976#M482545</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;my requirement is to calculate RE-PRICING for sales order using function module PRICING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have VBELN and POSNR for sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one knows how to populate komk and komp structure to pass FM PRICING???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ripal Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 05:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238976#M482545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T05:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Komk &amp; Komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238977#M482546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can get  KNUMV from VBAK of a given sales Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then read table KONV.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 05:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238977#M482546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T05:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Komk &amp; Komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238978#M482547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following function modules :&lt;/P&gt;&lt;P&gt;RV_PRINT_PRICE_HEAD&lt;/P&gt;&lt;P&gt;RV_PRINT_PRICE_ITEM&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;Hans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward all helpful answers !!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 06:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238978#M482547</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2007-05-02T06:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Komk &amp; Komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238979#M482548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I don't know why you are struggling with this fun module PRICING?&lt;/P&gt;&lt;P&gt;Generally in SD and MM modules Pricing is a major area where we need to configure lot of things to get the prices correctly like&lt;/P&gt;&lt;P&gt;Define condition records in VK11, Condition Tables, Access sequences and Condition records and the pricing procedures etc.&lt;/P&gt;&lt;P&gt;Once you define all these things then the data will be in the tables KONV and KONP tables.&lt;/P&gt;&lt;P&gt;using the VBAK-KNUMV  and VBAP-POSNR fields to KONV-KNUMV and KONV-KPOSN fields we get the respective pricing related data for that condition type(KSCHL).&lt;/P&gt;&lt;P&gt;so take the help of a functional guy in this regard to configure the pricing procedure and make use of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&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>Wed, 02 May 2007 06:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238979#M482548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T06:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Komk &amp; Komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238980#M482549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai patel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        You must be filling the komp table first with important fields like matnr and kposn and than you fill the komk table by getting the condition record 'KNUMV' and the important thing is reference should be maintained between komk and komp by item line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;raju N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 06:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238980#M482549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T06:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Komk &amp; Komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238981#M482550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;fm suggested are also having importing parameter komk &amp;amp; komp&lt;/P&gt;&lt;P&gt;RV_PRINT_PRICE_HEAD&lt;/P&gt;&lt;P&gt;RV_PRINT_PRICE_ITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body send sample code who have use these fm before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 03:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238981#M482550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T03:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Komk &amp; Komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238982#M482551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try SPR_KOMK_KOMP_FILL&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;&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 15:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-komp/m-p/2238982#M482551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T15:15:18Z</dc:date>
    </item>
  </channel>
</rss>

