<?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: Help with avoid from user to save wrong data  in view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970216#M1158366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Watch table extract and there i see the view content ,&lt;/P&gt;&lt;P&gt;i see the field mark and action (if update happen i for some line i see it) ,&lt;/P&gt;&lt;P&gt;the main problem is how to &lt;STRONG&gt;avoid the pop-up message&lt;/STRONG&gt; after the user &lt;U&gt;modify the table with wrong data&lt;/U&gt; and get &lt;/P&gt;&lt;P&gt;error and when cancel and  after do back he get pop-up of open request and save ,&lt;STRONG&gt;it's wrong&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Dec 2008 22:28:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-31T22:28:29Z</dc:date>
    <item>
      <title>Help with avoid from user to save wrong data  in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970212#M1158362</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 have a view and if user want to delete some  specific combination in the table&lt;/P&gt;&lt;P&gt;i throw a error message like : u can't delete this combination,&lt;/P&gt;&lt;P&gt; and to continue the user must push on red X (chancel  button) to continue.&lt;/P&gt;&lt;P&gt;but the problem is when the user want after that to push back and leave the view ,&lt;/P&gt;&lt;P&gt;a pop-up with message:  &lt;STRONG&gt;Data was changed Save changes first?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; if the user choose yes, it  open another pop-up for request and he can save the changes ,&lt;/P&gt;&lt;P&gt;i don't want the pop-up window how can i avoid that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 17:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970212#M1158362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T17:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with avoid from user to save wrong data  in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970213#M1158363</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 do that in moments of change data in table. Look for documentation about customizing change tables or something like that.&lt;/P&gt;&lt;P&gt;In SE11 go to the database table, in menu utilities&amp;gt;"Tab. maint. generator" search for menu enviroment&amp;gt;modification&amp;gt;hours or some like that. Choose a moment and create your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970213#M1158363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T18:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with avoid from user to save wrong data  in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970214#M1158364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;maybe u have some example that can help with the issue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970214#M1158364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T18:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with avoid from user to save wrong data  in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970215#M1158365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well... I can´t access sap in this moment but i will try to explain more for you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u select Enviroment&amp;gt;Modification&amp;gt;Hour, you have to choose a moment for routine to be executed. Click on matchcode and u will see very moments for choose. Ex: before record in database, after record in database, etc... Choosse one and, select a name for your routine and click in icon of source code.&lt;/P&gt;&lt;P&gt;So create the form with validations that u need, with call functions and others.&lt;/P&gt;&lt;P&gt;The internal tables that contain data in database table is "extract" and "total". Pay attention that this internal tables has same structure of database table plus a field "action" that save your action (add data, change, exclude, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example, i need to put time and date automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=============================================&lt;/P&gt;&lt;P&gt;FORM preenche_campos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS :&lt;/P&gt;&lt;P&gt;   TO total.&lt;/P&gt;&lt;P&gt;    MODIFY total.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;=========================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970215#M1158365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T18:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with avoid from user to save wrong data  in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970216#M1158366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Watch table extract and there i see the view content ,&lt;/P&gt;&lt;P&gt;i see the field mark and action (if update happen i for some line i see it) ,&lt;/P&gt;&lt;P&gt;the main problem is how to &lt;STRONG&gt;avoid the pop-up message&lt;/STRONG&gt; after the user &lt;U&gt;modify the table with wrong data&lt;/U&gt; and get &lt;/P&gt;&lt;P&gt;error and when cancel and  after do back he get pop-up of open request and save ,&lt;STRONG&gt;it's wrong&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 22:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970216#M1158366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T22:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with avoid from user to save wrong data  in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970217#M1158367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need some idea for this issue,&lt;/P&gt;&lt;P&gt;i want to avoid the pop-up request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2009 05:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970217#M1158367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-01T05:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with avoid from user to save wrong data  in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970218#M1158368</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 think that you can´t avoid this pop-up.&lt;/P&gt;&lt;P&gt;You should find a user-exit for that. &lt;/P&gt;&lt;P&gt;Or do to exit of transaction in your customization and user restart process. This way will not appear popup if he do wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 14:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-avoid-from-user-to-save-wrong-data-in-view/m-p/4970218#M1158368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T14:01:48Z</dc:date>
    </item>
  </channel>
</rss>

