<?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: Create transparent table : overlap record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796388#M1880475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the Table Maintenance Generator screen through SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Menu Environment-&amp;gt;Modification-&amp;gt;Events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after select you will get a new screen same like Table Maintenance, you have select "New Entry" and in Editable mode you have to select an Event (Through F4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the selected Event a code will auto Generate in your Table's Function Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the PERFORM routine, you have to write your logic.&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;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2014 10:32:33 GMT</pubDate>
    <dc:creator>ipravir</dc:creator>
    <dc:date>2014-12-26T10:32:33Z</dc:date>
    <item>
      <title>Create transparent table : overlap record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796385#M1880472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all and happy Christmas !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, i need to create a new transparent table, but his records do not have to overlap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example the following record c2 will not be recorded because of their date overlap with record C1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BEGDA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDDA&lt;/P&gt;&lt;P&gt;C1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31.12.2014&lt;/P&gt;&lt;P&gt;C2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.05.2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05.10.2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i do from a technical point of view ? I know the time dependent function in the Table Maintenance Generator but how it works ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 09:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796385#M1880472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-26T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create transparent table : overlap record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796386#M1880473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are providing the table Maintenance Generator to Update the Information.&lt;/P&gt;&lt;P&gt;You can put a validation on event 01 / Before Saving the Data in Database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the &lt;STRONG&gt;IN BETWEEN&lt;/STRONG&gt; method to validate the entered date is already overlapping&lt;/P&gt;&lt;P&gt;with other entered or old records information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 10:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796386#M1880473</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-26T10:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create transparent table : overlap record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796387#M1880474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer, can you explain me event 01 and &lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;IN BETWEEN&lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; method ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 10:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796387#M1880474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-26T10:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create transparent table : overlap record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796388#M1880475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the Table Maintenance Generator screen through SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Menu Environment-&amp;gt;Modification-&amp;gt;Events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after select you will get a new screen same like Table Maintenance, you have select "New Entry" and in Editable mode you have to select an Event (Through F4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the selected Event a code will auto Generate in your Table's Function Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the PERFORM routine, you have to write your logic.&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;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 10:32:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796388#M1880475</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-26T10:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create transparent table : overlap record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796389#M1880476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Praveer &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transparent-table-overlap-record/m-p/10796389#M1880476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-26T11:56:08Z</dc:date>
    </item>
  </channel>
</rss>

