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

Similar Messages

  • How to find the ABAP Webdynpro Component Name in the Portal IView(WDA)

    Hi All
    I got one ABAP Webdynpro IView in portal , when i opened the Iview i got the Application name of ABAP Webdynpro in the properties of the Iview but i could not able to find the component name .
    Please let me know how to find the component name of WDA , as i already got the Application name of component  from Iview i.e WDA_ED_RDF ( this is applicaiton name found in the portal Iview for ABAP Webdynpro)
    Please get back to me on the same , it would be great help to me.
    Thanks,
    PortalUser100
    Edited by: PortalUser100 on Mar 24, 2011 11:51 PM

    Hi
    Right Click on any UI Element in Portal->Go to more field help->TEchical Information. You can see all the information about component, application, ui elements etc.
    Please check this... may helps more
    http://wiki.sdn.sap.com/wiki/display/WDABAP/GeneralTechnicalAspects
    Thanks,
    Venkat.

  • IE Script error when double clicking on a view in Abap Webdynpro component

    Hello experts,
    I am running mini SAP trial version 2004 with Internet explorer 7.0 and also installed gui patch 23.
    I am making a sample application in SE80 and when double clicking on a view in Abap Webdynpro component I get following error:
    <b>Internet Explorer Script Error</b>
    An error has occured in the script on this page.
    Line: 1
    Char: 1
    Error: 'wdp_show_menu' is undefined
    Code: 0
    URL: http://satellite5200:8000/sap/bc/wdvd/painting.html?_vdrespkey=EOJ6V1JQMX0VLTQ7AP6DQM64Y&_vdframe=painting&sap-client=000
    Do you want to continue running scripts on this page?
    Thanks in advance.
    Bhupendra

    Hi Bhupendra,
       If you are seeing this error in the Se 80 editor , i guess you can ignoire that ...While running the application it will not show any error.
    Thanks
    Anzy

  • Can we perform runtime analysis(SE30) on Abap Webdynpro component..?

    hi,
    Greetings!!!
    Can we perform runtime analysis(SE30) on Abap Webdynpro component..?
    Thanks in Advacne.
    Regards,
    Kranthi.

    for sure !
    have a look here [https://wiki.sdn.sap.com/wiki/display/WDABAP/Performance%20Tuning%20for%20SAP%20%20Web%20Dynpro%20ABAP|https://wiki.sdn.sap.com/wiki/display/WDABAP/Performance%20Tuning%20for%20SAP%20%20Web%20Dynpro%20ABAP]

  • Is the ABAP Webdynpro CATS available in both ESS and MSS?

    Hi experts,
    We are in the process of implementing the WDA CATS application for ESS (ECC 6 EHP5) but our scenario is actually for managers to enter in time in CATS on behalf of their employees. I can't find any information on this scenario using the WDA CATS. I have linked the application to the related activities iView in MSS but it seems to be launching the CATS application for the manager instead of the employee.
    The standard MSS role (1.5) seems to launch the Java CATS when doing it on behalf of an employee. I just want to find out if it's possible to use the WDA CATS application for on behalf scenarios as it used to be with the Java CATS?
    Thanks!!
    Jo

    Hey Jo
    how are you? here goes some background info on cats and ess/mss:
    In ehp5 - ess there are 5 application configurations delivered by sap in wd-abap one of which is the approval view for managers its called  hrmss_ac_cats_approval. the remaining 4 configs are for employees to enter cats data.
    Now the point of issue is the 'ess in mss' or 'on behalf of' functionality....
    MSS at ehp5 cats is still on wd-java I guess,... I am not 100% sure so what needs to be done holistically is:
    1. Select one of the employee cats appication configurations.
    2. include it into the mss-related activity space.
    3. now this has a known issue: passing of the employee number from within wd-java to wd-abap application sap has a couple of notes for them --> 1577099 & 1578965 chk them out....
    4. what those notes say is you can put in any wd-abap service into related activity space which is still wd-java,... and get the manager to book time on behalf of employees...
    I have personally not done the above yet,... but I did some r&d last year on the above......
    ahh before I forget you may want to chk out the note 1513325
    finally to be able to call the employee cats service in related activities could mean you have to:
    1. create an iview of type wd-abap caling the ess-cats wda service.
    2. include it within the related activities wdj page...
    3. have the aforementioned notes applied..
    4. ready to go...
    tell me if this worked for you or not. if it does you owe me a coffee.
    cheers
    shree.

  • Include Java script in the abap webdynpro

    Dear expert,
    Anyone know how can i include a java script in the abap web dynpro.
    Thanks
    Regards,
    Bryan

    Hi
    There is no way you can include Java Script in Web Dynpro ABAP. You can navigate to a BSP application and run your JavaScript.
    Abhi

  • How to call a RFC of a remote system from an ABAP webdynpro component

    Dear Experts,
    I am a newbie in ABAP Webdynpro.
    I am working on a requirement where I have a webdynpro component on ECC system.I need to call a RFC located on CRM system from my webdynpro component on the ECC system.
    How do I do that ?? Please help.
    Regards,
    Mamai.

    Calling RFC from some other system is same as local except the difference is that you have to give destination name while calling.
    And the regarding the method of calling it depends on your FM.
    if it is big RFC with complex structure, you can create the service call for it with destination given as RFC desitination.
    if it is simple straight forward RFC you can directly call it.
    for creating RFC service call call use this method
    1. Starting the Wizard
    To start the wizard, position the cursor on the Web Dynpro component to be edited in the object list at the left margin of the
    workbench window. Open its context menu and choose the entry Create->Service Call. The wizard is started and leads you
    through the creation process.
    Press Continue.
    2. Choice of Controller
    On the second dialog window of the wizard, you can choose whether the service call is to be embedded in an existing
    controller or whether a new controller is to be created for this purpose. Service calls can only always be embedded in
    global controllers u2013 that is, in the component controller or in additionally created custom controllers. It is not possible, to
    embed service calls in view controllers.
    a. Select radio button Use Existent Controller
    b. Do not change the default entry for component: <CC name>
    c. Enter for controller COMPONENTCONTROLLER
    d. Press Continue.
    3. Service Type and Service Selection
    a. You now select, which service type should be used for this service call. Select radio button Function Module. Fill the
    destination here. Press Continue.
    b. Select the service: for Function Module enter <RFC name>. Press Continue.
    4. The Required Methods and Context Elements
    On the two subsequent dialog windows, default values are listed for giving names to the context nodes and attributes
    required by the service call as well as to the required methods. The proposed names are based on the names of the
    embedded service, but you can change them as required. However, heed the respective notes in the corresponding dialog
    box.
    a. Adapt Context: Select from Nodes/Attributes . Press Continue.
    b. Specify Method Name: leave all entries as provided: Component:  Controller: COMPONENTCONTROLLER Method: EXCUTE_ Press Continue.
    5. Completing the Choice
    When you have confirmed the last dialog box, the generation is triggered. Afterwards you now have the required methods
    and contexts at your disposal for using them within your Web Dynpro component.
    or if you want to call directly the use the call statement with destination

  • How to edit text of UI elements in sap standard ABAP webdynpro component

    Hi All,
    I have a requirement wherein I want to change the standard text of mainly LABEL UI in travel and expenses ABAP webdynpro components. As per my knowledge we canu2019t change UI text directly by changing it in layout in enhancement. We have to do it via wdmodify view method and post and pre exits methods.
    Can you please help me with the steps that I have to follow and code?
    Regards,
    Madhvika

    Hi ,
    Please go through this document.
    [Doc|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81?quicklink=index&overridelayout=true]
    Create a Pre Exit method for WDDOMODIFY method of the view , and in that method code somthing like this.
    lo_button TYPE REF TO cl_wd_button.
    lo_button ?= view->get_element( 'ID of button' ).
    lo_button->set_text('New Text').
    Thanks,
    Aditya.

  • How to move the fields in the standard webdynpro component.

    Hi ,
          I am new to webdynpro dynpro.
    I have a requirement in which i have to move the standard fields to some other place.
    The webdynpro component isn HRRCF_C_PERSONL_DATA_UI.
    In this i have to move the fields location and poastal code above the fields country and region which comes in ADDRESS .
    First i enhanced the application . then i right clicked the field , but the up menu is disabled since it is a standard one.
    kindly give suggestion to move the fields.
    Thanks & Regards,
    S.Velsankar

    Hi
    You need to delete that UIElement from standard component and create similar new UIElement, Now you can move your UIElement as per  your requirement. if you want to come back to original state of your component, delete your enhancement and the deleted UIElement will be back.
    Thanks
    Vishal Kapoor

  • PC hang after launch the ABAP Webdynpro

    Dear All,
    i do the SFLIGHT tutorial that provide by SAP. When I launch it in http://venture.imedea.int:8000/sap/bc/webdynpro/sap/zz_00_sflight
    then it need me to login. After i login then it will display the tutorial output. But i cannot select anything from the button there because it make my computer hang. Is there any configuration that i need to set so i can access it without make my CPU load become 100%?
    Thank you

    Dear Abir,
    Thank you fro your reply. I didnt change anything inside the component. And what do is just follow the tutorial from : Web Dynpro for ABAP: Tutorials for Beginners [original link is broken]
    Or maybe i need to change anything in SICF or maybe something wrong with the tutorial. Or else is there any configuration that i miss out?
    Thanks

  • 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.

  • ESS and CATS available in ABAP webdynpro

    Hi Friends,
    Currently we are under ECC6.0 with the following SP13.
    SAP_BASIS     700     0013     SAPKB70013     SAP Basis Component
    SAP_ABA                     700     0013     SAPKA70013     Cross-Application Component
    And iam looking is the ESS and CATS are available in ABAP webdynpro , i know thta these are available on JAVA side.
    If i want to get ESS and CATS in ABAP Web dynpro , what we have to do ???
    Could you send me useful links for ESS and CATS in ABAP webdynpro on Portals side.
    Srinivas.

    Thanks To your Reply.
    So we have to live with current ESS which is in Java Iviews on portal side.
    There is no as such ESS availble with SAP SP17 or EP7 side for ABAP web dynpro.
    If we want to make it available , then we have to go for custom development right.
    But Travel & Expenses are available in both JAVA webdynpro and ABAP webdynpro , how come SAP give partly give the package in JAVA and ABAP.
    Please clarify me.
    Srinivas.

  • Displaying both ABAP webdynpro and Java Webdynpro tasks in the UWL

    Hi,
    We have two an issue when trying to get the UWL to process two different types of workflow tasks : ABAP webdynpro and Java webdynpro. 
    Examples of these tasks are:
    TS12300097 u2013 LeaveRequestApprover u2013 Java Webdynpro
    TS17900100 - ASR_PROCESS_EXECUTE u2013 ABAP webdynpro
    We have two backend systems configured
    SAP_ECC_Financials u2013 This has the WAS host pointing to the java stack (xxx:50000)
    SAP_ECC_Workflow u2013 This has the WAS host pointing to the ABAP stack (xxx.80xx)
    In transaction SWFVISU all the tasks which use Java webdynpro have been configured to use the u2018Javau2019system (SAP_ECC_Financials) using the SYSTEM_ALIAS parameter
    In the UWL configuration the system SAP_ECC_Workflow has been registered
    In addition to this all u2018Javau2019 tasks have had an extra UWl config XML created to ensure that the SYSTEM_ALIAS is set to SAP_ECC_Financials
    The system SAP_ECC_Workflow has been re-registered
    The UWL cache has been cleared
    However when we try to launch the java webdynpro tasks the system is trying to access the ABAP stack (It is still trying to access the Web AS location for the system SAP_ECC_Workflow even though the system alias was specified as SAP_ECC_Financials )
    The ABAP webdynpro tasks (in this case a HCM process and form) are launched correctly
    If we try the reverse (i.e  register the Java system SAP_ECC_Financials and change the SYSTEM_ALIAS parameter for the ABAP webdynpro tasks to system SAP_ECC_Workflow)  then the reverse happens.  The java tasks can be launched and the ABAP tasks cannot.
    Does anyone have a solution to this problem.  Surely other people have implemented both ABAP and Java webdynpro workflows?
    Any help much appreciated
    Andrew

    Thanks  a lot for all your replies..
    The workitem type registration has been done already, but still it doesn't work..
    But here is the actual problem...
    There is a link 'Execute Workitem' in the inbox of the approver, or the second level manager...
    In the leave application, when we click on this link it is taking to the portal as the task is the Webdynpro Java application task. Whereas, when using ABAP webdynpro application task, it is taking to R/3 - which means that the user cannot access this link without R/3 access. The users are given only portal access, they don't have access to backend R/3.
    The requirement is that the link has to take the user to portal directly instead of R/3 - i.e it should ask only for the portal id and password.
    Since it was working fine with leave application, I changed the task to Java webdynpro task, but I think the Java Webdynpro application is not deployed in the server.
    Please can anybody suggest.
    Best Regards,
    Sushmitha

  • Regd. ESS and CATS in ABAP webdynpro

    Hi Friends,
    Currently we are under ECC6.0 with the following SP13.
    SAP_BASIS     700     0013     SAPKB70013     SAP Basis Component
    SAP_ABA                     700     0013     SAPKA70013     Cross-Application Component
    And iam looking is the ESS and CATS are available in ABAP webdynpro , i know thta these are available on JAVA side.
    If i want to get ESS and CATS in ABAP Web dynpro , what we have to do ???
    Could you send me useful links for ESS and CATS in ABAP webdynpro on Portals side.
    Srinivas.

    Hai,
    Please find the below links.....
    http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c2fad86f-0401-0010-91ac-bdb38595a735
    /people/heidi.geisau/blog/2005/12/21/web-dynpro-abap-goes-live
    http://help.sap.com/saphelp_nw04/helpdata/en/dd/e9863596db1d23e10000009b38f889/frameset.htm
    Regards,
    Yoganand.V

  • Calling different views at runtime based on my condition abap webdynpro

    Hi friends,
    Could you pls help me in this issue.
    I am new to webdynpro abap.
    I have an action on my first view.
    basically its a sales order linktoaction.  when i click it, i have to check a condition.
    if  process type = A,
    then navigate to view 2(different abap webdynpro component's view)
    elseif process type = B,
    then navigate to view 3(different abap webdynpro component's view)
    endif.
    I only have experience in calling one view for a action, so i dont have much idea on this how to acheive.
    I have this IF condition, on action event.ON that i need to call view of another application.
    thanks in advance,
    Niraja

    Hi Niraja,
    If you want to pass parameters to a WDA application you can pass them by URL link.
    Example: http://...?pass1=value1&pass2=value2 In this case you pass two parameters to the application.
    In WDA application you can control parameters in windows, you can add parameters in the plug 'Startup' which names are same as URL parameters, and then you can create notes/attributes in the context of windows then map them to the context of view. In the method of startup plug you can pass the parameters to the context of windows. You can search WDA help by WDA application parameters.
    You can check this [link |http://****************/Tutorials/WebDynproABAP/DynamicViews/Window.htm]for dynamic view navigation in a window. And no its a pdf file. It takes you to another website where they have explained it with step-by-step screenshots.
    You may also be interested in checking out this [link |http://****************/Tutorials/WebDynproABAP/views/navigation.htm]where they have explained Navigation from one View to other View along with parameters using Plugs with out using Component Controller context. It too isn't a pdf & does take you to another website.
    Hope these help.
    Regards,
    Uday

Maybe you are looking for

  • Process Order Costing Report

    Dear All, From Report S_ALR_87013127 i required target/actual comparison report for Multiple Order . I am going to report home page and enter the multiple order and execute report on the result screen get the order list and now select all order and g

  • Need an app that allows 1 touch # dialing from notepad.

    I never carry pen & paper yet frequently need to write down a phone number temporarily. I normally use notepad but the problem is that I have to memorize the number because I can't just tap on it to dial. Is there a program out that can do this? Pref

  • How to completely flatten pdf as if it was a paper scan?

    Can someone tell me how I can completely flatten a pdf, just as if I had scanned a paper? So there will not be any data attached to the file? I kwow how to flatten a pdf and to remove as many data as possible (optimize in the document and advanced me

  • PowerPoint to PDF

    Hi Folks, When I create a PDF (with Acrobat Professional 7) from PowerPoint (2003 or 2007), quality is "Print Quality" I run into the following Problem: At the screen view the borders of PNG- and GIF-graphics are very fuzzy and frayed. But when I pri

  • Unable to Resize datafile Oracle 9i.

    Hello All, I am facing very strange problem in our customer testbed. The customer data file grows to till 8GB having 80 Lac records. We deleted approximately 70Lac records but we are not able to re size the data file. When i checked the free space in