<?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: Condition type tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-type-tables/m-p/2685583#M621082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KONV - Conditions (Transaction Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KONV-KNUMV = EKKO-KNUMV&lt;/P&gt;&lt;P&gt;KONV-KPOSN = EKPO-EBELP&lt;/P&gt;&lt;P&gt;KONV-KSCHL = 'FRC1'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 02:16:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-21T02:16:36Z</dc:date>
    <item>
      <title>Condition type tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-type-tables/m-p/2685581#M621080</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 need to know where are the caluculated values for freight FRC1 is getting stored in the purchase order conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 22:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-type-tables/m-p/2685581#M621080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T22:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Condition type tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-type-tables/m-p/2685582#M621081</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;Check this&lt;/P&gt;&lt;P&gt;This code i find one of the sites&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select * from ekko.
       select * from konv where knumv = ekko-knumv
           "Get all the condition records for the purchase order
       endselect.
endselect.

* Get the info record conditions record
* First declare the record structure for the key
data: begin of int_konp,
             txt1(5),
             lifnr(5),
             matnr(18),
             txt2(4),
             txt3(1),
        end of int_konp.

clear: konh, konp, int_konp.

* data for the record key konh-vakey
int_konp-txt1    = '00000'.
int_konp-lifnr    = ekko-lifnr+5(5).
int_konp-matnr = ekpo-matnr(18).
int_konp-txt2    = 'ALL'.
int_konp-werks = ekpo-werks.
int_konp-txt3    = '0'.

select * from konh where      kschl = 'PB00'            "Conditions (Header)
                                     and datab =&amp;gt; p_datum.       "valid from date

      if konh-vakey = int_konp.                                  "Conditions (Item)
             select single * from konp where knumh = konh-knumh.
             continue.
      endif.

endselect. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 22:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-type-tables/m-p/2685582#M621081</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-20T22:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Condition type tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-type-tables/m-p/2685583#M621082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KONV - Conditions (Transaction Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KONV-KNUMV = EKKO-KNUMV&lt;/P&gt;&lt;P&gt;KONV-KPOSN = EKPO-EBELP&lt;/P&gt;&lt;P&gt;KONV-KSCHL = 'FRC1'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 02:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-type-tables/m-p/2685583#M621082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T02:16:36Z</dc:date>
    </item>
  </channel>
</rss>

