Web Dynpro Calendar / Scheduler

Hi,
Is there a standard web dynpro component that i can use that has calendar or scheduler functions. I am planning to write an application that is a scheduler planning tool and would be grateful of any builtin functionality that may help! Many thanks,
Samir

Hi,
U have a date type field 'd'  in table 't' . Hope you have done modeling i,e Jco connections etc.
Now when you apply template for root ui element  > form> select that field d --> finish .
You can observe directly the field with the date type with a date picker.
If you want intially the date to be displayed , call the execute......method the table in the init()  by passing
appropriate field as input to fetch the correct date . It will be of sql date.
Thanks ,
Srini

Similar Messages

  • Web dynpro calendar

    Hi,
    Is there a standard web dynpro component that i can use that has calendar or scheduler functions.  I am planning to write an application that is a scheduler planning tool and would be grateful of any builtin functionality that may help!  Many thanks,
    Samir

    Hi,
    U have a date type field 'd'  in table 't' . Hope you have done modeling i,e Jco connections etc.
    Now when you apply template for root ui element  > form> select that field d --> finish .
    You can observe directly the field with the date type with a date picker.
    If you want intially the date to be displayed , call the execute......method the table in the init()  by passing
    appropriate field as input to fetch the correct date . It will be of sql date.
    Thanks ,
    Srini

  • Advanced Web Dynpro Training Scheduled

    SAP has scheduled JA312 Advanced Java Web Dynpro.  Virtual Training course, March 21st.  Please enroll now!
    https://training.sap.com/course/ja312-advanced-java-web-dynpro-classroom-062-us-en/#course-details_content

    This link works a little better:   https://training.sap.com/course/ja312-advanced-java-web-dynpro-classroom-062-us-en/

  • Calendar application of Web Dynpro by Stefanie Bacher

    Hi Experts!!!
    Have anyone tried the calendar application posted in SDN by Stefanie Bacher?
    when I tried to open the program by downloading in my local, it gave errors as
    "unbound classpath container com.sap.ide.cmi.classpathcontainer" and
    "missing library......"
    I also tried to create the application as described in the document. But
    during designing the team calendar, I could not do no.6. Actually there is
    no UI element called"HierarchicalCalendarMonthView".
    There is no window like the one in the document when I do "insert child".
    Can sombody please find out what I am going wrong here.
    <b>The Title of the tutorial is:</b> Implementing a Calendar in Web Dynpro Java
    <b>web address is:</b> https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e012e6a2-8d21-2a10-1bb8-d9b606f3474c
    <b>The NWDS version</b> I am using is 7.0.11
    I will be very thankful for your hints.

    Hi Sudeep,
    I think you have posted this thread in the wrong forum, I suggest you to post this thread in webdynpro forum. Below is the link for web dynpro java forum...
    Web Dynpro Java
    Regards
    Sumit Bhutani

  • Hide Calendar in ESS Web Dynpro Time Entry Application

    Hello All,
    We are currently on ESS SP 11. NW 2004 SP19 (EP 6.0 SP 19)
    In "Record Working Time" application, we see the Calendar expanded by default. We want to Hide the Calendar by default.
    I have went the link /thread/82037 [original link is broken] but the actual procedure for modifying the Web dynpro CCs is not mentioned there.
    Please suggest me the changes to be done exactly to achieve this functionality.
    Thanks for the time taken. Points will be awarded for all the helpful answers.
    Thanks,
    Raj

    Hi Raj,
    I hope JDI is ready in your landscape.
    If it is ready then import the DC ess~cat from ESS related track.
    In the interface component controller of the DC there is will be some code like
    return new CAPState(cap, cap[0].getId());
    Here just change this as
    return new CAPState(cap, " ");
    With this change, Calendar will be hidden by default.
    Regards,
    Nagaraju Donikena

  • Leave request in Web Dynpro Abap - team Calendar

    Dear Guru's
    We are upgrading SAP from V4.7 to ECC 6 and have activated ESS Web dynpro ABAP for the leave request.
    We have activated the Business Function HCM_ESS_WDA_1
    Time management module all the configuration is done.
    ESS configuration on the node Employee Self-Service (Web Dynpro ABAP) > >> Team Calendar is done for the following
    Create Rule Groups
    Specify Absences to Be Displayed
    Specify Color Display of Absences
    I am Able to apply for leave and view the tabs Calendar, Time account and Leave request.
    *However for the team calendar i'm getting the error *
    The following error text was processed in system PRD : Exception condition "COMMUNICATION_ERROR" raised.
    The error occurred on the application server PANTHEON_PRD_00 and in the work process 5 .
    The termination type was: RABAX_STATE
    Please advice if there is any thing else that i can do to fix this issue.
    Thanks
    Keshini

    there is the IGS issue, please check the note 1527176 and ensure IGS is installed correctly for team calendar to display
    You can check your patch level as follows:
    - Start transaction SA38 (or SE38)
    - Run the report GRAPHICS_IGS_ADMIN
    - Choose the RFC destination, IGS_RFC_DEST should be the default
    - Select Status
    Could you please check again if you follow correctly step by step the
    instructions from SAP note:
    454042 - IGS: Installing and Configuring the IGS ?
    See section 7. " Specify your destination as the program ID:"
    Please leave the Gateway host and Gateway Service empty (See note 798937
    and Section 8/9 of note 454042)
    check the notes and communication to IGS server
    931900     Finding the IGS patch level
    896400     Upgrade your integrated IGS 7.x installation
    844669     Profile parameter of IGS as of Version 7.x
    798937     IGS not accessible after NW04 installation
    514841     Troubleshooting when a problem occurs with the I
    454042     IGS: Installing and Configuring the IGS
    63930      Gateway registration of RFC server program

  • How to create  calendar in web dynpro abap

    Hi ,
    how to create  calendra in web dynpro abap.
    Thanks in advance.
    Regards, Chetan

    hi,
    For calender control, there is Date Navigator under "complex tab". You can just click and drag it and provide calender control.
    One more easy way is to create a input field. In the context, create a node and attribute of type "D"(which means DATE). And bind the context to your input field under "values" in property window. While running the program, you will see an calender attached to lt on the input field.
    Regards,
    Jithin

  • Scheduling Time Based Jobs using Web Dynpros.

    Hello Again,
    I would like to know if it is possible to perform time based jobs using Web Dynpros, I have a situation where a Web Dynpro application updates a Database and then later during the day say at around 9:00 PM, I would like the Web Dynpro application to transfer all the updated Data to another Database, I know we can run a batch job but can we run create a Web Dynpro application to programatically fire a batch job at the required time.
    I am welcome to any suggestions.
    Best Wishes,
    John.

    Hi John,
    WD is not good option for this. I would suggest you to "extract" logic to separate layer and use Timeout service (http://help.sap.com/saphelp_webas630/helpdata/en/6b/2550d23ef1994580114d6064bc44a1/frameset.htm) - call logic from service.
    Best regards, Maksim Rashchynski.

  • How to get the Response Code when a URL is launched from Web Dynpro

    Hello Experts,
    I have a Web Dynpro Application in which in one of its views i have an IFrame UI element in which i will show a resource stored somewhere ..
    But before showing it i want to check if the resource actually exists. For this i have to check the HTTP Response code from Web Dynpro Application without setting it in the Iframe..
    I am using the following code to get the Response Code:
    try{
    URL url = new URL("Some Url");
    HttpURLConnection.setFollowRedirects(false);
    HttpURLConnection connection = (HttpURLConnection) url.openConnection();
    connection.connect();
    wdComponentAPI.getMessageManager().reportSuccess("Response code ="+connection.getResponseCode());
    }catch(Exception e){
    wdComponentAPI.getMessageManager().reportSuccess("Exception");
    Now the Problem is whatever response Code occurs 403 (for No Proper Authorization), 404 (for Resource not found) etc..
    i always get Response Code=  500 (which is for Internal Server Error) shown in the messgae i have printed.
    Please let me know the correct way of getting the Response Code from Web Dynpro.
    Also my resource is lying on a SAP Portal 6.4
    Best Regards
    Sundeep
    Edited by: Sundeep Sethi on Feb 18, 2008 9:07 AM
    Edited by: Sundeep Sethi on Feb 18, 2008 10:23 AM

    Hi,
      Check this code from /thread/5242768 [original link is broken] if it works.
    try{
    URL myurl = new URL("http://calendar.google.com");
    URLConnection connection = myurl.openConnection();
    if(connection instanceof HttpURLConnection) {
    HttpURLConnection httpConnection = (HttpURLConnection) connection;
    HttpURLConnection.setFollowRedirects(true);
    httpConnection.setRequestMethod("HEAD");
    httpConnection.connect();
    System.out.println("Response = "+httpConnection.getResponseCode());
    catch(Exception e) {
    // print exception
    Regards,
    Harini S

  • Adding a calendar scheduling capability to my website

    I’m novice Website Designer in that I’ve only created 1 website, mine, 3 different iterations.  I want to add a calendar scheduling capability to my website.  I’d like to be able to display a calendar which will allow a visitor to click on a specific day, select a specific time of that day, and add their name and number to a specific time, which will then allow the visitor to save the calendar schedule to update it.  This calendar will then send me an email indicating that I have a new appointment added to my calendar, then, allowing me to accept the scheduled appointment, which would then turn the time slot on the calendar a particular color for the user to be able to know that his schedule has been saved and accepted. 
    I have Dream Weaver CS4 which I used to create my website with.  My Web host has MYSQL, and PHP if I need a dynamic creation capabilities. 
    Is there a tutorial out there that I can use to walk me through how to create a calendar scheduling capabilities? Is there a video that I download that can walk me through creating this capability? Is there code out there that I can paste that will perform this function for me? 
    I’m willing to read and learn.  Please forward an answer or suggestion to me at
    [email address removed by host]

    I don’t use adobe website often and I don’t use the forum often, so when accessing my page after logging in, my objective was to post a question, but, the website isn’t intuitive nor is there verbiage specifically saying the obvious, “Select a product that you want to post a question about, or “Click Here””.
    Either put simple and direct verbiage stating where to post specific questions or put visuals that pop up that guide a user to open forums associated to specific product. 
    It’s natural for a user that isn’t used to your website to make this type of mistake.  I’d recommend that you consider testing your website with testers by providing test material asking the tester to access certain areas of your website with minimum instructions. Then allow them to critique the intuitiveness of your website. 
    When I worked for Raytheon, One of our software testing techniques was asking people who had “no” idea of the functionality of the software to test and submit critiques as to the website intuitiveness.  We found that out software development team assumed that most users were savvy enough to navigate the software.  Thus, we didn’t allow our development team to write user instructions because our software developers couldn’t understand why users weren’t able to follow their user instructions. We created training material for the user that had the least understanding of technical stuff.  This allowed us to ensure that any and all users were able to navigate our software app without feeling like punching the screen.
    I did attempt to search for the correct place to submit my question, but, as you can tell, I didn’t do a good job. 
    fmb

  • Type Mapping in Web Dynpro

    Hi there,
    rather a Web Dynpro newbie, I have scanned the documentation and forum threads to find whether there is something like a type mapping mechanism (say, your web service automatically creates Calendar attributes from xsd:dateTime elements, and you want to display them as dates in your view), but it seems there isn't.
    I have to do such type conversions by myself (by providing additional value attributes to my context node and populate them after executing the service call), right? Or did I overlook something?
    Regards
    Nils

    Hi Nils,
    define calculated context attributes of type readOnly=false for this purpose. In the generated getter and setter methods you can implement your own format (getter) and parse (setter) logic (or type mapping like you call it).
    Excerpt from the Web Dynpro Help:
    <i>Application-specific validations: You can use the setter and getter methods that are generated for writable calculated context attributes to format as well as parse and validate data application-specific. You can check the user input in the mutator method and save it in a separate, non-calculated context attribute. An error message is displayed if this is not successful. If you want to display the input value in the case of errors as well, then first you have to save the incorrect value in an additional usual context attribute, from which the access method of the calculated attribute is then supplied.</i>
    Also read thread Re: Problem with time input field about problems with time input fields.
    Regards, Bertram

  • Drag and Drop between Web Dynpro Tables on Cell Basis

    Hi Experts,
    I need to develop a Drag and Drop Functionality as follows:
    I have two tables. I want to drag a row of the first table and drop it in a particular cell of the second table.
    Is it possible to implement this using the Web Dynpro Drap and Drop Functionality?
    If not, does anybody have an idea of how to implement this using other concepts (Flash Integration, Building up a Grid of Images and defining those as drop tragets, etc..)??
    Valuable Advice is highly appreciated!
    THANKS, Johannes

    Thanks for the Video.. It gives some information about Drag and Drop, but still, it does not say what I need to know.
    Again:
    I need to know if there is a way to drag particular cells in a Web Dynpro Table to other locations in that same table. Plus: I need to know if there is a way to drag and drop rows of one table into particular cell of another table.
    Similar to what we do in our Outlook Calendars: We have a week in view and we see our appointments as blocks within that week view. Now, we can drag and drop these blocks to other locations. That is what I need to implement!
    Does anybody have an idea?
    THANKS, Johannes

  • Web dynpro application using java

    Hi Experts,
    I am new to netweaver . I developed one web dynpro application in  NWDI  but input fields are disabled on screen .
    please suggest reason why it is happend.
    Thanks,
    Santosh.

    Hi Santosh,
    Once you create the input fields in NWDS you need to bind input field with context attribute to enable in the display screen.
    Refer to this Re: Calendar UI element in NWDS and also refer to Tutorials & Samples for Web Dynpro Java [original link is broken]
    Hope it helps
    Regards
    Arun
    Edited by: Arun Jaiswal on May 4, 2010 12:19 PM

  • SP18 effect on Web Dynpro controls?

    Hey All,
    Does anyone know if SP18 made any changes to any of the Web Dynpro controls? We recently went to SP18 and are now seeing some very odd things happening. Just to narrow down where the problem might be, just wanted to see if there are any known changes to Web Dynpro controls.
    Example: Calendar control, if you type in 31/05/07, an error message will be returned in German. When all other error messages are returned in the correct language.
    Thanks,
    -Kevin

    These validation messages are not part of the Web Dynpro UI elements but come from the Java DDIC. So if you find a bug, open an OSS message on BC-DWB-JDD.
    Armin

  • Date Type UI in JSP (similar to Web Dynpro)

    Hi,
    Is there any way in hbj or jsps to display calendar and allow user to choose any date from that calendar?
    I know that there is similar type of UI element available in Web Dynpro .. an input field having calendar displayed at it's right corner.
    Thanks and regards,
    Amey Mogare

    Hi Amey,
    Using the simple line of code in your jsp, will help to achieve the same.
    <hbj:inputField id="inDatle" type="DATE" showHelp="true" value=""/>
    Regards,
    Venkatesh. K

Maybe you are looking for

  • Apple TV doesn't show all pictures in photo stream

    I have about 1000 pictures in my photo stream, but my Apple TV doesn't show all of them. It shows only 304 photos. How can I get all my photos to my Apple TV via photo stream? I have the latest Apple TV and the latest operating system on it. Edit: An

  • EasyDMS -using interface for exchanging file props and doc data to classify

    For easyDMS there is the possibility to transfer information from file properties to doc data and characteristic information on the DIR.  See note 1444113 for more info. What I would also like to do is as follows: Instead of updating just characerist

  • Hello support , i have problem getting my email in rescue email

    hello team i have problem getting my email on my rescue email , i want to change my password , and i forgot the secrect question i added , so i changed my alternative id but i am unable to get my security option on my primary id and also on my rescue

  • Guide to use SelectMany from a binding

    Hi. I write a litle guide or cookbook of how use a selectMany from binding method, please see this page and I hope will be a help for everebody http://www.jsffaq.com/Wiki.jsp?ptitle=How+use+SelectMany+object+from+a+BackBean%3F&page=HowUseSelectManyOb

  • Need a new version

    My version of Numbers is up to date (3.0.1) and I have a few spreadsheets that were working and able to open just a few hours ago.  Now when I try to open some of them I get notified that I need to have a newer version of Numbers downloaded from the