<?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: Correcting values in debugging mode- VL02n in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623844#M1280780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right most of them are commented , so where exatctly I put my debugging mode on , as I had tried that but it didnt go through debugg but directly went into runtime .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 02:17:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T02:17:33Z</dc:date>
    <item>
      <title>Correcting values in debugging mode- VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623840#M1280776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the transaction vl02n I would like to delete a delivery compltely , so I go to transaction and enter the delivery number and delete it , it gives me a short dump asking to chnage the value of vbfa-rfmng from 25000 to 7999 in debug mode. I would like to bring the transcation vlo2n in debugging mode whereby it gives me teh field vbfa-rfmng in the debugging mode so that I can click and change thenvalue. Can someone help me out in locating the field in debug mode or am I debuggig it in from the wrong source. Could anyone tell me how do I go into the debug mode on vlo2n screen so that I recah teh field vbfa-rfmng please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 16:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623840#M1280776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T16:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting values in debugging mode- VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623841#M1280777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This si the message I got and thats why I am trying to debug and change it there. If someone can suggest as how to go about to change in teh debug mode would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:The reason of the incorrect goods movement status is in the document flow.The vbfa entry for cancel service has rfmng = 25000, howeveer it should be only 7999. Inorder to know the root cause behind this inconsistency we need to have a reproduceable example. If this is the only delivery document with which this kind of problme exists, then there is a way available to fix it. The options available are :&lt;/P&gt;&lt;P&gt;Option1. Fix the incorrect VBFA-RFMNG directly , by changing it in the debugging.&lt;/P&gt;&lt;P&gt;Option2. Delete the incorrect VBFA entry directly. This can be done in se16 or se16n. You need to delete TWO VBFA entries. You need to delete VBFA entries for both the cancel service entry and one of the confirmation of service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select VBFA, where:&lt;/P&gt;&lt;P&gt;vbelv = 0080420206&lt;/P&gt;&lt;P&gt;posnv = 000001&lt;/P&gt;&lt;P&gt;vbeln = 0700206000&lt;/P&gt;&lt;P&gt;posnn = 193211 and 143145&lt;/P&gt;&lt;P&gt;and then delete the two entries.&lt;/P&gt;&lt;P&gt;After that you have to run the report RVDELSTA to reset the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 17:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623841#M1280777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting values in debugging mode- VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623842#M1280778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions as to how to go about doing it please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 00:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623842#M1280778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T00:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting values in debugging mode- VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623843#M1280779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aarav Agnihotri,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is standard program for Out Bound Delivery - &lt;STRONG&gt;SAPMV50A&lt;/STRONG&gt;, go to this program in SE38 and find the &lt;STRONG&gt;VBFA-RFMNG&lt;/STRONG&gt; in main program. Then you will get the list where they have been used and most of them are commented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, try to keep the debugger and try to change the value of &lt;STRONG&gt;VBFA-RFMNG&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suneel G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 01:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623843#M1280779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T01:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting values in debugging mode- VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623844#M1280780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right most of them are commented , so where exatctly I put my debugging mode on , as I had tried that but it didnt go through debugg but directly went into runtime .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 02:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623844#M1280780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T02:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting values in debugging mode- VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623845#M1280781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would I be able to go to teh filed VBFA-rfmng in transction vl02n while debugging. I mean where do I exactly put my debugger so that I recah there in debugging. I need to delete one delivery in debugging mode so that I can change the value in debug and have it deleted . Or else its going into runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 17:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623845#M1280781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T17:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting values in debugging mode- VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623846#M1280782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I get to the field vbfa-rfmng in debugging mode in transaction vl02n when I want to delete an delivery?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e vl02n  ---&amp;gt; delivery number ---&amp;gt;   delete and go into debugging mode with VBFA_rfmng field shoing up in debugging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 02:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623846#M1280782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T02:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting values in debugging mode- VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623847#M1280783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Gurus!&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Is there a way I get to the field vbfa-rfmng in debugging mode in transaction vl02n when I want to delete an delivery?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I.e vl02n  ---&amp;gt; delivery number ---&amp;gt;   delete and go into debugging mode with VBFA_rfmng field shoing up in debugging&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugger, &lt;STRONG&gt;create a watch point&lt;/STRONG&gt; for vbfa-rfmng = 25000. The debugger will automatically stop when it finds the value in that field, then change the value in the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 03:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correcting-values-in-debugging-mode-vl02n/m-p/5623847#M1280783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T03:11:32Z</dc:date>
    </item>
  </channel>
</rss>

