Getting infotype view in ESS

Dear Friends,
We are using SAP EP 6.0,my SAP ERP ESS 60.2. I would  like to know how to get the infotype view in ESS. We would like to know how to get the view of a custom infotype in the personnel information section of ESS. We have created a transactional iview(PA20)and we would like to see only the infotype screen 2000 view instead of PA20 initial screen.
Our requirement is that, we should be able to get the infotype details of the <b>employee who has logged in</b> and not any other employees.
Awaiting your valuable inputs!!
Regards,
Mahesh

Hi Mahesh,
GO to PFCG transaction and look for SAP ESS role in R/3. Add the custom infotype no in the role. 
For viewing only the particular user data in the portal, you have to maintain user mapping.
For this logon to portal and go to user administration -> Usermapping. Enter the portal user in the search box and choose user from the dropdown list and select go. The user is displayed. After this select the user and choose the R/3 system from the dropdown list and enter the ESS user name and password in the input box provided and save data.
Now when you logon with the portal user you will be able to view only the mapped user data alone and not other pernr details.
Regards
Arun

Similar Messages

  • Add Infotype 77 on ESS Screen

    Hi,
    I am supposed to create the Infotype 77 screeen in WD Java and add it under ESS Personal Info. I do have knowledge in Webdynpro Java but am not updated on FPM. Can some one let me know step by step procedure to accomplish this.
    Also I believe there are some RFC's in backend which can be used...
    HRXSS_PER_P0077_CA                   ESS PersInfo: Access infotype 0077 CA
    HRXSS_PER_EDIT_P0077_CA           Select the given record for edit
    HRXSS_PER_MODIFY_P0077_CA      Modify selected record with given record
    HRXSS_PER_NEW_P0077_CA           Create new record of given infotype/subtype
    HRXSS_PER_READ_P0077_CA          read all records of an infotype relevant for ESS Pers Info
    will they all be required to develop each WD FPM screen??
    regards
    Justin K

    Hi,
    1st would be
    You can develope this application by two ways ....i.e
    Webdynpro Java and
    Webdynpro ABAP
    If you are doing form Webdynpro ABAP then you need to from SE80 ...then form there you need to create Webdynpro application
    Then similary it would create the FM for the same ......
    in that FM you need to give the following RFC's
    HRXSS_PER_P0077_CA ESS PersInfo: Access infotype 0077 CA
    HRXSS_PER_EDIT_P0077_CA Select the given record for edit
    HRXSS_PER_MODIFY_P0077_CA Modify selected record with given record
    HRXSS_PER_NEW_P0077_CA Create new record of given infotype/subtype
    HRXSS_PER_READ_P0077_CA read all records of an infotype relevant for ESS Pers Info
    Then it will work fine
    for more information on ABAP Web Dy Pro you can get it in following ways
    http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm

  • Bizcards view in ESS

    Hi,
    Do any documents or threads available on 'Bizcards' views of ESS.
    If so, please provide me the links.
    kind regards,
    Raj.

    Hi Sharadha,
    I have modified the addresses screen and in addresses screen for 'contact name' field I have done validations in its corresponding component controller's 'isConsistent'  method. If the user without inputting the data into this field and clicks on Review button, an error message arises stating the field is empty and should be filled. This all I am doing for emergency address scenario.
    The following steps may help you in getting my problem.
    1. Created new emergency address
    2. left Contact Name blank
    3. Clicked Review
    4. Got error message that Contact Name was blank
    5. Filled in Contact Name and saved the record
    6. System created 2 bizcards: one with Contact Name & one without Contact Name
    <b>Expected result</b> is record with missing Contact Name should not get saved.
    Please let me know, how to solve this problem.
    Thanks in advance.
    Kind regards,
    Raj.

  • How to get the view link definition from the view link accessor

    Hi,
    I am using Jdev 10.1.3 and ADF BC. I am trying to do deep copy in a master/details view, after the new child record is created, I want to update the foreign key attribute. I know I can get the list of attribute definitions from the row in the view object, which include the view link accessors, I am wondering if I can get the view link definition from the view link accessors, so that I can get the source and destination attribute names.
    Thanks!

    Hi,
    you should get this through
    ViewObject vo = this.findViewObject("LocationsView1");
    int indx = vo.getAttributeIndexOf("DepartmentsView");
    ViewAttributeDefImpl vAttrDefImpl = (ViewAttributeDefImpl) vo.getAttributeDef(indx);
    ViewLinkDefImpl vdefImpl = (ViewLinkDefImpl) vAttrDefImpl.findViewLinkDefImpl();
    Note that this code starts from the ApplicationModuleImpl class, which is why I used this.findViewObject().
    Frank

  • How to get standard view or table for the standard inforsource

    Hi all:
          According to business reqirement, we are going to use standard inforsource 0CO_OM_CCA_10,
    we need to know the standard view or table in order to corresponding DataSource?
    could you please tell me how to get  the standard view or table or DataSource?
    Couldn't thank you more!

    Hi Sony,
    Goto RSA1>BI content installation>goto objects>double click on the Infosource>then a pop-up comes search for that infosource-->select it and click on transfer
    Before that in the right side of the tab select the grouping as "Before and afterwards of the dataflow" and collection as automatic.
    then you get all the datasource/cubes and all the object related to the infosource.
    OR another option is-->
    Goto RSA6 in the R/3 and search for the datasource with the name "0CO_OM_CCA_10" (don't forget to expand all the tree structure in RSA6)
    then goto that datasource and double click on the datasource then you will get the Extract structure of that datasource.
    double click on the extract structure then you may get the View name also.
    hope this helps...
    Regards,
    Ravi Kanth

  • How to get the view Object in UserDefined Action

    Hi  All,
       Any body tell me how to get the view object , like the view object avilable in the wdDoModifyView() method as parameter.
    I have requirement like, i want to change the , no of rows displaying in the table should be changed at the runtime based onthe no of rows  selected in the dropdown box.
    The action which i created will be assigned to that dropdown box, on select of the available option, i will get the view object and change the properties of the "maxrows" of the table .
    so for getting the view object in the  the Action methods tell me what is the procedure for getting the current view object.

    Hello Vishal,
    Simply create a value attribute (say rowCount) of type 'integer' and bind it to the 'visibleRowCount' property of your table. Then, in the actionHandler get the value from the UI element (in your case, I guess it is drop down) and set it to the attribute 'rowCount' like this.
    wdContext.currentContextElement.setRowCount(
        wdContext.current<nodeElement>.set<AttributeBound toDropDown>);
    Bala

  • Why can't I get list view in calendar?

    I can't get List View any longer in Calendar on my iPhone. Why?

    IF you are running 8.x iOS then on the top right side are three icons - three bulleted horizontal lines, search and then a Plus sign
    If you click on the three horizontal line icon you will see the list
    Which iOS are you on?

  • Can't get album view in genius mixes to work right

    Hi - I'm not sure what is going on but I can't see the list or cover view while in Genius mixes. Also, some of the album covers are showing up and some not. But - I can't see what the mix is as the list won't show up and that makes the Genius mix not worth using if I can't even see what Itunes is selecting for me.
    I tried looking in the view menu but no help.

    I can't see the list or cover view while in Genius mixes.
    You don't get list view or cover view with the mixes. You can always submit this as a request to Apple at:
    http://www.apple.com/feedback/itunesapp.html
    Also, some of the album covers are showing up and some not.
    Are you talking about in iTunes? When you select that individual song in the main "music" section and pull up "Get info", do you see the artwork in the artwork tab?
    Or is it ok in iTunes and is the problem just on your mobile device? If so, which one.
    I can't see what the mix is as the list won't show up and that makes the Genius mix not worth using if I can't even see what Itunes is selecting for me.
    You can pull it up in DJ if you want, and that gives you a glimpse of what's in there, but only a max of a 100 songs. But, frankly, it sounds like the lack of visibility into genius mixes are sufficiently annoying for you that you might want to consider not using it. Use plain old genius playlists (select song, hit , save it as a playlist): That behaves more like it sounds like you want.

  • How to get the view tree from a jsp page

    Hi,
    I would like to get the view tree of a jsp page. The idea is to dynamically include the content of one or more jsf pages into a UIPanel during a "value changed" event.
    So, i could get from an arbitrary page like ...
    <%@ taglib uri="http://java.sun.com/jsf/core"   prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html"   prefix="h" %>
    <h:panelGrid columns="3" width="100%" rowClasses="gridTop">
        <h:outputText value="#{someBean.someValue}"/>
    </h:panelGrid>... the corresponding List of components...
    Any idea?

    Thanks for your answer Jayashri,
    The view tree can be retrieved by this way during the page is parsed, for example with scriptlets <%%>, or once the page has been parsed (the view has been builded and attached to the FacesContext).
    My problem is to get the view tree of a page from another Context.
    The idea is to build a dynamic layout of some pages that represents "views". I can imagine this like the concept of perspectives and views of Eclipse IDE.
    Because of the difficulty to build it with pure JSP (cannot use dynamic ID nor JSTL ForEach), I try to build it into my backing bean and to bind it with a <h:panelGrid/>. By this way, I'm not able to use the <jsp:include/> tag as I usually did to include some content into the view tree.
    Sorry for my english ;)
    - Renaud.

  • Get infotype data in e-mail/sapscript - Dynamic action-

    Hello,
    we developed a dynamic action sending a mail if an employee leave the company.
    We can catch data in infotype 0000 and 0001 in the sapscript used in the mail, but we would like also fetch data from other infotypes.
    We tried to generate an ABAP code from an ad hoc query, but it was impossible to get the return tables in the sapscript.
    Are there other solutions to get infotype data in saps scripts?
    Kr,

    Hi ,
    you can follow the below solution .
    1. Create a custom report for the leaving/terminated employees by using the action in infotype 0000 with field massn, massg.
    2. you will get all the employees from table pa0000 who are laving between a date interval .
    3. by using the personnel numbers from pa0000 get other infotypes information.
    4. create a smartform/script for your requirement.
    5. using the program you can send the data to the employees.
    another way .
    if you know the name of the script you can create some variables for the other fields from other infotypes in that script and you can populate the variable values using perform in program command using a custom program in that script.

  • How to Create infotype views through pm01

    I need to create a view for infotype 21. There is a tab for creating infotype views in pm01 transaction. but not sure how to use it. There are fields such as 'additional IT' and 'View'. Not sure what needs to be filled in these fields. I have created the structure for my view(PS0955). Can somebody help me out with this?

    Well what I meant by view was to create a new infotype but it won't be maintained in standard way through pa30. It is basically a view (infotype with some subscreen) that will be called on existing infotype screen (in my case IT0021). So instead of modifying the standard infotype 21 screen I can append my desired fields to this through view.
    Well my issue now has been resolved. But now I have yet another issue.
    I want to create my own screen for existing infotype. For that I know that I have to copy the existing standard screen 2000 and rename it to some other number. However, i want to know what is the exact procedure. What are the other steps involved with it. Any body can help?

  • Q. 2:  Powerpoint for Mac 2011  Version 1     How do I get PRESENTER VIEW to work so I can see my notes and the audience only sees the slide show?  Currently PRESENTER VIEW shows up on the flatscreen and my laptop shows only the slide show....?!

    Q. 2:  Powerpoint for Mac 2011  Version 1     How do I get PRESENTER VIEW to work so I can see my notes and the audience only sees the slide show?  Currently PRESENTER VIEW shows up on the flatscreen and my laptop shows only the slide show....?!

    As PowerPoint it a Microsoft product, you may find that you get better answers to your question on their PowerPoint forums.
    Best of luck.

  • Can't get the view function to work properly...

    For some reason, I no longer can get the VIEW function to do what I want. Specifically, everytime I try to get ARTIST to show, it shows ALBUM BY ARTIST instead. This does NOT happen in my downloaded file, only in the entire library. Anyone else have this happen to them? Please advise.

    In the Masked Artwork folder go to a photo with the keyword "food".   Does it have a check mark at food?
    I have had situations where the photo had the keyword printed under the title, but the check mark is not present.  A search with that combination for the keyword yields "no image found".
    Go to bottom of your keywords panel and look under Other Keywords.  Is Food there and checked?  If so you can right click on this keyword and Find will work.  If you have the type of situration where keyword has no check mark in your tree, except for at Other, I found you have to delete them and then re-enter them.  It will then work.
    Let me know what you find discover.

  • How can I get Disco Viewer to remember the user's final filtered worksheet?

    Hi every one:
    How can I get Disco Viewer to remember the user's final filtered worksheet?
    Each time the users login they have to make several operations (drillings, pivots, etc) to get their reports customized as they want. I wonder if is there a chance I could configure Disco Viewer in order to remember the last worksheet layout, and set it as the initial worksheet the next time the user login?
    Thanks in Advance
    Jorge

    Once your users have customised the report to their requirements, they can add the URL of final data diaplay screen to their favourites menu in the browser.
    Next time they want to run the same report, they can access the URL saved into favourites, they'll just need to enter their password to run the report when prompted.
    I know that this works with Oracle Applications user id's, and that the URL "remembers" User Name, Oracle Apps Responsibility, Workbook Name, and Paramteters Used, Table Layout Customisations, and Page Item selections... so in theory it should record Drill information too.

  • How can I get Disco Viewer to remember the user´s final filtered worksheet?

    Hi every one:
    How can I get Disco Viewer to remember the user's final filtered worksheet?
    Each time the users login they have to make several operations (drillings, pivots, etc) to get their reports customized as they want. I wonder if is there a chance I could configure Disco Viewer in order to remember the last worksheet layout, and set it as the initial worksheet the next time the user login?
    Thanks in Advance
    Jorge

    Once your users have customised the report to their requirements, they can add the URL of final data diaplay screen to their favourites menu in the browser.
    Next time they want to run the same report, they can access the URL saved into favourites, they'll just need to enter their password to run the report when prompted.
    I know that this works with Oracle Applications user id's, and that the URL "remembers" User Name, Oracle Apps Responsibility, Workbook Name, and Paramteters Used, Table Layout Customisations, and Page Item selections... so in theory it should record Drill information too.

Maybe you are looking for

  • Power Supply blows a fuse, Ext Soundcard power outages, Time Machine.

    Power Supply blows a fuse, Ext Soundcard momentary power outages. Time Machine won't backup. Ok here's my setup Mac Book Pro 13" APRIL 2011 latest firmware. 8GB RAM. Surge Protected mains connection.. M-AUDIO FIREWIRE SOUNDCARD AUDIOPHILE most recent

  • Mail - url link color changes in mail signature

    Hello all, I've just tested a new signature, created in mail.  In it, I use a couple of custom colors to match our company colors.  Looks great.   However, when I send it out to myself to test, my email info in the signature [email protected] and our

  • [Athlon64] help me

    i have 768mb of ram in my pc. runs fine. then i installed one more 256 mb of ram and my pc goes crazy. when i turn on the pc i always get error. says that it has uncover an error and had to shut down. i have a k8t neo with amd 64bit processor. anybod

  • Journal Voucher PLD

    Hi All, I'm using PLD, my client want that on Journal Voucher they will print the "user". The user(usersign) resides on the OBTD table but in SAP B1 2007B PLD theres no OBTD table in the list of database. How will I print that data? Thanks and Regard

  • Cap Lock and Number Lock

    I recently upgraded my MacBook to Leopard two days ago. Just a few minutes ago, I needed to hard restart my mac (i've been having problems with this, i'm having it checked on fri. in the genius bar). I noticed when it restarted the num lock and cap l