<?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: personalizing user time settings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281120#M1633852</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;This "new" user's time format has been accompanied by a change of WRITE statement, described in [SAP note 1091821 (ABAP WRITE statement and 12-hour time format.)|https://service.sap.com/sap/support/notes/1091821 ] (see kernel patches)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WRITE t ENVIRONMENT TIME FORMAT [TO c].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2011 20:24:55 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2011-10-03T20:24:55Z</dc:date>
    <item>
      <title>personalizing user time settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281115#M1633847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some users would have set their preference to 12 hrs and some to 24 hrs. We would like to present on the UI (BSP or ABAP screens) the time in a time format of the user (24 hr/12 hr). How do we achieve this? Is there an inbuilt routine or statement or complex data type which would help us achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 11:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281115#M1633847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: personalizing user time settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281116#M1633848</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;This you could achieve by calling FM HRVE_CONVERT_TIME which converts 12 hrs to 24 hrs formata &lt;/P&gt;&lt;P&gt;and vice versa.You could place a radio button on UI for 12 hrs and 24 hrs format and based on user option,&lt;/P&gt;&lt;P&gt;call this FM and pass TYPE_TIME  as B - for 12 hrs to 24 hrs format and A - for 24 hrs to 12 hrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Ikshula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 11:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281116#M1633848</guid>
      <dc:creator>former_member712377</dc:creator>
      <dc:date>2011-10-03T11:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: personalizing user time settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281117#M1633849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ishkula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is there anyway we can read the user setting than providing a radio button in the UI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krittika D Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 12:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281117#M1633849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T12:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: personalizing user time settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281118#M1633850</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 SUSR_USER_DEFAULTS_GET function. Export parameter USER_DEFAULTS's field TIMEFM is what you need. Then convert if you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care, &lt;/P&gt;&lt;P&gt;Çağatay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 12:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281118#M1633850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T12:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: personalizing user time settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281119#M1633851</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;  Yes rather than using radio button,you could also read the user setting by&lt;/P&gt;&lt;P&gt;reading the table USR01 by passing the user name.Based on TIMEFM field&lt;/P&gt;&lt;P&gt;value you can know whether user's preference is 12 hrs or 24 hrs format.&lt;/P&gt;&lt;P&gt;( 0 - 24 hrs format, 1- 12 hrs format ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 12:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281119#M1633851</guid>
      <dc:creator>former_member712377</dc:creator>
      <dc:date>2011-10-03T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: personalizing user time settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281120#M1633852</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;This "new" user's time format has been accompanied by a change of WRITE statement, described in [SAP note 1091821 (ABAP WRITE statement and 12-hour time format.)|https://service.sap.com/sap/support/notes/1091821 ] (see kernel patches)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WRITE t ENVIRONMENT TIME FORMAT [TO c].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 20:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/personalizing-user-time-settings/m-p/8281120#M1633852</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-10-03T20:24:55Z</dc:date>
    </item>
  </channel>
</rss>

