<?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 Pricing routine debugging problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390341#M1643856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am debugging on a pricing program, when the control comes to a point where the program calls a subroutine in a different program, that program name is dynamically generated. For exaple the below program  RV13A721. In that programs form there are only 2 lines of code as given below, there wrong values are being filled in the work area &amp;lt;A721&amp;gt; . I need to know from where the system got those values, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program: RV13A721&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	FORM FILL_COMM_AREA_FROM_VADAT USING FFV_KOMG STRUCTURE KOMG&lt;/P&gt;&lt;P&gt;                                     FFV_VADAT LIKE A000-VADAT.&lt;/P&gt;&lt;P&gt;                     .&lt;/P&gt;&lt;P&gt;                       &amp;lt;A721&amp;gt;+66(2) = FFV_VADAT.&lt;/P&gt;&lt;P&gt;	  MOVE-CORRESPONDING A721 TO FFV_KOMG.&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;I am unable to get to the point where work area &amp;lt;A721&amp;gt; is getting filled up.&lt;/P&gt;&lt;P&gt;Can some one please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2011 18:19:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-09T18:19:46Z</dc:date>
    <item>
      <title>Pricing routine debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390341#M1643856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am debugging on a pricing program, when the control comes to a point where the program calls a subroutine in a different program, that program name is dynamically generated. For exaple the below program  RV13A721. In that programs form there are only 2 lines of code as given below, there wrong values are being filled in the work area &amp;lt;A721&amp;gt; . I need to know from where the system got those values, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program: RV13A721&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	FORM FILL_COMM_AREA_FROM_VADAT USING FFV_KOMG STRUCTURE KOMG&lt;/P&gt;&lt;P&gt;                                     FFV_VADAT LIKE A000-VADAT.&lt;/P&gt;&lt;P&gt;                     .&lt;/P&gt;&lt;P&gt;                       &amp;lt;A721&amp;gt;+66(2) = FFV_VADAT.&lt;/P&gt;&lt;P&gt;	  MOVE-CORRESPONDING A721 TO FFV_KOMG.&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;I am unable to get to the point where work area &amp;lt;A721&amp;gt; is getting filled up.&lt;/P&gt;&lt;P&gt;Can some one please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 18:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390341#M1643856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T18:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing routine debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390342#M1643857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be due to other reasons like a requirement being not be met. Do you see the related condition type being proposed on the pricing screen. Did you verify that condition record for that condition is found when you looked at pricing analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged pricing routines and break points do work in them, even if they are dynamically called. So this should be some other reason like the routine itself is being skipped because of a pricing requirement not being met or some other clause failing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 19:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390342#M1643857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing routine debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390343#M1643858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks fopr replying.&lt;/P&gt;&lt;P&gt;Yes, i have checked, our routine is mentioned in the pricing procdure screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i have mentioned earlier, the control is getting into the routine.  But i need to get to the point where the work area &amp;lt;722&amp;gt; is being filled. Is there a way in the debugging to stop at the point where this is getting filled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 19:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390343#M1643858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T19:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing routine debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390344#M1643859</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;In the debugger, create a watchpoint on this work area and execute. This will stop at the point where this work arae is first used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 09:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-routine-debugging-problem/m-p/8390344#M1643859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T09:45:35Z</dc:date>
    </item>
  </channel>
</rss>

