<?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 Delimiting Dates Functionality in Z table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-dates-functionality-in-z-table/m-p/3536482#M850893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i need to create the &lt;STRONG&gt;delimiting dates functionality, which will trigger proper warning message and will handle overlapping time periods.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Can anyone help me on this?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already enabled and coded the two Standard Modules:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE liste_initialisieren.&lt;/P&gt;&lt;P&gt;  LOOP AT extract WITH CONTROL&lt;/P&gt;&lt;P&gt;   tctrl_zxxm_pc CURSOR nextline.&lt;/P&gt;&lt;P&gt;    MODULE liste_show_liste.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;MODULE liste_deactivate&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE liste_exit_command AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;  MODULE liste_before_loop.&lt;/P&gt;&lt;P&gt;  LOOP AT extract.&lt;/P&gt;&lt;P&gt;    MODULE liste_init_workarea.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_tdate .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-z_poc .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_fdate .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_pc .&lt;/P&gt;&lt;P&gt;      MODULE set_update_flag ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;    "INSERTED AJMAL.D 13/03/2008&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_fdate .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_tdate .&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;MODULE temp_delimitation ON CHAIN-REQUEST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;    "END&lt;/P&gt;&lt;P&gt;    FIELD vim_marked MODULE liste_mark_checkbox.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_tdate .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-z_poc .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_fdate .&lt;/P&gt;&lt;P&gt;      MODULE liste_update_liste.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  MODULE liste_after_loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its giving me dump.  Are there any other coding of configurations to make?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 07:56:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T07:56:35Z</dc:date>
    <item>
      <title>Delimiting Dates Functionality in Z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-dates-functionality-in-z-table/m-p/3536482#M850893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i need to create the &lt;STRONG&gt;delimiting dates functionality, which will trigger proper warning message and will handle overlapping time periods.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Can anyone help me on this?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already enabled and coded the two Standard Modules:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE liste_initialisieren.&lt;/P&gt;&lt;P&gt;  LOOP AT extract WITH CONTROL&lt;/P&gt;&lt;P&gt;   tctrl_zxxm_pc CURSOR nextline.&lt;/P&gt;&lt;P&gt;    MODULE liste_show_liste.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;MODULE liste_deactivate&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE liste_exit_command AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;  MODULE liste_before_loop.&lt;/P&gt;&lt;P&gt;  LOOP AT extract.&lt;/P&gt;&lt;P&gt;    MODULE liste_init_workarea.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_tdate .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-z_poc .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_fdate .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_pc .&lt;/P&gt;&lt;P&gt;      MODULE set_update_flag ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;    "INSERTED AJMAL.D 13/03/2008&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_fdate .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_tdate .&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;MODULE temp_delimitation ON CHAIN-REQUEST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;    "END&lt;/P&gt;&lt;P&gt;    FIELD vim_marked MODULE liste_mark_checkbox.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_tdate .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-z_poc .&lt;/P&gt;&lt;P&gt;      FIELD zxxm_pc-zz_fdate .&lt;/P&gt;&lt;P&gt;      MODULE liste_update_liste.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  MODULE liste_after_loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its giving me dump.  Are there any other coding of configurations to make?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-dates-functionality-in-z-table/m-p/3536482#M850893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T07:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiting Dates Functionality in Z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-dates-functionality-in-z-table/m-p/3536483#M850894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can't see what code is inside your MODULEs, so the fragment you posted is not helping. Also you did not say what kind of error or dump you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also make sure that zz_fdate and zz_tdate refer to the proper date type in dictionary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 19:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimiting-dates-functionality-in-z-table/m-p/3536483#M850894</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-03-13T19:09:17Z</dc:date>
    </item>
  </channel>
</rss>

