<?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: help debugging condition type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202904#M1910342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,amount 10433.44 SEK is coming from PGI document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know the calculation for &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Amount = 573.82EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;condition value = 1147.63EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;There is a difference in values compared to SO .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;there the values are &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;amount:- 573.81EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;condition value :- 1147.62EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;currency exchange is &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;1EUR = 9.09130 SEK&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;What is causing the difference in amount ?&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;which program I can see the formula how this amount and condition value is calculated in billing?&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;this is the issue &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;pooja &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 14:27:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-09T14:27:30Z</dc:date>
    <item>
      <title>help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202896#M1910334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attachment.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/743867" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This is from t-code VF03 . item condition type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to debugg and see the background calculation , how the following values are being calculated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amount = 573.82&lt;/P&gt;&lt;P&gt;condition value = 1147.63&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10433.44&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pooja &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202896#M1910334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T13:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202897#M1910335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a breakpoint in FM SD_COND_ACCESS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is subroutine call in Line 241&amp;nbsp; "sel_kondtab" that is where the condition tables are accessed dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202897#M1910335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T13:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202898#M1910336</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; Please send me the T.Code for the same...&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;Vijay SR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202898#M1910336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T13:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202899#M1910337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure , which t-code you are referring&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202899#M1910337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T13:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202900#M1910338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the reply .&lt;/P&gt;&lt;P&gt;would you be able to guide step by step , how to proceed . I saw the Fm and call statment&lt;/P&gt;&lt;P&gt;pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202900#M1910338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T13:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202901#M1910339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see that you are referring to Condition type - Cost. Is it VPRS condition? Also, I see that there is a formula 900 used to calculate condition base value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If VPRS, I think thats connected to the Cost of Goods Sold, posted while doing PGI for the outbound delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, please check if you have a program named RV63A900 in your system. Please try to put a break-point in that program, open VF03 again, and navigate to Conditions screen. The program should break at that break-point, if the formula is getting called. The calculation for pricing will be in that program and you should be able to read through that program to understand the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both these steps didn't work, on the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Conditions&lt;/SPAN&gt; screen, there is a button named "Analysis". Once you click on that, you will see a list of condition types from the pricing procedure. Please locate the condition type you are concerned about and open the nodes below that condition type. Each of the steps under the condition type, should give you some information on how the calculation is done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are unable to follow, please reply with details on the steps you did, with screenshots, so that we may further assist you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202901#M1910339</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-07-09T13:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202902#M1910340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My condition type is a customised condition type of VPRS .&lt;/P&gt;&lt;P&gt;The analysis screen shot is as follows:-&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/743902" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The program &lt;SPAN style="color: #333333; font-size: 12px;"&gt;RV63A900&amp;nbsp; exists . In VF03 , when i double clicked on my condition type the debugger started . so it stopped at the condition type .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code for the program is &lt;/P&gt;&lt;P&gt;form frm_kond_basis_900.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if komp-pstyv = 'IRRA'&lt;/P&gt;&lt;P&gt;or komp-pstyv = 'ZEN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; xkomv-kstat = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&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;&lt;/P&gt;&lt;P&gt;What is next step .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202902#M1910340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T14:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202903#M1910341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the message says, the condition value is being carried forward from the preceeding document. It is not getting calculated in invoice. The formula 900, is just used to mark the pricing condition as statistical. It also is not doing any calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you will have to check how the value is being determined in the preceeding document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am almost certain that it is related to standard cost of the material, maintained in Accounting tab of the material master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what's the reason you are trying to debug this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202903#M1910341</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-07-09T14:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202904#M1910342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,amount 10433.44 SEK is coming from PGI document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know the calculation for &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Amount = 573.82EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;condition value = 1147.63EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;There is a difference in values compared to SO .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;there the values are &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;amount:- 573.81EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;condition value :- 1147.62EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;currency exchange is &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;1EUR = 9.09130 SEK&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;What is causing the difference in amount ?&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;which program I can see the formula how this amount and condition value is calculated in billing?&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;this is the issue &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;pooja &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202904#M1910342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T14:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202905#M1910343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you investigating difference of 0.01 EUR? May be it is caused by some rounding in some calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't gone into the depths of cost calculation. Hence, I will not be able to help you in that area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202905#M1910343</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-07-09T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202906#M1910344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally we don't do pricing in a delivery document. I think the price is coming from your Sales Order/STO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be better if you debug/analyze there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202906#M1910344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202907#M1910345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;First of all, from functional point of view, you have not explained for what Business requirement, you have considered two condition types with Condition Category "G" which will not work as per standard functionality.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Also as per note 547570, for VPRS condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="text-align: justify;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;If the condition control (KSTEU) is set to 'H', the cost was taken from the goods issue. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;If it set to 'A', it was redetermined from the valuation segment of the material master, &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;in case of 'D' or 'E' it was copied from the preceding document.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;and in your case, system has considered "H", which means, it has taken from Goods Issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;G. Lakshmipathi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202907#M1910345</guid>
      <dc:creator>Lakshmipathi</dc:creator>
      <dc:date>2015-07-09T14:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202908#M1910346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Lakshmipathi .Please see the attachment again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/744040" width="450" /&gt;&lt;/P&gt;&lt;P&gt;amount 10433.44 SEK is correct and is coming from PGI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is coming when the amount is converted to EUR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amount 573.82 EUR&lt;/P&gt;&lt;P&gt;condition value 1147.43EUR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;There is a difference in values compared to SO .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;there the values are&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;amount:- 573.81EUR&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;condition value :- 1147.62EUR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;currency exchange is&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;1EUR = 9.09130 SEK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to know if this conversion is happening in billing or somewhere else and how can i debugg this particular scenario . wanted to see the actual value and what rounding off takes place .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202908#M1910346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202909#M1910347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;condition types with Condition Category "G" which will not work&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Did you see this comment ?&amp;nbsp; I believe your pricing procedure have two condition types; one VPRS and another Zee condition type both having the same cndition category in which case, system will &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;not&lt;/SPAN&gt;&lt;/SPAN&gt; work in the way you were expecting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;G. Lakshmipathi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 15:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202909#M1910347</guid>
      <dc:creator>Lakshmipathi</dc:creator>
      <dc:date>2015-07-09T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202910#M1910348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we only got one condition type . VPRS is not there . Only the Z condition type I am talking about .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/744064" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202910#M1910348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-09T17:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202911#M1910349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any solution for the above query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 09:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202911#M1910349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-21T09:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: help debugging condition type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202912#M1910350</link>
      <description>&lt;P&gt;any solution for above problem. need to debug the vf03  to see the calculation, how the  net amount and %percentage calculated.please help on this. urjent&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 09:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-debugging-condition-type/m-p/11202912#M1910350</guid>
      <dc:creator>former_member678599</dc:creator>
      <dc:date>2021-11-17T09:23:56Z</dc:date>
    </item>
  </channel>
</rss>

