<?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: program on KOMV structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-on-komv-structure/m-p/4608896#M1086087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done this for po, i am writing a small code, this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT  single&lt;/P&gt;&lt;P&gt;EBELN                " Purchasing Document Number&lt;/P&gt;&lt;P&gt;KNUMV                   " Number of the document condition&lt;/P&gt;&lt;P&gt;FROM EKKO&lt;/P&gt;&lt;P&gt;INTO corresponding fields of  wa_EKKO&lt;/P&gt;&lt;P&gt;WHERE EBELN = PA_EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT kposn&lt;/P&gt;&lt;P&gt;KNUMV&lt;/P&gt;&lt;P&gt;KSCHL&lt;/P&gt;&lt;P&gt;KBETR&lt;/P&gt;&lt;P&gt;KWERT&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF  TABLE IT_KONV&lt;/P&gt;&lt;P&gt;FROM KONV&lt;/P&gt;&lt;P&gt;WHERE KNUMV = WA_EKKO-KNUMV  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can read table it_konv for differenbt KSCHL and get Condition &amp;amp; net values from KBETR &amp;amp; KWERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some more similar tables are KONP,KONH etc.&lt;/P&gt;&lt;P&gt;Sid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 10:47:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T10:47:36Z</dc:date>
    <item>
      <title>program on KOMV structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-on-komv-structure/m-p/4608894#M1086085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI to every one.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  plz suggest me how to write a program on KOMV (its not a table but it is a structure)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;and the condition involved is KOMV-KSCHL (if "YMRP Condition type value is &amp;lt;= 190 then KOMV-KEBTR  (yexd value shud be 350) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me how to implement the program of a structure KOMV along with this condition. &lt;/P&gt;&lt;P&gt;eagerly waiting 4 ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;V.Sai Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 05:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-on-komv-structure/m-p/4608894#M1086085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T05:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: program on KOMV structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-on-komv-structure/m-p/4608895#M1086086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without knowing more about your requirement you may find that table KONV and/or function module PRICING may be helpful to you.&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;Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-on-komv-structure/m-p/4608895#M1086086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T10:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: program on KOMV structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-on-komv-structure/m-p/4608896#M1086087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done this for po, i am writing a small code, this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT  single&lt;/P&gt;&lt;P&gt;EBELN                " Purchasing Document Number&lt;/P&gt;&lt;P&gt;KNUMV                   " Number of the document condition&lt;/P&gt;&lt;P&gt;FROM EKKO&lt;/P&gt;&lt;P&gt;INTO corresponding fields of  wa_EKKO&lt;/P&gt;&lt;P&gt;WHERE EBELN = PA_EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT kposn&lt;/P&gt;&lt;P&gt;KNUMV&lt;/P&gt;&lt;P&gt;KSCHL&lt;/P&gt;&lt;P&gt;KBETR&lt;/P&gt;&lt;P&gt;KWERT&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF  TABLE IT_KONV&lt;/P&gt;&lt;P&gt;FROM KONV&lt;/P&gt;&lt;P&gt;WHERE KNUMV = WA_EKKO-KNUMV  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can read table it_konv for differenbt KSCHL and get Condition &amp;amp; net values from KBETR &amp;amp; KWERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some more similar tables are KONP,KONH etc.&lt;/P&gt;&lt;P&gt;Sid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-on-komv-structure/m-p/4608896#M1086087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T10:47:36Z</dc:date>
    </item>
  </channel>
</rss>

