<?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: Table Events in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845965#M1318859</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;&lt;/P&gt;&lt;P&gt;Use event 01. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In extract or Total table in event, last character ( 56) of the record contains 'U' which means that record is updated.&lt;/P&gt;&lt;P&gt;you can read that record and validate the newly changed field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bhavana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Jun 2009 08:42:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-28T08:42:10Z</dc:date>
    <item>
      <title>Table Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845960#M1318854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have created a Z-table. I have used 05 event and did some validation while a new entry is added to the table.&lt;/P&gt;&lt;P&gt;2. My doubt is, when the already available record is changed(particularly a field), how to validate the changed field ?... which event should i use?.. Any sample codes available for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 13:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845960#M1318854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T13:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845961#M1318855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you can use field statement for field checking and with that you need to use the "module on request". &lt;/P&gt;&lt;P&gt;thats for checking whether new entry has been done or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the sap link :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbabbd35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbabbd35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Punit Raval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 15:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845961#M1318855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845962#M1318856</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;Try Event 18 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not check the even 01 ... before saving the data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 15:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845962#M1318856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T15:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845963#M1318857</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;Check the event 01 which will triggers before saving the data to the datatbase. Here you can validate the existing data also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: f_index LIKE sy-tabix, "Index to note the lines found&lt;/P&gt;&lt;P&gt;        lv_value TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT total.&lt;/P&gt;&lt;P&gt;    READ TABLE extract WITH KEY total.&lt;/P&gt;&lt;P&gt;    IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;      f_index = sy-tabix.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      CLEAR f_index.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    lv_value = total+55(1).&lt;/P&gt;&lt;P&gt;    IF NOT ( lv_value = space OR lv_value = 'D' ).&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt; *validation will take place *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MODIFY total.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    CHECK f_index GT 0.&lt;/P&gt;&lt;P&gt;    extract = total.&lt;/P&gt;&lt;P&gt;    MODIFY extract INDEX f_index.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayasree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 10:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845963#M1318857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T10:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845964#M1318858</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;&lt;STRONG&gt;Event 08&lt;/STRONG&gt;: After Correcting the Contents of a Selected Field .This event occurs after the 'Change field contents' function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: [Table Events|http://help.sap.com/saphelp_nw2004s/helpdata/EN/91/ca9f0ea9d111d1a5690000e82deaaa/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 11:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845964#M1318858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T11:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845965#M1318859</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;&lt;/P&gt;&lt;P&gt;Use event 01. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In extract or Total table in event, last character ( 56) of the record contains 'U' which means that record is updated.&lt;/P&gt;&lt;P&gt;you can read that record and validate the newly changed field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bhavana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2009 08:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-events/m-p/5845965#M1318859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-28T08:42:10Z</dc:date>
    </item>
  </channel>
</rss>

