<?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 date delimit functionality when maintaining Z table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-delimit-functionality-when-maintaining-z-table/m-p/7820145#M1588919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Begin date and End date fields in a Z table and  i want to achieve automatic date delimit functionality. &lt;/P&gt;&lt;P&gt;So i have the subscreen area in my screen and called a std program and screen inside the subscreen. I have writen the below coding in the PBO event of my screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODULE DATE_D0001_IF_EXP.                        &lt;/P&gt;&lt;P&gt; CALL SUBSCREEN DATELIMITS  INCLUDING 'SAPLSVIM' '0001'.                      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; " DATELIMITS  - name of my subscreen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when maintaining the table in SM30, the BEGDA and ENDDA field headings are displayed. But those date input fields are not getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me why the date fields from the std program, screen are not displayed inside my screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shanthi on May 2, 2011 1:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2011 11:52:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-02T11:52:04Z</dc:date>
    <item>
      <title>date delimit functionality when maintaining Z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-delimit-functionality-when-maintaining-z-table/m-p/7820145#M1588919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Begin date and End date fields in a Z table and  i want to achieve automatic date delimit functionality. &lt;/P&gt;&lt;P&gt;So i have the subscreen area in my screen and called a std program and screen inside the subscreen. I have writen the below coding in the PBO event of my screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODULE DATE_D0001_IF_EXP.                        &lt;/P&gt;&lt;P&gt; CALL SUBSCREEN DATELIMITS  INCLUDING 'SAPLSVIM' '0001'.                      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; " DATELIMITS  - name of my subscreen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when maintaining the table in SM30, the BEGDA and ENDDA field headings are displayed. But those date input fields are not getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me why the date fields from the std program, screen are not displayed inside my screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shanthi on May 2, 2011 1:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 11:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-delimit-functionality-when-maintaining-z-table/m-p/7820145#M1588919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-02T11:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: date delimit functionality when maintaining Z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-delimit-functionality-when-maintaining-z-table/m-p/7820146#M1588920</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;There are some imports being done in the program for screen 0001. Based on these values, the screen fields are made visible and invisible etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  IMPORT d0001_field_tab
         d0001_status
         x_header TO xheader
         current_date
         date_to_delimit
         date_to_posit
         vim_begdate_name
         vim_enddate_name
    FROM MEMORY ID vim_memory_id_2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try doing your validation with the events available in table maintenance,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 12:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-delimit-functionality-when-maintaining-z-table/m-p/7820146#M1588920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-02T12:58:30Z</dc:date>
    </item>
  </channel>
</rss>

