<?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: control the time processing of a programm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-the-time-processing-of-a-programm/m-p/1877830#M368935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just before writing sy-uzeit, give the statement get time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or get time field &amp;lt;f&amp;gt;, it will give in the format HHMMSS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f&amp;gt; is a variable, by the above statement none of the system fields are updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 11:44:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-19T11:44:19Z</dc:date>
    <item>
      <title>control the time processing of a programm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-the-time-processing-of-a-programm/m-p/1877828#M368933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I want to control the time processing of the events from a programm. After the events I have writen the system variable sy-uzeit. But when I run the programm by background progress (job) and I look for the detailed log I always see the same hour for the variable sy-uzeit, and I certanly know  that the hour between the events has changed. &lt;/P&gt;&lt;P&gt;For example I have the following source code.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;START-OF-SELECTION&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;PERFORM CALCULATE_ITEM_1.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WRITE SY-UZEIT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET PERNR&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;PERFORM CALCULATE_ITEM_2.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;END-OF-SELECTION&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WRITE SY-UZEIT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-the-time-processing-of-a-programm/m-p/1877828#M368933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: control the time processing of a programm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-the-time-processing-of-a-programm/m-p/1877829#M368934</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;use abap command GET TIME:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;PERFORM CALCULATE_ITEM_1.&lt;/P&gt;&lt;P&gt;WRITE SY-UZEIT.&lt;/P&gt;&lt;P&gt;GET PERNR.&lt;/P&gt;&lt;P&gt;PERFORM CALCULATE_ITEM_2.&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET TIME.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;WRITE SY-UZEIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-the-time-processing-of-a-programm/m-p/1877829#M368934</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-01-19T11:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: control the time processing of a programm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-the-time-processing-of-a-programm/m-p/1877830#M368935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just before writing sy-uzeit, give the statement get time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or get time field &amp;lt;f&amp;gt;, it will give in the format HHMMSS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f&amp;gt; is a variable, by the above statement none of the system fields are updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-the-time-processing-of-a-programm/m-p/1877830#M368935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:44:19Z</dc:date>
    </item>
  </channel>
</rss>

