<?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 Problem in VA02 tcode ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590339#M1435761</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;I am facing so weird problem,&lt;/P&gt;&lt;P&gt;When I open document number in &lt;STRONG&gt;VA02&lt;/STRONG&gt; tcode then press 'Enter/Search' key to change the document.&lt;/P&gt;&lt;P&gt;Next I am selecting the document number (selcting in table control) and without doing any changes I am saving the document, &lt;/P&gt;&lt;P&gt;Then I am getting the message in the bottom of the screen "SAmple Document number has been saved'&lt;/P&gt;&lt;P&gt;And when open the document number again the Net value is getting changed !!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to debug in depth I found the functionality is getting deviated in the below part &lt;/P&gt;&lt;P&gt;Program, &lt;DEL&gt;&amp;gt; SAPMV45A&lt;/DEL&gt;Include MV45AF0B_BELEG_SICHERN --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this piece of code. &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;  Update item data only if something has changed. But save the**&lt;/P&gt;&lt;/LI&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;  item always if forced by rescheduling             " note 644789**&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;if r185d-dataloss = space     and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;force_update   = space     and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;upd_vbuk is initial and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pd_vbup is initial.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This variable value is 'X' here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again i debugged and tried to fine the code part which is setting value for variable &lt;STRONG&gt;"r185d-dataloss "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the below part of code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Wenn das Flag sitzt, muß Sicherheitsabfrage durchgeführt werden&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF SY-DATAR NE SPACE AND SY-DYNGR NE DYNGR_ANFORDERUNG.&lt;/P&gt;&lt;P&gt;    R185D-DATALOSS = SY-DATAR.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having my question here &lt;/P&gt;&lt;P&gt;The system variable SY-DATAR  will store 'X' value when any values choose in the table screen !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some one help me out why its happening?&lt;/P&gt;&lt;P&gt;Why the net values are changing automatically without doing any changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;James.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2010 23:50:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-04T23:50:46Z</dc:date>
    <item>
      <title>Problem in VA02 tcode !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590339#M1435761</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;I am facing so weird problem,&lt;/P&gt;&lt;P&gt;When I open document number in &lt;STRONG&gt;VA02&lt;/STRONG&gt; tcode then press 'Enter/Search' key to change the document.&lt;/P&gt;&lt;P&gt;Next I am selecting the document number (selcting in table control) and without doing any changes I am saving the document, &lt;/P&gt;&lt;P&gt;Then I am getting the message in the bottom of the screen "SAmple Document number has been saved'&lt;/P&gt;&lt;P&gt;And when open the document number again the Net value is getting changed !!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to debug in depth I found the functionality is getting deviated in the below part &lt;/P&gt;&lt;P&gt;Program, &lt;DEL&gt;&amp;gt; SAPMV45A&lt;/DEL&gt;Include MV45AF0B_BELEG_SICHERN --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this piece of code. &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;  Update item data only if something has changed. But save the**&lt;/P&gt;&lt;/LI&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;  item always if forced by rescheduling             " note 644789**&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;if r185d-dataloss = space     and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;force_update   = space     and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;upd_vbuk is initial and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pd_vbup is initial.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This variable value is 'X' here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again i debugged and tried to fine the code part which is setting value for variable &lt;STRONG&gt;"r185d-dataloss "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the below part of code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Wenn das Flag sitzt, muß Sicherheitsabfrage durchgeführt werden&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF SY-DATAR NE SPACE AND SY-DYNGR NE DYNGR_ANFORDERUNG.&lt;/P&gt;&lt;P&gt;    R185D-DATALOSS = SY-DATAR.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having my question here &lt;/P&gt;&lt;P&gt;The system variable SY-DATAR  will store 'X' value when any values choose in the table screen !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some one help me out why its happening?&lt;/P&gt;&lt;P&gt;Why the net values are changing automatically without doing any changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;James.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 23:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590339#M1435761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T23:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in VA02 tcode !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590340#M1435762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the latest changes made in your Zpacakge of SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 00:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590340#M1435762</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2010-02-05T00:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in VA02 tcode !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590341#M1435763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SOlved myself after depth Debugging.&lt;/P&gt;&lt;P&gt;Its Functional configuration problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 20:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590341#M1435763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T20:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in VA02 tcode !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590342#M1435764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagarajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also having same issue with &lt;/P&gt;&lt;P&gt;R185D-DATALOSS, This flag was behaving differently in each environment(Development &amp;amp; Quality).&lt;/P&gt;&lt;P&gt;Could you please provide information for the configuration you did for your issue.&lt;/P&gt;&lt;P&gt;This will be helpfull for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 14:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-va02-tcode/m-p/6590342#M1435764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-29T14:33:13Z</dc:date>
    </item>
  </channel>
</rss>

