'Calendar UI' which will display current month's calendar in one line

Hi Experts,
I have to create a calendar in following way. Here I have to display calendar of current month for the employee. The entire month detail has to appear in one line. In fact it is needed for Leave Overview iView.
Manager needs to view the Leave details of all employees working in his department
   1                 2                  3              4           5         6                 7              8            9               10   11     12     13     14     15  16 17 18 19  20 21  22 23  24  25  26  27  28  29 30 31
   Mon    Tues    Wed    Thurs   Friday  Sat            Sun
Smith  
Marteen
Thomas
I am not sure how to do it? Do we have any ready made UI element which we can use. I can see Date navigator. However it
displays the calendar in 4 rows.
Please help.
Regards,
Gary

Hi Abhinav, Experts
Thanks. The design of my RFC will be like this:
1) Input Org Unit, Month, Year
2) Output
Pernr (datatype number 8)
Name (datatype string)
Day1 (datatype string)
Day2 (datatype string)
Day3 (datatype string)
Day4 (datatype string)
Day29 (datatype string)
Day30 (datatype string)
Day31 (datatype string)
3) The default value Day1, Day2  etc will be null
4) I will find out Leave Details. If Leave has been approved for say Day5 then I will populate Day5 = 'AP'.
5) I will write another logic to make the color of cell as 'Green' for Day5.
6) In Feb 2011, there are 28 days. There will be another logic to make the Day29, Day30, Day31 invisible for months like Feb 2011.
Please let me know if this approach is correct.
Please also let me know how to display day i.e. 01.04.2011 is Friday. In Calendar I have to display
                 1.4.2011  2.4.2011   3.4.2011
                 Friday      Saturday   Sunday
Smith
Tony
I did small Proof of Concept. The table does not look good although displays the information.
Please help.
Regards,
Gary

Similar Messages

  • Workaround to display current month in calendar

    Hello,
    This is regarding Mr. Krishnamurthy's workaround to display current month in calendar. He asked us to run the URL with some name value pairs attached to get rid of the default "Next" button that the portal will create. But if i add this as a portlet how will i let portal know to run the portlet with these parameter values.
    one way that i'm guessing is to add these parameters to the page and pass the values in the customization page. But can we do without doing this customization and everything. And also how do i display the next month of the calendar in the portal itself(i.e inline rendering). Presently if i click the next month link it takes me out of the portal. Eagerly waiting for suggestions/solutions. Thanks and regards,
    --Ganti.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    Thanks for the reply. Actually, I have the workaround to display the current month with Previous month / Next month capabilities and I thought maybe somebody wants to know about this workaround .
    -Krishnamurthy

  • Display Current Month's calendar

    Hello,
    I have a calendar that will display several months worth of data. I would like the calendar to display the current month's data initially and allow the user to scroll back to previous months. Obviously, when you set the start_date and end_date you can only view the curretn month.
    Is there a way to control the month that is initially displayed on the calendar?
    Thanks,
    Curt

    Krishnamurthy,
    This workaround does work quite well and I've implemented it successfully, but I do have a question:
    I need to place this calendar into a page as a portlet. When I click the 'next,previous,current' buttons, it does take me to appropriate month, but opens up in a new page and I need it to stay as a portlet within the page. Have any ideas on how to implement this? I'm using Portal Release 2. Thanks for the help in advance.
    Jeremy

  • Displaying current month with all empty months

    None of the answers I've seen for showing current month in a calendar has given a solid answer. So, here is my question. My objective is to display all calendar months rather they are empty or not, plus I want the calendar to start at the current month. I added coding to display a next month and previous month button, so you should be able to click next or previous month from the current month showing. I have the "Show All Empty Months" checked in the Display Options under Common Options and the start and end date are empty. I have a bind variable in my coding that defaults to the current month but it will not show an empty month. I get the "no rows returned" situation because it doesn't have anything in it. Is there a solution to showing all empty months?
    Also, has anyone found a solution to hide/remove the default Next/Previous buttons? I read in one of the replies that this would be fixed in a forthcoming release. Is this true?
    Thanks for any assistance.

    The calendar works on a sql query result. I had done something similar to what you are looking for by spoofing the sql query to return rows for all the months which I am interested in. I had a query like the following.
    select *
    from scott.emp a , ( select (trunc(sysdate) - 7910 + rownum) dat from user_objects ) b
    where b.dat = a.hiredate (+)
    Hope you can do something similar to this.

  • Show current month's calendar based on computer date

    As a page loads, is it possible to check the computer date
    and display the current month's calendar (specialized with events),
    either on the same page or on a separate page?
    Any help would be appreciated,
    Cliff

    You can adapt this script to do that:
    http://www.valleywebdesigns.com/vwd_csscalhelp/vwd_csscalhelp_faq.asp#a5
    cliff man wrote:
    > As a page loads, is it possible to check the computer
    date and display the
    > current month's calendar (specialized with events),
    either on the same page or
    > on a separate page?
    > Any help would be appreciated,
    > Cliff
    >
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Display current month records only

    Hi Experts,
    I have the following requirement.
    Report should display current month records only.
    For example If the report is run on 20090324, It should display records from 20090301 to 20090324.
    That means,  report may run on any date of that month, It should display from 01 (of that month) to current date.
    I have a select statement saying
      SELECT * FROM likp
      WHERE wadat_ist BETWEEN month_start_date AND sy-datum          
        AND vkorg IN s_vkorg
        AND vkbur IN s_vkbur
        AND kunnr IN s_kunnr.
    How to calculate date for month_start_date, so that it can display only current month records.
    Thanks in advance
    Rohan

    Hi Kunta, Suhas, Nandi,
    Thank you for your quick reply, I really appreciate it.
    for this current month records, I need to display a check box saying
    Open orders  and shipments with the current month.
    But where as Selection text is accepting 32 characters only. Is there any possibility to overcome this?
    Thanks in advance
    Rohan

  • Iphone 4 has a black screen which will display the apple logo for approx 10 seconds, then goes blank for 10 seconds and so on.  I have tried a hard reset with power button and home button but no change.  Get no response when attempting to connect to itune

    iphone 4 has a black scrren which will display the apple logo and appears to be at start up but then blacks out for approx 10 seconds and then displays apple logo again.  Same action over and over.
    I have attempted hard reset but cannot complete.  Also attempted to connect with itunes and it does not recongize device.
    Device is frozen in this display loop.  Have an appointment with genius bar tomorrow but it's a 2.5 hour round trip so suggestion appreciated.

    Your device may need to be restored as new in iTunes (instead of restored from a back up as it seems that there is a software issue on your phone).
    If your phone is not able to connect in iTunes try forcing recovery mode (http://support.apple.com/kb/HT1808)
    * power off your phone.
    * Hold the home button while connecting your phone to iTunes.  You should see the connect to iTunes window and your computer should give you the recover mode alert.
    *Restore your device as new. Being sure not to restore from a previous back up.
    You will then want to sync your information back to your device from Outlook, iCloud, Google or wherever your information is stored.

  • In iPhoto (09) I can add a description to a photo which will display when running the slideshow, however when I sync the Album to my iPad and I run slideshow the description does not display, WHY?

    In iPhoto (09) I can add a description to a photo which will display when running the slideshow, however when I sync the Album to my iPad and I run slideshow the description does not display, WHY?

    I'd ask that on the iPad forum.

  • FM which will display a select option in a pop up

    Hi All,
    I am looking for a FM which will display a select option in a pop up and prompt me to enter some value into it.
    I tried FM POPUP_GET_VALUES_USER_BUTTONS, &  POPUP_GET_VALUES  which allows me to enter only single parameter values and not a select option.
    Regards
    Puja

    Hi
    u can create by yourself, it's very easy and fast:
    TABLES BKPF.
    SELECTION-SCREEN BEGIN OF SCREEN 100.
    SELECT-OPTIONS: S_BUKRS FOR BKPF-BUKRS,
                    S_BELNR FOR BKPF-BELNR.
    SELECTION-SCREEN END   OF SCREEN 100.
    CALL SELECTION-SCREEN 100 STARTING AT 5 10.
    IF SY-SUBRC = 0.
    *------> User has pressed F8
    ELSE.
    *------> User wants to leave the popup
    ENDIF.
    Max

  • FM which will display a select option

    Hi All,
    I am looking for a FM which will display a select option in a pop up and prompt me to enter some value into it.
    I tried FM POPUP_GET_VALUES_USER_BUTTONS, which allows me to enter only single parameter values and not a select option.
    Regards

    Hi,
    Please try below function modules.....
    FC_POP_GET_RANGE
    RERA_POPUP_MD_RANGE_INPUT
    UG_WB_POPUP_TO_GET_RANGE
    Dont forgot to Reward me points .....
    All the very best....
    Regards,
    Sreenivasa sarma K.
    Edited by: sharmashree kashi on Mar 26, 2008 2:59 PM

  • Published Calendar Doesn't Open to Current Month

    I published an iCal Calendar in 9/08 and it works fine but the icon I have on my desktop opens to the monthly view for 9/08 rather than the current month. I can scroll it forward but would rather it opened to the current month. Is there a way to do that?
    Thanks for any help.
    James

    I am also having this issue but i am guessing that it is a known bug and if you are very very lucky it might be fixed someday....;=)
    anyway, i recommend that you go to the apple feedback page and let them know that you would like this bug fixed. Or even better call apple support phone line, when it starts to cost them money they will fix it..maybe
    Sorry to be so cynical but have been apple user for a long time...
    JP

  • Creating PL/SQL function in SQL plus which will display desired output

    Hello PL/SQL experts,
    I am not skilled on PL/SQL so want you help for one of the PL/SQL requirement.
    Requirement: We have a database purge jobs which deletes the records from our application database on daily basis. Our Client wants a verification PL/SQL to be created which they will run pre and post the purge job to identify the number of records deleted/processed by purge job. It should do a SELECT operation and find out the number of records in table based on the where clause and give the output to the user.
    The result of PL/SQL should be something like this (considering the PL/SQL is processing multiple select statements):
    ****Verification SQL Start*****
    30 records from table S_SRV_REQUEST selected
    45 records from table S_SRV_REQUEST_X selected
    15 records from table S_SRV_REQUEST_XM selected
    *****Verification SQL complete*****
    For this I am thinking of a simple PL/SQL which will diplay the count of records from each table but I am not sure how to display the count on screen as an output. Can I request PL/SQL experts to put some light on this?
    Regards
    Sumit

    PL/SQL is a server side process running on your database server.  It is not connected to a display or a keyboard, so cannot output any results from within the code itself.
    What you need is a client application that the user can run which will query the database, or call procedure(s) to get results and then the client application will display those results appropriately.
    One of the simplest client tools you can use to build such a user-friendly application is Oracle Application Express (APEX).
    Bear in mind that if you're going to 'identify' record for deletion prior to actually deleting them, then you may also have a need to store the keys of those identified records somewhere so that only those records are deleted.  Consider the situation where the user requests the information and the application queries the records to say there are 30 records from S_SRV_REQUEST with the correct criteria to be deleted.  By the time the user confirms they are happy and want the records deleted, some other record(s) may have been updated and also meet the criteria, so just doing a delete based on the criteria itself could result in more than 30 records being deleted.  However if you've identified the records and marked them in some way for deletion or stored the keys of those records on a queue somewhere to indicate the ones to be deleted, then your actual deletion process can just deal with those records and ignore any that have met the criteria since that time.  Of course that depends on your individual requirements, but it's something to bear in mind.

  • The entire current month's calendar's appointments have disappeared.  how do I get this info back?

    The entire current month's appointments have disappeared from my calendar, how do I get them back?

    Not that it helps, but this is why I wish they would just go back to customer activations at home instead of activating iPhones in store. They do it there, then 3 or 4 or 5 months later, the user gets around to plugging it in to iTunes for the first time only to have all their contacts as well as apps and music they've purchased wiped out without ever having backed it up...
    You can try to restore the phone. It 'should' have been backed up before the initial sync, but I'm not positive about that. I'm not in front of a machine with iTunes now and don't want to steer you wrong. There should be a number of helpful threads here. Use the search box at the top of the page, you should be able to find step by step instructions if it's still possible.

  • Using SQL stored procedures How to get the list of .rar files from e:\Tempbackup directories from the different remote desktop windows server and delete the .rar files which contains the current month and date

    Concept:
    Every month i need to find the list of .rar files from the
    E:/TempBackup directory from the different environments (remote desktop servers) and i need to delete the current month
    .rar files alone from the respective (E:/TempBackup) directory. below is example files structure inside the
    E:/TempBackup.
    example:
    zDROP_2014_08_31_Backups.rar
    zDROP_2014_09_31_Backups.rar
    zDROP_2014_10_31_Backups.rar
    from the above list i need to delete the zDROP_2014_08_31_Backups.rar(current month) file alone and also logs should be capture for this deletion.
    key words for this are zDROP and Current month and date.
    i need a stored procedure for this concept. could you please help on this.

    Hello,
    You can schedule an operating system task (Control Panel -> Schedule task) to either call a batch file or a PowerShell script.
    Please read the following resources for examples:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/61373719-fffb-4d94-bdbe-7d8ed8620b44/delete-filesfolders-on-remote-servers-using-powershell?forum=winserverpowershell
    http://www.networknet.nl/apps/wp/archives/943
    http://jeffwouters.nl/index.php/2011/10/powershell-script-to-delete-files-older-that-a-week/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Displaying current month in prompt

    Hi,
    I want to show the current month as the default value in Prompt in XI R3.1 Webi. i.e. when the user runs the report, the prompt for "Month" should show the current month (Say March) and if user wants to change it he can change it to someother month.
    Pls let me know how to acheive this (May be by doing changes to report or to the Universe).
    Regards
    Jim

    You can try the below step in Universe
    Steps
    1.You have a date time field = u201CDateXu201D
    2.Build another object of the same field in unv = u201CDate X New Objectu201D
    code:
    case When to_date (Sysdate, "MM") then "Current Month"
    end
    3.Build Condition in Unv = Date Picker
    code:
    @Select(Cass\DateX New Object) = @Prompt(u2019Date Pickeru2019,'Au2019,{u2019Customu2019,'Yesterdayu2019,'Last 10 Daysu2019,'Todayu2019},mono,constrained,persistent,{u2019Current Monthu2019})
    You can take reference of the below
    http://www.dagira.com/2008/07/15/how-can-i-make-today-my-default-prompt-value/

Maybe you are looking for

  • HP Featuring Windows 7 Experts on Forums All Day Today!

    Hello everyone, We just wanted to remind to you get ready for our Windows 7 Experts Day taking place from 12:01 am to 11:59 pm eastern time today. With an unprecedented number of experts from HP, Microsoft and Symantec, this is the perfect opportunit

  • How can I set the order of search engines on my Macbook?

    When I use "Manage Search Engines" to rearrange the order of my search engines, the order changes temporarily, only to revert to the order the search engine add-ons were installed, the next time Firefox is restarted. How can I set the hierarchy of se

  • How To Send a URL

    I am making an application the needs to go to a URL I do not need to see the URL but i need to be able to have a connection made to it to send data to the server like a GET method Example.... URL is http://www.myserver.com?name=hello Can someone help

  • How download the file stored in blob on mod_plsql;

    I create wwDoc_document table and some plsql procedure on Oracle 8.1.7 and HTTP Server; Now I can upload file successful; after upload in the table the name of the upload file become FXXXX/myfile.htm ; I create the download procedure as the example b

  • Problem with text/HTML item in 9.0.2

    Hi When I add a text item in Portal 9.0.2, the built in HTML editor makes changes to the HTML as entered. Is there a way to prevent this? Regards Harry