<?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: How to validate input in maintenance view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634640#M1762271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to Thread &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10442"&gt;http://scn.sap.com/docs/DOC-10442&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 05:36:26 GMT</pubDate>
    <dc:creator>SandySingh</dc:creator>
    <dc:date>2013-08-14T05:36:26Z</dc:date>
    <item>
      <title>How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634634#M1762265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colleagues,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have met with one question, I need to implement the feature ,that all of the cycle`s start date and end date should not overlap. So when user copy a line , add a line or modify a line ,this check should happens. How should I do this? I only know I can validate one line using field...module. But how could I validate in a bigger scope, in the whole table ? &lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/261766" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xu Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 02:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634634#M1762265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T02:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634635#M1762266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can implement you logic in the PAI method. When user press enter or SAVE first sort your data by start date , then implement the required logic in that block.&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;Zafar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 04:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634635#M1762266</guid>
      <dc:creator>former_member182379</dc:creator>
      <dc:date>2013-08-14T04:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634636#M1762267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Can you add these date fields to primary keys list ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 04:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634636#M1762267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634637#M1762268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take a look at the &lt;STRONG&gt;Events in Table Maintenance generator..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Will surely help.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="active_link" href="http://saptechnical.com/Tutorials/ABAP/TableMaintenance/events.htm"&gt;http://saptechnical.com/Tutorials/ABAP/TableMaintenance/events.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;U &lt;/STRONG&gt;can use events like :&lt;/P&gt;&lt;P&gt;whenever the new entry is created in table maintaince generator.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;whenever newly entered data is saved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 05:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634637#M1762268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T05:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634638#M1762269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are lot of discussion on this earlier in SCN for handling events in TMG.&lt;/P&gt;&lt;P&gt;We have options like AT SAVE, AT the Time of Input, etc... under the section Environment-&amp;gt;Modifications-&amp;gt; Events.&lt;/P&gt;&lt;P&gt;Each event will be like a Perform subroutine. Search for the existing material in SCN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 05:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634638#M1762269</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2013-08-14T05:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634639#M1762270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to below SDN Threads &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/156227"&gt;http://scn.sap.com/thread/156227&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://forums.sdn.sap.com/click.jspa?searchID=66826&amp;amp;messageID=2434739"&gt;https://forums.sdn.sap.com/click.jspa?searchID=66826&amp;amp;messageID=2434739&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://forums.sdn.sap.com/click.jspa?searchID=66826&amp;amp;messageID=2470794"&gt;https://forums.sdn.sap.com/click.jspa?searchID=66826&amp;amp;messageID=2470794&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://forums.sdn.sap.com/click.jspa?searchID=66880&amp;amp;messageID=2403945"&gt;https://forums.sdn.sap.com/click.jspa?searchID=66880&amp;amp;messageID=2403945&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 05:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634639#M1762270</guid>
      <dc:creator>SandySingh</dc:creator>
      <dc:date>2013-08-14T05:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634640#M1762271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to Thread &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10442"&gt;http://scn.sap.com/docs/DOC-10442&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 05:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634640#M1762271</guid>
      <dc:creator>SandySingh</dc:creator>
      <dc:date>2013-08-14T05:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634641#M1762272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris,&lt;/P&gt;&lt;P&gt;You can&amp;nbsp; give such validations at the view level. there are certain event-handlers for the same.&lt;/P&gt;&lt;P&gt;In the table Maintenance screen, follow the menu path:&lt;/P&gt;&lt;P&gt;Environment&amp;gt;Modifications&amp;gt;Events&lt;/P&gt;&lt;P&gt;Click on the new entries in the screen. Select a desired dialog event.Now specify a form routine name. &lt;/P&gt;&lt;P&gt;On clicking on the editor , a new include name is proposed. Select the desired one and you can insert your lines of code here.&lt;/P&gt;&lt;P&gt;Write the code inside a “FORM…. ENDFORM”, since these routines are dynamically called corresponding to the dialog events we have specified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Katrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 05:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634641#M1762272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T05:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634642#M1762273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can validate the entries if the fields have check table or value tables. Also you can do it by some code validations in PAI of the table maintenance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 06:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634642#M1762273</guid>
      <dc:creator>satyabrata_sahoo3</dc:creator>
      <dc:date>2013-08-14T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to validate input in maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634643#M1762274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In TMG you can create event where you can check for the entry for the required column and row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Akshay Ruia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 06:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-input-in-maintenance-view/m-p/9634643#M1762274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T06:31:51Z</dc:date>
    </item>
  </channel>
</rss>

