<?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 and komp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020374#M413423</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;&lt;/P&gt;&lt;P&gt;The updated condition type values held in XKOMK and XKOMP..&lt;/P&gt;&lt;P&gt;These are the internal table defined by SAP in standard progms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 05:57:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-06T05:57:54Z</dc:date>
    <item>
      <title>komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020368#M413417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me how to populate values to the structures KOMK and KOMP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also i want to know to use these things in FM RV_PRICE_PRINT_ITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points are assured!!,&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;Ganesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ganesh ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 14:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020368#M413417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020369#M413418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures cannot store data ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Structures.&amp;lt;/b&amp;gt; The object structure refers to the definition of a compound object that does not have any content. It's like a table or a view, but it never has entries: it's only a structure. These types of objects are used in programs for defining data structures or for defining data in the interfaces from the module pools and the screens. The basic difference between structures and tables (or views) is that the&lt;/P&gt;&lt;P&gt;structure does not exist at the underlying database system level; however, both tables and views do exist in the database. Structures only exist as definitions in the dictionary. As a result, structures do not need to be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Santosh Kumar Patha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 14:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020369#M413418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T14:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020370#M413419</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;structure can only hold one row of data. &lt;/P&gt;&lt;P&gt;so loop the internal table for each row and use this FM insilde the LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 14:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020370#M413419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T14:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020371#M413420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how i dont know how to fetch values from these strcture or i dont know how to pass values to the FM RV_PRICE_PRINT_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 15:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020371#M413420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T15:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020372#M413421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look at this sample program &lt;/P&gt;&lt;P&gt;&lt;A href="http://membres.lycos.fr/benjaminroger/pg_sap/PROJETS/computer_system/ZDELIV" target="test_blank"&gt;http://membres.lycos.fr/benjaminroger/pg_sap/PROJETS/computer_system/ZDELIV&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps, &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 15:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020372#M413421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T15:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020373#M413422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the values to the structures either by selecting the data from different tables in SAP or from any text file(Depends on how the requirement is) and call the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this for example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form get_item_prices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear: komp,tkomv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if komk-knumv ne vbdkr-knumv.&lt;/P&gt;&lt;P&gt;    clear komk.&lt;/P&gt;&lt;P&gt;    komk-mandt = sy-mandt.&lt;/P&gt;&lt;P&gt;    komk-kalsm = vbdkr-kalsm.&lt;/P&gt;&lt;P&gt;    komk-kappl = pr_kappl.&lt;/P&gt;&lt;P&gt;    komk-waerk = vbdkr-waerk.&lt;/P&gt;&lt;P&gt;    komk-knumv = vbdkr-knumv.&lt;/P&gt;&lt;P&gt;    komk-vbtyp = vbdkr-vbtyp.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  komp-kposn = vbdpr-posnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'RV_PRICE_PRINT_ITEM'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            comm_head_i = komk&lt;/P&gt;&lt;P&gt;            comm_item_i = komp&lt;/P&gt;&lt;P&gt;            language    = nast-spras&lt;/P&gt;&lt;P&gt;       importing&lt;/P&gt;&lt;P&gt;            comm_head_e = komk&lt;/P&gt;&lt;P&gt;            comm_item_e = komp&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;            tkomv       = tkomv&lt;/P&gt;&lt;P&gt;            tkomvd      = tkomvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 21:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020373#M413422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-05T21:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020374#M413423</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;&lt;/P&gt;&lt;P&gt;The updated condition type values held in XKOMK and XKOMP..&lt;/P&gt;&lt;P&gt;These are the internal table defined by SAP in standard progms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 05:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020374#M413423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T05:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020375#M413424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare tables with reference to structures KOMK and KOMP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: t_komp type table of komp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can now use the tables for populating data.&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;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 07:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020375#M413424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T07:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: komk and komp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020376#M413425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Functionally KOMK and KOMP (actually XKOMK and XKOMP inside program) work a transfer structures between the pricing application (sales order for example) and the condition record master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a sale order all the header values are passed to KOMK and all the item values are passed to KOMP. Then these structures are compared against pricing condition tables and KONP db table and condition records are extracted into KOMV (xkom, tkomv etc).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 02:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/komk-and-komp/m-p/2020376#M413425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T02:14:08Z</dc:date>
    </item>
  </channel>
</rss>

