<?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: how to debug global vars ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068645#M972629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try now to create a watchpoint, it's only hard to determine where the global var is first updated in the programm or one of the many inlcudes or functions &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 06:15:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T06:15:06Z</dc:date>
    <item>
      <title>how to debug global vars ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068641#M972625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem with the tcode iw32. sometimes the dates are not updated by the system if the main date is changed in a operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this happens with 1 out of 10.000 orders but the impact on the process is very frustrating since it's hardly noticed in time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I have a serviceorder where the corresponding date FSAVD is not changed after changing NTANF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I had debugged to a point that I thought the function was were the dates were changed unfornatunatly I noticed that somewhere in the programm the global table AFVG_BT is filled. but I can't find where this table is updated in the programm SAPLCOIH  ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody knows how to find the source of the changes ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur de smidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 13:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068641#M972625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T13:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug global vars ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068642#M972626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/53/7ef3c9f8729b468d9aff68e2393cac/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/53/7ef3c9f8729b468d9aff68e2393cac/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/0,289483,sid21_gci1265014,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/0,289483,sid21_gci1265014,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 08:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068642#M972626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T08:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug global vars ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068643#M972627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using st05/se30 to trace and show you the update on the DB table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 09:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068643#M972627</guid>
      <dc:creator>alison_lloyd</dc:creator>
      <dc:date>2008-07-07T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug global vars ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068644#M972628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but it's not an update on a database table but on a global var. in st05 the runtime analysys you only see the database acces so I can't find how and when AFVG_BT is updated ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also under se30 I can find a function which I already found before only then the global var is already updated by the system . I want to know when this global var is updated and what rules have been passed before this update took place&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur de smidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 13:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068644#M972628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug global vars ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068645#M972629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try now to create a watchpoint, it's only hard to determine where the global var is first updated in the programm or one of the many inlcudes or functions &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068645#M972629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T06:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug global vars ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068646#M972630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 07:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-global-vars/m-p/4068646#M972630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T07:04:52Z</dc:date>
    </item>
  </channel>
</rss>

