<?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 Table Validation using event in TMG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-using-event-in-tmg/m-p/9381086#M1734042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellspacing="0" dir="ltr" style="WIDTH: 624px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="1%"&gt; &lt;/TD&gt;&lt;TD valign="middle" width="99%"&gt;&lt;P dir="ltr"&gt;Hi All,&lt;BR /&gt;I have requirement in Validation for a table.&lt;BR /&gt;I have a table with 10 fields and out of which one is primary key.&lt;BR /&gt;let when i choose the primary key as XXX then field 3 and field 4 should be greyed out and other 7 fields should be editable&lt;BR /&gt;similarly when i choose the primary key as YYY then field 4 and 5 should be greyed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible if i put the validation under PBO in TAble maintainence generator but i have the requirement to do it in events.&lt;BR /&gt;kindly advice me which event should i use .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have already used event 01 and 05 with the same code as i used under PBO section.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Apr 2013 12:51:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-23T12:51:17Z</dc:date>
    <item>
      <title>Table Validation using event in TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-using-event-in-tmg/m-p/9381086#M1734042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellspacing="0" dir="ltr" style="WIDTH: 624px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="1%"&gt; &lt;/TD&gt;&lt;TD valign="middle" width="99%"&gt;&lt;P dir="ltr"&gt;Hi All,&lt;BR /&gt;I have requirement in Validation for a table.&lt;BR /&gt;I have a table with 10 fields and out of which one is primary key.&lt;BR /&gt;let when i choose the primary key as XXX then field 3 and field 4 should be greyed out and other 7 fields should be editable&lt;BR /&gt;similarly when i choose the primary key as YYY then field 4 and 5 should be greyed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible if i put the validation under PBO in TAble maintainence generator but i have the requirement to do it in events.&lt;BR /&gt;kindly advice me which event should i use .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have already used event 01 and 05 with the same code as i used under PBO section.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 12:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-using-event-in-tmg/m-p/9381086#M1734042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-23T12:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table Validation using event in TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-using-event-in-tmg/m-p/9381087#M1734043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/ABAP/The+Events+in+Table+Maintenance+Generator+SM30" title="http://wiki.sdn.sap.com/wiki/display/ABAP/The+Events+in+Table+Maintenance+Generator+SM30"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/The+Events+in+Table+Maintenance+Generator+SM30&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the above link for table maintenance events.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 17:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-using-event-in-tmg/m-p/9381087#M1734043</guid>
      <dc:creator>Azeemquadri</dc:creator>
      <dc:date>2013-04-23T17:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table Validation using event in TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-using-event-in-tmg/m-p/9381088#M1734044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event 05 (creating new entry) would fit your requirement.&lt;/P&gt;&lt;P&gt;Please paste the code you tried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFB link for sample code:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10427"&gt;http://scn.sap.com/docs/DOC-10427&lt;/A&gt; &lt;/P&gt;&lt;P&gt;In the example above, you wouldn't need the code for pop-up screen.&lt;/P&gt;&lt;P&gt; Instead can hardcode the 2 specific fields that needs to be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Nisha Vengal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 00:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-using-event-in-tmg/m-p/9381088#M1734044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-24T00:03:59Z</dc:date>
    </item>
  </channel>
</rss>

