<?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: Function for TIME in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894389#M934933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear  jologs01    ,&lt;/P&gt;&lt;P&gt;please try to search yourself in SE37 by type TIME* and F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find lots of time relating function.than use them according your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please mark if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2008 09:50:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-03T09:50:12Z</dc:date>
    <item>
      <title>Function for TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894386#M934930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the functions for time?&lt;/P&gt;&lt;P&gt;i'm working on a program which check hour and add minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 08:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894386#M934930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T08:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function for TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894387#M934931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use  C14B_ADD_TIME . It takes Input as  Time , Date and the time to be added as input .&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;Saket Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 08:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894387#M934931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T08:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function for TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894388#M934932</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;these are the function modules related to Date and time&lt;/P&gt;&lt;P&gt;Hope it will b helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALCULATE_DATE : Calculates the future date based on the input .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_TO_DAY : Returns the Day for the entered date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_COMPUTE_DAY : Returns weekday for a date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_GET_WEEK : Returns week for a date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DAY_ATTRIBUTES_GET : Returns attributes for a range of dates specified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MONTHS_BETWEEN_TWO_DATES : To get the number of months between the two dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END_OF_MONTH_DETERMINE_2 : Determines the End of a Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_HK_DIFF_BT_2_DATES : Find the difference between two dates in years, months and days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIMA_DAYS_AND_MONTHS_AND_YEARS : Find the difference between two dates in years, months and days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MONTH_NAMES_GET : Get the names of the month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WEEK_GET_FIRST_DAY : Get the first day of the week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRGPBS_HESA_DATE_FORMAT : Format the date in dd/mm/yyyy format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD_CALC_DURATION_FROM_DATETIME : Find the difference between two date/time and report the difference in hours&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L_MC_TIME_DIFFERENCE : Find the time difference between two date/time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_99S_INTERVAL_BETWEEN_DATES : Difference between two dates in days, weeks, months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAST_DAY_OF_MONTHS : Returns the last day of the month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_CHECK_PLAUSIBILITY :Check for the invalid date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_2D_TO_4D_CONVERSION :Year entry: 2-character to 4-character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DAY_IN_WEEK :Input date and will give the name of the day 1-monday,2-Tuesday....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with Points if info is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894388#M934932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T09:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function for TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894389#M934933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear  jologs01    ,&lt;/P&gt;&lt;P&gt;please try to search yourself in SE37 by type TIME* and F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find lots of time relating function.than use them according your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please mark if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-time/m-p/3894389#M934933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T09:50:12Z</dc:date>
    </item>
  </channel>
</rss>

