<?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 Time Management... using ZES table... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-management-using-zes-table/m-p/4716034#M1107519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with this dates problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to read the cluster B2, specifically ZES table, and I want to print the data for three differents weeks that I have in selection screen. When I see the information of the cluster in RPCLSTB2 I can see in table ZES the concept and the date but when I try to catch the date in the table ZES I only have the day...how can I reference to the program the date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I explain....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-Screen....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week1  (select options).........&lt;/P&gt;&lt;P&gt;Week2...................&lt;/P&gt;&lt;P&gt;Week3.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to go with one of the weeks to the cluster and catch the data that are between Week1 , Week2 and Week3, but when I access to this table I only have the day...no the month.... how can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 10:24:16 GMT</pubDate>
    <dc:creator>former_member384574</dc:creator>
    <dc:date>2008-10-29T10:24:16Z</dc:date>
    <item>
      <title>Time Management... using ZES table...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-management-using-zes-table/m-p/4716034#M1107519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with this dates problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to read the cluster B2, specifically ZES table, and I want to print the data for three differents weeks that I have in selection screen. When I see the information of the cluster in RPCLSTB2 I can see in table ZES the concept and the date but when I try to catch the date in the table ZES I only have the day...how can I reference to the program the date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I explain....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-Screen....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week1  (select options).........&lt;/P&gt;&lt;P&gt;Week2...................&lt;/P&gt;&lt;P&gt;Week3.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to go with one of the weeks to the cluster and catch the data that are between Week1 , Week2 and Week3, but when I access to this table I only have the day...no the month.... how can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 10:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-management-using-zes-table/m-p/4716034#M1107519</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2008-10-29T10:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time Management... using ZES table...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-management-using-zes-table/m-p/4716035#M1107520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rebeca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Just  look into below information.if this info usefull for u thats gr8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: T_ZL TYPE PC2BF OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  data: begin of tgetbuff occurs 0,&lt;/P&gt;&lt;P&gt;      x(10),&lt;/P&gt;&lt;P&gt;  end of tgetbuff.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_TIME_RESULTS_GET'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         GET_PERNR     = PERNR&lt;/P&gt;&lt;P&gt;         GET_PABRJ     = YEAR&lt;/P&gt;&lt;P&gt;         GET_PABRP     = MONTH&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        GET_CLTYP     = '1'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;         GET_TBUFF     = TGETBUFF&lt;/P&gt;&lt;P&gt;         GET_ZL        = T_ZL&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;         NO_PERIOD_SPECIFIED   = 1&lt;/P&gt;&lt;P&gt;         WRONG_CLUSTER_VERSION = 2&lt;/P&gt;&lt;P&gt;         NO_READ_AUTHORITY     = 3&lt;/P&gt;&lt;P&gt;         CLUSTER_ARCHIVED      = 4&lt;/P&gt;&lt;P&gt;         TECHNICAL_ERROR       = 5&lt;/P&gt;&lt;P&gt;         OTHERS                = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.Annamaneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 12:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-management-using-zes-table/m-p/4716035#M1107520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T12:48:43Z</dc:date>
    </item>
  </channel>
</rss>

