<?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: Different result run by T_code and corresponding program ,why? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078064#M430895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody help me? give me your suggestion about what's the next check i should do, Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2007 07:47:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-09T07:47:53Z</dc:date>
    <item>
      <title>Different result run by T_code and corresponding program ,why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078063#M430894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;   If I use T-code VKM3 and corresponding main program RVKRED04 to do credit release , the result will be different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Result of VKM3 will change the contract date of sales order, but result of RVKRED04 won&amp;#146;t happen and it is respected by user. The result run by RVKRED04 is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; By the way, T_code VKM3 have been a hard code written in the RVKRED04  &lt;/P&gt;&lt;P&gt;   SUBMIT RVKRED01 AND RETURN                                "K11K097488&lt;/P&gt;&lt;P&gt;                  WITH VBELN IN VBELN&lt;/P&gt;&lt;P&gt;                 ......&lt;/P&gt;&lt;P&gt;                   WITH CODE EQ 'VKM3'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do next? I must get the right result through T_code VKM3, that&amp;#146;s the goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 04:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078063#M430894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T04:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Different result run by T_code and corresponding program ,why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078064#M430895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody help me? give me your suggestion about what's the next check i should do, Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 07:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078064#M430895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T07:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Different result run by T_code and corresponding program ,why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078065#M430896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check for any Enhancement which has been created for transaction VKM3, May be some modifications are done in that Enhancement to update the date based on current transaction code i.e. VKM3. For Ex. Check for the enhancement FV45K001, which is for VKM3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to find out the exact code for Updation, activate the Performance Trace using ST05 before executing the VKM3. After completion of processing, Stop the trace, then check for specific table updation in the trace which can divert you to exact code for updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Amol G. Lohade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 18:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078065#M430896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T18:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Different result run by T_code and corresponding program ,why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078066#M430897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to submit the correct program(RVKRED04) instead of the other one (RVKRED01) using currently in the program now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RVKRED04 AND RETURN &lt;/P&gt;&lt;P&gt;WITH VBELN IN VBELN&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;WITH CODE EQ 'VKM3'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 19:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078066#M430897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T19:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different result run by T_code and corresponding program ,why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078067#M430898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amol Lohade  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I think you are right, I&amp;#146;ve find the key just same as your suggestion. &lt;SUP&gt;_&lt;/SUP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I've got the update program ,it's a include file named Z*  (&lt;STRONG&gt;_&lt;/STRONG&gt; that's the key ) i am tracing back ,and try to find the reason why it's need to be change. (That&amp;#146;s the door.&lt;STRONG&gt;_&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 01:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-result-run-by-t-code-and-corresponding-program-why/m-p/2078067#M430898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T01:26:17Z</dc:date>
    </item>
  </channel>
</rss>

