ESS : Webdypro iView Customizing

Hi,
   I have uploaded the ESS in Portal. There are some pages having Webdyn Pro iViews, containing only the links in this WebDynPro iView. I have the two requirements :
1. One of this link from Webdynpro iview is not working, the problem is that how we can check the mapping of this link, means which page will it call?
2. One link which is in Webdyn Pro iView, opens some page and the requirement is that I have to open some other page. How can I achieve this?
Please help me.
With Best Regards
Deep Nain Kundra

Hi Deep
Yes i knew it.
there is no corresponding webdynpro application is found for My bookings.
here we have to define the ITS based service PV8i (my bookings) ( this is also new for me but i can do it)
it's little bit customizing work for Homepage framework.
can u provide that which service under
SPRO->IMG->cross-application components->HOMEPAGE Framework->Services->define services->define services(add entry)
having this Resource EMPLOYEE_TRAINING_BOOKING_STATUS
click on position and search for service
EMPLOYEE_TRAINING*
double click to relavant service.
and provide the following detail.
service link text -> definetly it's My Bookings
service type -> this I needed
link resource -> EMPLOYEE_TRAINING_BOOKING_STATUS
regards,
kaushal

Similar Messages

  • ESS : Webdypro iView

    Hi,
    I have uploaded the ESS in Portal.
    There is one link which is in Webdyn Pro iView, opens some page and the requirement is that I have to open some other page. How can I achieve this.
    I also have seen
    SPRO->IMG->cross-application components->HOMEPAGE Framework->Resources->define resources->define resources(add entry). There I have EMPLOYEE_PAYCHECK_SERVICE in Resource Object Key. And when I double click on it, then there is :
    Directory Path : sap.com/ess~rem
    Object Name    : PaySlip2
    The problem here is that how I can find the respective iView for resource EMPLOYEE_PAYCHECK_SERVICE in Portal.
    Please help me.
    Regards
    Deep

    Hi Deep
    U create a tranasaction zhr111 for program ZHINCEDT0 in R3.
    now u create a tranasaction iview for tranasaction zhr111
    in portal.
    now u want when employee click on salary statement than ur tranasaction iview (zhr111) can execute.
    SPRO->IMG->cross-application components->HOMEPAGE Framework->Services->define services->define services(add entry)
    find following
    EMPLOYEE_BENEFITPAY_PAYCHECK
    double click to open it.
    now change the service type : from webdynpro application to call a portal page (PCD)
    save ur entry. a warning occurs. press enter. relese the request.
    now from following.
    SPRO->IMG->cross-application components->HOMEPAGE Framework->Resources->define resources->define resources(add entry)
    find following resources.
    EMPLOYEE_PAYCHECK_SERVICE
    double click to open it.
    remove following.
    directory path -> sap.com/ess~rem
    Object Name -> PaySlip2
    make it blank.
    now under URL of PCD page.
    enter a PCD path for ur tranasaction iview (zhr111)
    make suer it's start with
    ROLES://portal_content/
    and check on PCD Page static.
    save ur entry. a warning occurs. press enter. relese the request.
    restart the portal server.
    regards,
    kaushal

  • Custom ESS/MSS iview question

    Hi all,
      The requirement is to create a custom ESS/MSS iview under one of the worksets in portal. For example I am creating a custom Beneifts iview under the Benefits workset.
    I have to get the user  personnel number to get the corresponding data in the WD application that i am creating. Where do i get this value from?
    My assumption: It is stored as a global variable in a different WD component and i have to reuse the component in my new application to get the corresponding variable
    I have tried my best to make the question clear. let me know if this needs to be more clear.
    Thanks in advance,
    Reddy

    Hi Reddy,
    There might be some portal events raised when a employee is selected. You should subscribe this event in your custom component and work on.
    I do not know if the following information useful for you.
    SAP note -- https://service.sap.com/sap/support/notes/1112733 -- with Portal Eventing code to subscribe:
    subscribe_to_event("urn:com.sap.mss.employeesearch",
    EVENT = "selection_changed".

  • 'java.lang.NoClassDefFoundError' when displaying ESS webdynpro iviews

    Hi,
    We are running ECC5 backend & EP6 SP9. I have done the following :
    (1) Applied via SDM the XSS components & ESS 60.2 Business Package in EP6
    (2) Configured SLD
    (3) Create/Maintain necessary Jco Destinations
    (4) Create necessary System landscape (SAP_Webdynpro_XSS and etc)
    (5) Activated integrated ITS 640 in ECC5
    When I try to access any ESS webdynpro iviews from the Portal, for eg the Address iview :
    https://Portalhost.domain/webdynpro/dispatcher/sap.com/essusaddr/Per_Address_US
    I received the following error :
    java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/progmodel/api/IWDEventId
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
         at java.lang.Class.getConstructors(Class.java:865)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:68)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:38)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doInit(ClientComponent.java:775)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:329)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:352)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:593)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Any idea what went wrong ? Appreciate your help.
    Thanks,
    Joanna

    Hi Joanna,
    You can find information abt ESS from the following links
    https://websmp203.sap-ag.de/ess
    http://help.sap.com/saphelp_nw04/helpdata/en/52/01fc3f17c2c342e10000000a1550b0/frameset.htm
    Regards
    gEorgE

  • No preview button or option for all ESS MSS iViews under portal content

    Hi All,
                We are doing a green field implementation for one of our clients, we have installed ECC 6.0 with EHP5 in R/3 system and SAP Netweaver Portal 7.02 with SP8. We have also deployed suitable ESS MSS business components from service market place.
    BP_ERP5ESS 1.41
    BPERPESSWDA  1.50
    BP_ERP5MSS 1.51
    As it is EHP5 in ECC all the Homepage framework, Areas, Sub areas, services are preconfigured for standard ESS MSS business areas.
    In Portal side under Portal content - Content Provided by SAP - End User Content - Employee Self Services -
    we are not able to preview any of the iViews. can anyone suggest whether what may be wrong...?

    Hi Sandeep,
    1. Yes we are accessing portal through FQDN
    2. IE 6.0
    3. I mentioned above, its SAP Netweaver 7.02 with SP8
    4. Yes, the user I am using has Super Administrator role
    5. There are roles for ESS in ECC 
    This problem of preview is for other iViews also. I mean other than ESS MSS iViews.
    Thanks,
    Kalam.

  • ESS bank iview problem

    Hi All,
    I am trying to change name of view and New bank buttons in ess/bank iview.
    I didn't find the view which got these buttons. I even checked in used dc like ess/pss but this dc got previous and next button which are common for all applications. But my problem is to change view and New bank buttons. Can anyone tell me from where these button are coming.
    Thanks
    Keerthi

    Hi Soumya garu,
    How do u do? I'm learning SAP Portals. I dont have adequate material to prpare for interviews. Can you give some material to me if you have??????
    I stay in HYD. My email id is [email protected] My no. is 9885386867.
    Thanks in advance,
    Bhushan Reddy

  • Ess standard iviews

    hi experts,
                   can you please tell me anyone, is there any standard iview regarding attendances in ESS?
    How do we deploy attendance iviews into portal?
    if you have any ess standard iviews screen shots , plz refer me.
    THANKS & REGARDS
    veeranji

    We have attendance overview in MSS also Team calendar can be configured to show attendances using table v_t554s_web
    Apart from that you can see Recording working time.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/80/7d6641df6c7f47e10000000a1550b0/frameset.htm

  • Modifying ESS/MSS iViews

    Hi,
    Can someone please guide me to how I can modify standard ESS/MSS iViews, for example, to remove unwanted UI elements etc. The portal version is EP6. Also, I understand that with EP7 most iViews are Web Dynpro Java/ABAP, can these be modified also? Is there any docs or how to guides which will show me how to do this? Are there any Weblogs out there that anyone knows of? I've been searching and searching but have had no such luck thus far. All help will be very appreciated.
    Thanks
    Tony.

    The "cookbook" for ESS is available via service.sap.com (the specific OSS note is attached too can be found with a search on here....sorry, don't know it right off). The cookbook does apply for EP6 and ESS ECC5.0. Basicaly, it steps you through setting up NWDI(JDI), creating your "project", pulling the needed Webdynpro into your NW Dev Studio, modifying it and re-deploying to NWDI and onto the portal.
    An even better way....there is an online class available from SAP (it is part of the ERP2004 training) that covers ESS/MSS in-depth as well as modifying the files. The entire course (of which ESS/MSS is a small part) is $500 USD last time I checked....well worth it.
    The new ESS/MSS/self-service WebDynpros are based on the Floor Plan Manager framework which can be tricky to understand....the class above helps cover that too...has material I have found no where else but in the class.
    Hope this helps.

  • How to modify ESS/MSS iviews without NWDI

    Hi Everybody,
    The last couple of day's I have been searching the forums to find an answer to the above mentioned question. Is there a way to modify the ess/mss iviews without NWDI?
    I have tried allmost anything I could think off... Unzip the files and import the files manualy into nwds etc...
    After while I saw a posting that SCA files could be imported in the latest version of NWDS, I was able to import the SCA files of SAP into NWDS 7.1, but I am not able to create a project out of them. Probably this will also lead to issues when uploading the newly build sca files into portal 7.0.
    Can anyone help me?
    Thanks in advance.
    Kind regards,
    Xander

    Hi Xander,
    Some time ago I had the same question as you and as you I tried several things to load the SCA file to NWDS but after several tests it was loaded but without the screens.
    I was able to create the project but it was missing many things when I tried to compile the project,  the reason for this is that the ESS Package has a dependency in other SC as specified in the SAP Note 872892 - JDI/NWDI Cookbook for ESS/XSS (NWDI.zip File).
    When you have all the dependencies (SCA files) it is a bout 700 MB which is a lot to load locally and figuring out exactly what you need  will take a long time so at the end I could not use any trick to avoid the use NWDI as I only had to do 1 change to 1 DC ess/ca/padata so installing NWDI was an overhead for that only change, but at the end I have to do it.
    I found the same posting as you and it seems NWDI 7.1 has the feature to do exactly what we needed.
    But if you want to modify just the iviews as you are mentioning in your post you can do this straight in EP Content after copying your own content from the SAP standard content to do your modifications.
    Best regards,
    Juan Jose

  • ESS child iviews are not coming in PCD.

    Dear All.
    We are working on ESS Implementation and we installed Netviewer 7.01 sp6.
    Our ECC version is 5.0.
    We deployed SAP_ESS  100 SP21 
                          SAP_MSS  100 SP21 
                          SAPPCUI_GP  100 SP21 
                          BP_ERP4ESS  60.2 SP0 
                          BP_ERP4MSS  60.1 SP1
    I configured SSO and JCO correctly, but In PCD only overview ivew is coming for
    all application( for ex travel only overview iview is coming child ivew is missing ).
    For MSS all iviews are coming.
    Kindly suggest me what to do.(I stuck on this point).
    Regards,
    Abhishekh Singh
    Enteg Infotech Pvt Ltd.

    Thanks.
    we are using ERP 2004(ECC 5),
    Kindly help me why ivews (only overview is coming for all application) for ESS is not coming in PCD.
    Overview is working but I have requirement to give customer
    only iview for my trips and expenses.
    I created iview using SC but the link inside (create expense ) is not working
    What I planned if I will get standard  Iview for My trips and expenses then I will copy this to my own
    ESS role and I will do personalization according to my customer.
    But I am not getting the standard ivew itself.
    Kindly help me to resolve this.
    Regards,
    Abhishekh Singh
    Enteg Infotech Pvt Ltd.

  • How to allow modification of Country key in standard ESS "Adress" Iview ?

    Dear all,
    In the standard ESS Personal Information Iview and especially "Adress" Iview, the COUNTRY drop down list can't be modified, modification is deactivated, Country drop down list isn't accessible. But I need to let people select their country when they indicate a new adress (emergency, foreign adress, secondary adress...).
    In SPRO>ESS>Personal data/information -->I use country 06, infotype 0006, application case 1 permanent residence.
    I tried the CTRL+right click method but I can't activate the country "modification" (no button to solve my issue).
    I looked at the below thread but I do want to know if there's really no standard way to allow people to modify that usual field?
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=profile&title=ESSPersonalInformationUIenhancementwithoutmodification&decorator=printable
    Many thanks by advance for your advices!
    BR
    Blandine Landais

    Many thanks for your answer!
    I've tested it on another system (EHP3 this time) and you need, indeed, to activate business functions (new releases of EHP) in the customizing to allow editing of other country forms. The address iview is a new one too, so no way on an ECC6.0. We tried to search a solution within the abap way but it would generate such a big specific development that I'm not sure we will implement it..
    Thanks again for your helpful answer.
    BR

  • ESS Leave Request - Custom validations

    Hello all,
    As I understand SAP does not perform any custom validations (which we might have coded within the PBAS0001 enhancement OR the HRPAD00INFTY business add in) when requesting a absence from ESS~LEA leave request iView from the portal.
    Hence to validate the absence record, I attempted to insert the HR_INFOTYPE_OPERATION function module and run it in CHK operation mode to validate the data in the PT_GEN_REQ~START_WF business add in method.
    If the validation fails I return RETURN_CODE as non-zero from the business addin. However I keep getting a dump as a result.
    Can anyone advice if this has been tried successfully and any alternate if @ all?
    Thanks in advance.
    Regards,
    Aditya

    You can easily to do so with badi pt_abs_req or pt_gen_req
    you can call exits in badi, read here the steps
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/ValidationsforESSLeaverequest
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/LeaveRequestVariousConfiguraton+Steps
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/108c31e7-b6a7-2d10-3692-c1a9f7a5c4dc?QuickLink=index&overridelayout=true

  • ESS Address iView issue

    Hello all,
    I am facing problem with the address iview (for US country) of ESS. The telephone no. field is being displayed in the edit mode of the iview also the communication with 2 options. But in overview I am not able to see phone no. though value is present. I can see only Area code...
    for e.g. Expected: Telephone no. <area code> <phone no.>
                Current situation:  Telephone no. <area code> blank
    Same thing happens with Communication field. I can see F4 help, but not able to see Telephone no. fields at all in overview, whereas in Edit mode they are present.
    Saw some posts suggesting some doc for resolving this. /thread/302943 [original link is broken] , /thread/393598 [original link is broken]
    Personal information removed
    I will greatly appreciate if anyone can take some time to tell me how to fix this.
    We are on EP7 EHP1 SP3 and ESS 603 SP7
    Thank you,
    Amol.
    Edited by: Matt on Jun 8, 2011 11:22 AM

    Looks like ur trying to show the details on the overview.
    Try the above options, looks like in newer releases they are configurable but in older releases we need to change the Web Dynpro java code.
    In the BizCardsView, you have to modify the wdDoModifyView
    and add the fields that has to be shown in the Overview to the fieldInfo array.
    Note: If you modify the standard sap delivered code, at SP upgrade the changes would be over written, so u would have to do it again. If its mandatory better to create a new custom DC.
    Regards
    Yugandhar Reddy

  • ESS CATS IVIEW ACCESS

    Hello,
    We have an ESS role with the CATS Iview. We wants to deny the access to this iview for people that don't have a specific status. How we can restrict and disable the acess for the CATS iview wihout creating two roles ?
    Thanks a lot,
    Regards,

    Not sure about hiding but you can show specific error msg. in case the emp doesn't meet certain condition.
    Lets say you have link for timesheet. When employee clicks on it, if he meet certain condition he'll be shown timesheet entry page otherwise an appropriate error msg. This can be achieved using WDNavigation API. Create a new WD app. which has logic to determine whether timesheet iview has to be shown or not. Using WDNavigation API in the application, navigate the user to appropriate page. If he satisfies the condition, navigate to cats iview otherwise show error msg. The iview which you create from this custom WD app. should be inserted in place of existing timesheet iview in the ess role.
    cheers~
    avadh

  • ESS  Java Iviews vs. SAP GUI for HTML Templates

    Hi
    We are currently implementing ESS in 4.6c using ITS.  We are planning on using the standard delivered ESS services and some custom iviews. We are planning on creating the custom iviews in Java as we can re-use when we upgrade to WAS6.4.
    Can we use both Java iviews via a JCo (similar to MSS)and the standard delivered ESS services using ITS ?
    Do we need create internet services for the Java iviews that will connect with R/3 thru Jco ( Is it the same as SAP GUI for Java)?

    Just got of a project where we implemented ESS/MSS on R/3 4.6 using custom iViews in JAVA. Basically we developed one iView template that can be configured using attributes for different services. Each service can be used for ESS and MSS. This decreases frontend development work quit a lot because for most new services you only need to develop RFC's and then configure the iView to use those RFC's and the metadata.
    Depending on you timeline you will either need one frontend and one backend resource. You can use one resource if that person knows JAVA and ABAP but it will take longer to finish the service or you can have multiple resources if your timeline requires to have multiple services finished at the same time. You can mail me directly if you have more questions: [email protected]

Maybe you are looking for

  • Listener not working in one of the servers of the Standby site

    Hello, The system is a RAC with two servers working as Primary site, and two servers working as Standby site. Both servers of the Primary site are sending redo logs to one of the servers of the Standby site. The other server of the Standby site is no

  • Sorting albums within an artist

    Okay so I used to be able to sort my different albums by the same artist within the order that I set by going into "get info" and saying the albums were disc 1 through 10 or what have you. For example, if I had Linkin Park in my iTunes, I could say h

  • Opening pdf files from the internet. through reader

    hi, i am able to open pdf files from email and any pdf files i create. i just cant access any pdf files from the internet...it closes the page completely. can anyone help?

  • Equivalent of netstat for Symbian, specifically E7...

    Periodically, my E71 decides to make a network connection. I've narrowed it down to one of two culprits and I want to figure out what exactly it's doing. I've found Dr. Jukka's excellent Y-tools, and can see which Symbian processes are running. (And

  • I have an IPad 2, 3G WiFi unlimited internet access, How can I share it with my PC laptop?

    I have an IPad2 3G WiFi with unlimited internet access, but i want to share it with my PC laptop. I already have an Iphone with such feature, however I have only 5 Gb by month, I know the easiest way is to interchange SIM cards, but it would make mor