<?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: break point at a field/structure with multiple modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450962#M213581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is I don't know which program, method, or functioal module will contain that structure and will change the value.  I only know during process the ME59N, this structure is used.  I need trace the value of this sturcture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2006 10:26:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-07T10:26:46Z</dc:date>
    <item>
      <title>break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450958#M213577</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;While in debugger on, how do I set a break point if I want to stop at a structure for example 'ch_user_changed_fields' in a transaction (for example: M59N). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know which function, method or program will use this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450958#M213577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450959#M213578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Debugging mode just double click on particular stamenent or structure the Break-Point will be set..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450959#M213578</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-07-07T10:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450960#M213579</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;Go to the structure program select the structure you want to debug and on the top you will find stop button jst press that.In this way the break point is declared&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450960#M213579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450961#M213580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this purpose, you need to create a watch point. Assuming that the structure is initially empty, you can set a watchpoint at the condition that the fields are not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read more about watch points &amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/792442db42e22ce10000000a1550b0/frameset.htm"&amp;gt;here&amp;lt;/a&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450961#M213580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450962#M213581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is I don't know which program, method, or functioal module will contain that structure and will change the value.  I only know during process the ME59N, this structure is used.  I need trace the value of this sturcture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450962#M213581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450963#M213582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt; You can omnly stop at a statement/subroutine/function module but not a structure. It makes no sense.&lt;/P&gt;&lt;P&gt;One crude way if to make a global find in the main program with the structure name as the search string and place break points at each of the found locations.&lt;/P&gt;&lt;P&gt;Alternatively if you are looking to stop whne a particular field has a particular value, then you can create a watchpoint.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450963#M213582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450964#M213583</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;What you need to do is find the package in which the transaction ME59N is. To do this goto SE93 and give the transaction code and find the package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go the structure in SE11 and click on where used list in programs and give in Search area also your package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help you refine the search to programs which may be involved in the ME59N transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also get the program name from ME59N transaction&lt;/P&gt;&lt;P&gt;by clicking on STATUS in the MENU and search the program .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450964#M213583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450965#M213584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked the documentation. The watch point only applies to local program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to SE11, check data type to search straucture  'ch_user_changed_fields'.  I did not get result.  This structure uesed for 'TAXWARE' and may be define in method.  How do I search in method?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450965#M213584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450966#M213585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ME59N is PO creation.  It calls many function modules, includes, methods. it will very hard to find which one cotains this structure 'ch_user_changed_fields'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450966#M213585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: break point at a field/structure with multiple modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450967#M213586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;         i am not sure in this answer. anyhow plz check .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; First go to me59n transaction , then goto system--&amp;gt;&lt;/P&gt;&lt;P&gt;status, here you will see the Program name for ME59N. &lt;/P&gt;&lt;P&gt;double click on the program name and finally using search option , you will search the Particular structure or FM  whatever it is.&lt;/P&gt;&lt;P&gt;    then put the Breakpoint where you want to put.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Plz Reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neptune.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 11:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-at-a-field-structure-with-multiple-modules/m-p/1450967#M213586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T11:34:24Z</dc:date>
    </item>
  </channel>
</rss>

