Webdynpro component for calendar

Hi everyone,
Can you tell me what component of web dynpro is used to display the calendar (business graphics, ganth chart UI Element...)
and if this is WD Abap or Java...
Thanks,

Hi, i think you refer to Team Calendar from Working Time services. It's a WDJ iview.
http://help.sap.com/erp2005_ehp_04/helpdata/EN/48/35884059ba5537e10000000a1550b0/frameset.htm
KR

Similar Messages

  • Context Binding is not possible in webdynpro component for Interactive form

    Hi,
    Click
    [Enhancement of webdynpro component|http://swethacblog.blogspot.com/2011/11/context-binding-for-interactive-form.html#!/2011/11/context-binding-for-interactive-form.html] to view the procedure that I have followed to create interactive form in enhanced view.
    Can you please tell me that why i am getting the context menu nodes in invisible mode while binding it to from interface.
    Thank you,
    Swetha.C

    Hi Abhil,
    If your layout type is 'ZCI Layout' then you have insert the webdynpro script in the layout. After selecting the ZCI Layout click on enter and then go to layout tab, in this go to Utilities menu->select Insert WebDynpro Script.
    If you do this then in the Hierarchy tab of adobe form you can see the (Variable) ContainerFoundation_JS, it means that you have inserted WebDypro Script in the form.
    Finally activate the form and run the application.
    Thanks,
    Jhansi Miryala

  • Standard Webdynpro Component for Sales Order / Quotations  ?

    Hello Experts,
    Is there any standard ABAP Webdynpro Component available for Sales orders / Quotations etc. ?
    Else we have to create everything customized for the customers ?
    Regards,
    Ravi Sharma

    LORD_MAINTAIN - for sales order maintenance. Shipped with ERP 6.0 (no enhancement packages required - although there are improvements in the later enhancement packages).

  • ABAP Webdynpro component for travel request - customization

    Hi All,
    In EHP5 ESS Travel Management - Travel expense creation - I want to prevent users from raising the travel expense only after the travel request is approved.
    For this requirement  , ie to modify the FITV_POWL_TRIPS - In this component either i want to disbale the link create /change in travel expense colum  if the travel request is not approved or i want to give a error message on click of travel expense report if the corresponding travel request is not approve.
    If any one has done please let me know how this can be done . If with customising the code is there any way through spro config this can be controlled.
    Thanks
    Thanks & Regards
    Shyam

    You can use P_TRAVL authorisation check for the status field
    Read here
    http://help.sap.com/saphelp_46c/helpdata/en/b6/cda0db49e911d189060000e8322f96/content.htm
    Please kindly read the note 574467. We deliver the BADI
    FITV_PERSNO_AUTH_CHK empty and we provide a documentation on how
    this should work. In your case you should modify the BADI to check your
    multiple structural profile but on how to do this depends on your
    modification.

  • Webdynpro component in new tab.

    Hi Experts,
    I am tring to add a new tab in the struture level of a Project .
    I successfully added a new tab and created a webdynpro component for the Tab as well .
    However, when i see in the application , the tab does not show the created component. When right click and check the detail, it still shows the component DPR_MAINFRAME / DPR_PROJECTS_STRUCTUR . Kndly advice.
    Thanks,
    Siva.

    Hi
    Use this table  DPR_CUST_TABC to register your component to WD framework.
    Regards
    Praveen

  • Standard webdnpro component for employee search using using last Name

    Hi All,
    Can anybody please let me know Is there any SAP standard webdynpro component for the last Name of the employee.
    My Requirment is i have field called Last Name i will give may lastname and serach then it should give the employee no and employee name..
    Thanks
    taragini

    Tarangini,
    you can check this HRASR00_PROFILES_SHOW
    Thanks
    Bala Duvvuri

  • MSS Employee Search WebDynpro Component

    Hi,
       Has anyone tried to change the WebDynpro component for Employee Search.
       We need to change this component in order to register an event into portal when an employee is selected (the link for an employee is clicked) so that this event can be subscribed from WebDynpro ABAP iView placed in the same page. Has anyone done this change. Please suggest.
    Cheers

    Mukesh,
    we have a similar requirement.
    can you please send the solution
    Thanks
    Bala Duvvuri

  • ESS E-leave : which is the ABAP Webdynpro component ?

    Hi Gurus,
    I have a few questions regarding ABAP-Webdynpro.
    1. Which is the corresponding ABAP Webdynpro component for ESS E-Leave application ?
    I need to add a new report to the Leave Request page but unable to find the ABAP WD component for the same !
    2. Just by looking at the portal web-page, is it possible to find out if the page is based on Java WD or ABAP WD ? And if ABAP WD, how to find the corresponding component ?
    Any hints will be greatly appreciated and rewarded.
    Regards,
    Sandip.

    Just right click on empty space on leave application and select "more field help" then you will get technical information of the component.
    But some times, this option will be disabled by portal administrators.
    Regards
    Srinivas

  • Background Scheduling for a webdynpro component

    HI,
    Please elaborate how can i background schedule my webdynpro component. I am not able to understand the flow logic.
    -Sid

    >
    Siddhartha wrote:
    > Thnax Thomas, One last thing ..how do I handle/create variant for it ?
    >
    > -Sid
    What, for the classic dynpro program?  Just go to SE38 and use the variants radio button to maintain the variants for the program in question.

  • Use of multiple Applications for single webdynpro component in ABAP WEB DYNPRO

    I am working on a object which have multiple webdynpro applications for single webdynnpro component.How to assign a different functionality to each application bcoz when we right click on webdynnpro component and select create webdynpro applications ,it just creates a application how so we assign diff functionality to each of them .Also in the parameter tab of the webdynpro applications ,there is a diff config id mentioned for each application.what is its relavance

    Hi Sam,
    Different functionalities for a single webdynpro component can be achieved by many ways. Among them is the use of multiple applications. Say for example if you want different views/windows to be displayed at the start up, you can achieve it by specifying at the default window, for each every webdynpro application.
    And if you want control the fields, say for example you want to display input fields as editable for one application and read only for other application, you can achieve it through application parameters. Based on parameters, in HANDLEDEFAULT method of window controller , you can specify the type of behaviour , whether it has to editable or not based on parameters and same can be used at context binding of UI properties. 
    Application configuration can be used for personalization.Web Dynpro ABAP Application Configuration. This tutorial would help you understanding the concept much better. There can be multiple application configurations for a single application.
    Regards,
    Harsha

  • Multiple webdynpro applications for single webdynnpro component

    I am working on a object which have multiple webdynpro applications for single webdynnpro component.How to assign a different functionality to each application bcoz when we right click on webdynnpro component and select create webdynpro applications ,it just creates a application how so we assign diff functionality to each of them .Also in the parameter tab of the webdynpro applications ,there is a diff config id mentioned for each application.what is its relavance .
    Rgds,
    Praveen

    Hi Saravanan,
    I need to modify it from the portal end, not at the application level.
    I need some configuration steps which specifies how to modify the Detail Navigation in PPM. Using SPRO we can do some configuration, i wanted to know whether its possible from portal end as well.
    Regards
    Shivas Bhan

  • For webdynpro component SALV_WD_TABLE, how do we deactivate the toolbar

    For webdynpro component SALV_WD_TABLE, how do we deactivate the toolbar for the alv list display?

    * Data declarations for instantiation
      DATA: l_ref_interfacecontroller TYPE REF TO iwci_salv_wd_table   ,
            l_ref_cmp_usage           TYPE REF TO if_wd_component_usage.
    * Navigate from <CONTEXT> to <NODES> via lead selction
      lr_node = wd_context->get_child_node( 'CN_FECLM' ).
    * Instantiate the ALV
      l_ref_cmp_usage =   wd_this->wd_cpuse_usg_alv_feclm( ) .
      IF l_ref_cmp_usage->has_active_component( ) IS INITIAL .
        l_ref_cmp_usage->create_component( )                 .
      ENDIF                                                  .
    * Get model
      l_ref_interfacecontroller = wd_this->wd_cpifc_usg_alv_feclm( ).
      l_value = l_ref_interfacecontroller->get_model( )             .
      wd_this->l_value_feclm = l_value                              .
    * Remove the standard buttons available on ALV toolbar
      l_value->if_salv_wd_std_functions~set_sort_headerclick_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_edit_append_row_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_edit_insert_row_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_edit_delete_row_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_view_list_allowed( abap_false ).
      l_value->if_salv_wd_std_functions~set_sort_headerclick_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_edit_check_available(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_pdf_allowed( abap_false )      .
      l_value->if_salv_wd_std_functions~set_export_allowed( abap_false)    .

  • Time estimation for WebDynpro component

    Hi all,
    I am very new to WDA. If any body have idea about time estimation for ABAP webDynpro component based on complexity, please let me know.
    Format of writing technical spec for WDA component?
    Thanks in advance
    Regards,
    Rajesh yadla.

    Hi Rajesh Yadla ,
    Yet there is no any <b>Time-estimation matrix</b> is developed to calculate time for WebDynpro ABAP work .
    But I there are couple of factors based on which you<b> can develope your own</b> matrix kind of thing.
    I can tell you I am doing Dynpro Developement of around 5 view and with interacton with client we have Give 110 men days for this single application
    <b> Now how I have calculated it ?</b>
    Answer
    1) I first of all which <b>UI elements will be used and how much we Dynpro t</b>eam is Aware of It and How mwuch they are complex to use
    2) Is there then other depedancy like  A ) <b>Client want Classes and methods</b> to be developed and calling methods on click of button
    B) It was depedant over one <b>workflow also</b>
    So when things are clear about what functionality these 2 things will have my developement was useless
    3) how much awareness my consltnant have about <b>OOABAP and basic ABAP stuff that I need in project.</b>
    4) Most  imp is <b>Businees logic</b> and what exaclty client want ?
    how I will do it Dynpro ? Which Dynpro to go for WD ABAP or Java ( In my case we choosed ABAP is find it easy to play in ABAP enviro only ,)
    5 ) How many views you have ( genrally 5-6 days for view ) , how much Data transfer among views and Windows you need .
    6) Is developent need some backgrond RFC ,BAPI to be implementd .If yes how much time they will take ( In my case I am implementing for mySAP SRM which dont have many table and data  which client  So I wrote RFCs )
    7) Another factor is Documention and following Quality norms . Time for that too.
    This overall turns into final time you need .
    Time being this much only .
    <i>Hope this will give you clear idea.</i>
    <b>
    Cheers
    Parry</b>

  • F1 help for webdynpro Component

    hi all,
    My requirement is when i press the F1 help on a webdynpro component a word doc should open.
    Is it possible to do that?
    if so please tell me how to do that?

    Hi,
    If this is gets deployed on portal, you can make use of the Knowledge Management(Repository) where the portal
    team stores the documents. You can get the path of this document(PCD path) and LInkToAction UI element action handler, you can use the IF_WD_WINDOW_MANAGER and use EXTERNAL_WINDOW method to open in an exteernal window y giving that path.
    FileUpload to Application server -
    http://forumsa.sdn.sap.com/click.jspa?searchID=32290382&messageID=8054356
    Regards,
    Lekha.

  • How to retrieve configuration list for WebDynpro component

    Hi experts,
    I have webdynpro component A with configuration AA.
    How to retrieve configurtion AA ? Is there any interface or Function module I can use?
    Also another question is how to get webdynpro configuration of WebDynpro application.
    Thanks.
    best regards,
    Vincent

    Hi Abhi,
    Yes , this is possible.
    But I want to get configuration dynamically.
    Input parameter : WebDynpro compoenent name
    Output Parameter: List of WebDynpro Configuration
    Is this possible?
    Vincent

Maybe you are looking for