<?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 record access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033257#M84488</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;Have a look if the conditions are active. There will be a flag KINAK on the XKOMV which determines whether the condition is active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at the pricing routines in (VOFM), if some routine is not rejecting that condition for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2005 10:23:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-14T10:23:16Z</dc:date>
    <item>
      <title>condition record access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033253#M84484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what can be the reason for this?&lt;/P&gt;&lt;P&gt;we have an access sequence. in it we have 4 condition tables. condition records are maintained for all the four. &lt;/P&gt;&lt;P&gt;only the condition record for the 4th table is pulled into sales order pricing.&lt;/P&gt;&lt;P&gt;(( we infact have exclusion indiactor ON for the first 3 condition tables. ))&lt;/P&gt;&lt;P&gt;we have user exits to pull in the values of fields in the first three condition tables to KOMP. will that be a problem?&lt;/P&gt;&lt;P&gt;the userexit code is &lt;/P&gt;&lt;P&gt;select single ort01 into ZZORT01 from KNA1 where&lt;/P&gt;&lt;P&gt;kunnr = tkomk-kunwe. ort01 - ship-to party city field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me tell you the steps in SD pricing config. please let me know if i missed out any step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create condition tables. &lt;/P&gt;&lt;P&gt;2. assign them to an acc. seq.&lt;/P&gt;&lt;P&gt;3. assign the condition type to the access seq.&lt;/P&gt;&lt;P&gt;4. put the cond. type in a pricing procdure.&lt;/P&gt;&lt;P&gt;5. assign this to the combo. of sales area/ cust.PP/order PP.&lt;/P&gt;&lt;P&gt;6. maintain condition records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it shud work right.&lt;/P&gt;&lt;P&gt;i dont know where the mistake is. it's not working.please help me out. is it in the config. is it in the code?&lt;/P&gt;&lt;P&gt;what to modify and how?&lt;/P&gt;&lt;P&gt;tested my scenario both in DEV and TEST system. same result, same failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you all.&lt;/P&gt;&lt;P&gt;-sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 19:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033253#M84484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T19:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: condition record access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033254#M84485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you see in the pricing analysis for the sales order ?  Possiblity is it doesn't find records in the other 3 condition tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which exit have you used to populate the komp field ?   Debug the exit and check if the requried condition table fields are filled up with proper values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kalpana Tyagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 19:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033254#M84485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T19:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: condition record access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033255#M84486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it does fill the values in the sales order.all it doesnt do is read the condition rec. and put the condition amt.&lt;/P&gt;&lt;P&gt;in pricing analysis under the VALUE IN DOC. column &lt;/P&gt;&lt;P&gt;it shows all the right values of the fields we added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user exit we used is USEREXIT_PRICING_PREPARE_TKOMP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me add one thing here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it rightly reads the cond. record for the table whose fields are just from the sap standard.&lt;/P&gt;&lt;P&gt;actually the system doesnt read the condition recs. for tables which have the zz fields we added to the pricing catalog.&lt;/P&gt;&lt;P&gt;so what cud be the reason?&lt;/P&gt;&lt;P&gt;where can i check it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot and please help me.&lt;/P&gt;&lt;P&gt;please give your inputs. i am really powerless here.&lt;/P&gt;&lt;P&gt;-neez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 23:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033255#M84486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T23:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: condition record access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033256#M84487</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;Looks like you have done all necessary steps. So it's time for debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start with a SQL-trace during a order creation (or a re-pricing). Check in the trace, if there are selects for your tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no - then select statement preparation is no OK -&amp;gt; check customizing or debug for error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes - check with SE16, why nothing was found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 10:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033256#M84487</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-12-14T10:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: condition record access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033257#M84488</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;Have a look if the conditions are active. There will be a flag KINAK on the XKOMV which determines whether the condition is active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at the pricing routines in (VOFM), if some routine is not rejecting that condition for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 10:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033257#M84488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T10:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: condition record access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033258#M84489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you see the values it finds in the pricing analysis , go and look for the condition record in AXXX, KONH, KONP tables for those exact values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the validity period is current and also check if u have correct entries in table T681F for the new fields u added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more point , make sure there is no requirement routine attached in the access seq . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kalpana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kalpana Tyagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 15:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-record-access/m-p/1033258#M84489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T15:10:54Z</dc:date>
    </item>
  </channel>
</rss>

