<?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: TIME CODE: VERY URGNT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006216#M710341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;IF WA_SCORE-LTIME &amp;lt; '030000' OR WA_SCORE-LTIME &amp;gt; '&amp;lt;b&amp;gt;O50000'&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;P&gt; i think that is 050000 not o50000.&lt;/P&gt;&lt;P&gt;check is there any data in file or its blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        prajwal k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Oct 2007 09:45:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-27T09:45:41Z</dc:date>
    <item>
      <title>TIME CODE: VERY URGNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006215#M710340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Expert !&lt;/P&gt;&lt;P&gt;I m using this code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LTIME TYPE SY-UZEIT &lt;/P&gt;&lt;P&gt;T1 TYPE SY-UZEIT VALUE 030000,&lt;/P&gt;&lt;P&gt;T2 TYPE SY-UZEIT VALUE 050000,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want to include timings between 3.00 a.m and 5.00 ,&lt;/P&gt;&lt;P&gt;for this i have used this code but its not updating data for any employee , is this code correct or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET PA_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;IF WA_SCORE-LTIME &amp;lt; '030000' OR  WA_SCORE-LTIME  &amp;gt; 'O50000' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO.&lt;/P&gt;&lt;P&gt;READ DATASET PA_FILE INTO REC.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CLEAR WA_PUNCHES.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_SCORE-PERNR = REC+0(8) .&lt;/P&gt;&lt;P&gt;WA_SCORE-LDATE = REC+9(8) .&lt;/P&gt;&lt;P&gt;WA_SCORE-LTIME = REC+18(6) .&lt;/P&gt;&lt;P&gt;WA_SCORE-CANID = REC+25(8) .&lt;/P&gt;&lt;P&gt;WA_SCORE-TERID = REC+34(4) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND WA_SCORE TO IT_SCORE.&lt;/P&gt;&lt;P&gt;ELSE .&lt;/P&gt;&lt;P&gt;EXIT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;ENDIF .&lt;/P&gt;&lt;P&gt;plz help me . its very imp. program .&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 09:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006215#M710340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T09:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: TIME CODE: VERY URGNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006216#M710341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;IF WA_SCORE-LTIME &amp;lt; '030000' OR WA_SCORE-LTIME &amp;gt; '&amp;lt;b&amp;gt;O50000'&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;P&gt; i think that is 050000 not o50000.&lt;/P&gt;&lt;P&gt;check is there any data in file or its blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        prajwal k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 09:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006216#M710341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T09:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: TIME CODE: VERY URGNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006217#M710342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I CORRECT IT .&lt;/P&gt;&lt;P&gt;and use it before ,&lt;/P&gt;&lt;P&gt;APPEND WA_SCORE TO IT_SCORE.&lt;/P&gt;&lt;P&gt;but still its not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET PA_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    READ DATASET PA_FILE INTO REC.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   CLEAR WA_PUNCHES.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WA_SCORE-PERNR = REC+0(8) .&lt;/P&gt;&lt;P&gt;    WA_SCORE-LDATE = REC+9(8) .&lt;/P&gt;&lt;P&gt;    WA_SCORE-LTIME = REC+18(6) .&lt;/P&gt;&lt;P&gt;    WA_SCORE-CANID = REC+25(8) .&lt;/P&gt;&lt;P&gt;     WA_SCORE-TERID = REC+34(4) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF WA_SCORE-LTIME &amp;lt; '030000' OR  WA_SCORE-LTIME  &amp;gt; '040000' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    APPEND WA_SCORE TO IT_SCORE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;   ELSE .&lt;/P&gt;&lt;/LI&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;   EXIT .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ADD 1 TO COUNT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 11:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006217#M710342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T11:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: TIME CODE: VERY URGNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006218#M710343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this correct ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_SCORE-PERNR = REC+0(8) .&lt;/P&gt;&lt;P&gt;WA_SCORE-LDATE = REC+9(8) .&lt;/P&gt;&lt;P&gt;WA_SCORE-LTIME = REC+18(6) .&lt;/P&gt;&lt;P&gt;WA_SCORE-CANID = REC+25(8) .&lt;/P&gt;&lt;P&gt;WA_SCORE-TERID = REC+34(4) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please debug and check if the data split into different fields are ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 13:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-code-very-urgnt/m-p/3006218#M710343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T13:17:47Z</dc:date>
    </item>
  </channel>
</rss>

