<?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: finding specific code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247535#M485369</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;You can put /h command before using the reqd transaction, &amp;amp; then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user breakpoint -&amp;gt; breakpoint at -&amp;gt; statement . Here give the coompans like modify, insert update. &amp;amp; then directly use F8, u will get to know where exactly the table is getting updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 10:18:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T10:18:15Z</dc:date>
    <item>
      <title>finding specific code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247533#M485367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I need to modify the code in xd01 transaction. i need to find out where the data is updating in the ztable (zvtodcase)  , then i need to do some changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; my problem is i don't know how to loacate the place the piece of code return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247533#M485367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: finding specific code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247534#M485368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Somewhere in the User exit related to this XD01 transaction this Ztable code is written,&lt;/P&gt;&lt;P&gt;So check the User exits in the ENHANCEMENT &lt;/P&gt;&lt;P&gt;SAPMF02D and find it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247534#M485368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: finding specific code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247535#M485369</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;You can put /h command before using the reqd transaction, &amp;amp; then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user breakpoint -&amp;gt; breakpoint at -&amp;gt; statement . Here give the coompans like modify, insert update. &amp;amp; then directly use F8, u will get to know where exactly the table is getting updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247535#M485369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: finding specific code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247536#M485370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;Find with ZVTODCASE and check  in main program.&lt;/P&gt;&lt;P&gt;Run the transaction XD01 in debug mode and set break point at statement insert , update and then press F8..then you can find out easily where the code has been written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247536#M485370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: finding specific code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247537#M485371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please  use this   function module  &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPMF02D_001&amp;lt;/b&amp;gt;    ...  this is then  function module   where  you can  use  for   your coding  in the   XD01  ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inthis FM   there    incldeu  &amp;lt;b&amp;gt;  INCLUDE ZXF04U01.&amp;lt;/b&amp;gt;  double  click  on it  and use   your coding  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-specific-code/m-p/2247537#M485371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:24:10Z</dc:date>
    </item>
  </channel>
</rss>

