<?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 Maintenance view event for validation when changing data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017321#M1167520</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;&lt;/P&gt;&lt;P&gt;I have a maintenance view on a table that should validate some fields during user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using event 05 'Creating a new entry' to validate fields when user creates new entry in the table. That works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have the same validations happening when the user changes fields of records already existing in the database. I tried to use event 01 'Before saving the data in the database' but the problem with this is that user can change many fields of many records before clicking 'Save'. I would like to have the error raised for incorrect entry already after the change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I could not find an event to do this but only by changing the code itself. The problem with that is whenever the code is regenerated the custom part is lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an event I can use that would help me achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2009 15:51:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-16T15:51:12Z</dc:date>
    <item>
      <title>Maintenance view event for validation when changing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017321#M1167520</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;&lt;/P&gt;&lt;P&gt;I have a maintenance view on a table that should validate some fields during user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using event 05 'Creating a new entry' to validate fields when user creates new entry in the table. That works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have the same validations happening when the user changes fields of records already existing in the database. I tried to use event 01 'Before saving the data in the database' but the problem with this is that user can change many fields of many records before clicking 'Save'. I would like to have the error raised for incorrect entry already after the change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I could not find an event to do this but only by changing the code itself. The problem with that is whenever the code is regenerated the custom part is lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an event I can use that would help me achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 15:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017321#M1167520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T15:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view event for validation when changing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017322#M1167521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u try events 07 - 08.&lt;/P&gt;&lt;P&gt;check these events .&lt;/P&gt;&lt;P&gt;see this sap help&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jan 2009 05:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017322#M1167521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-18T05:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view event for validation when changing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017323#M1167522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kartik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried those events 07 and 08 as well, they are not triggered when I change a field and hit enter. I`m not sure what they are used for...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 10:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017323#M1167522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T10:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view event for validation when changing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017324#M1167523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try event 21 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 10:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017324#M1167523</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2009-01-19T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view event for validation when changing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017325#M1167524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried event 21, I`m playing around with that since that`s the only one triggered when I press Enter.&lt;/P&gt;&lt;P&gt;The problem with this is that&lt;/P&gt;&lt;P&gt;- the check runs when you press enter, so you can still change many fields of many records (one step maintenance) before the validation runs&lt;/P&gt;&lt;P&gt;- you can`t raise an error message, because only the key fields will be input ready, the non-key fields will be readonly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I currently handle is I undo the changes in 21 (get previous field values from TOTAL) and raise an information message i/o an error informing user to check the entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I`m looking for is an event that will raise a message and set focus on the incorrect field (if there`s one such).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 11:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017325#M1167524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view event for validation when changing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017326#M1167525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Are you able to find the solution for your problem of raising error message in event 01 , as i am also facing the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017326#M1167525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T11:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view event for validation when changing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017327#M1167526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me event 01 is too late for validations. If user manipulates several records, I don`t want to wait until he/she saves the changes, see my concerns in the trail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krisz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 13:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-event-for-validation-when-changing-data/m-p/5017327#M1167526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T13:20:07Z</dc:date>
    </item>
  </channel>
</rss>

