Part Appraiser's Portal pages

Hello,
We wanted Part Appraisers & Further Participants to access the appraisal documents of their appraises.
I know how the Manager access the appraisals from his Status overview pages.
I do not know, if sap had delievered any BSP application, for the Part appraisers & Further participants to access their appraise's appraisal documents.
Thanks in advance for the help.
Regards
Raghu

Raghu,
There is no standard delivery for PartAppraisers & futherparticipants.But u can tailoring it with ease. Copy the 'app for managers' and pass different params (part_app) in <b>'HRHAP_DOCUMENT_GET_LIST'</b>
call function 'HRHAP_DOCUMENT_GET_LIST'
      exporting
*      sel_filter                  = 'TODO_LIST'
        add_on_application          = 'PA'
        plan_version                = '01'
*     T_TEMPLATES                 =
*     T_TMPL_DETAIL               =
*      t_appraisers                = t_appraisers
*     S_AND_OR                    = "where appraiser OR part
*     T_APPRAISEES                =
        t_part_appraisers         = lt_part_appraisers
Rgds,
Jothi.P

Similar Messages

  • Refreshing a single portlet rather than the whole portal page

    Ok, here's my situation.
    I have two pdk portlets on my portal that communicate through page parameters. Portlet A has a bunch of search fields, a customer drop-down list, parts drop-down list, division, etc. Portlet B takes those parameters, queries the database, and displays the results. I would like to be able to refresh portlet B without reloading the whole portal page.
    I have onchange events on all of my drop-downs that will do a javascript post back to portal, which will in turn set my page parameters, and I see there is a 'refreshPortlet' function in a javascript file that portal provides that will refresh a single portlet based on a portletReferenceId. It is normally called when a refresh button is clicked in the portlet header, but I don't see any reason I can't call it after my javascript post, that is, if I had the portletReferenceId for the other portlet. I thought about making a hidden html table on the page that, I could fill with the portlet names and ids for each portlet as they load, that way I could reference that list from any portlet. The problem is I can't figure out where the ids are coming from. Based on the code behind the button, the function is looking for something like this 646_701285_646_1_701271, but the closest thing I can come up with is this 676114_POSTCONTENTPORTLET_467414915 which I got from PortletRenderRequest.getPortletInstance().getInstanceName(). As you can see, it's not even close. Does anyone know where the correct id could be coming from? It's got to be available to me somewhere, doesn't it?
    The only other option I can think of to accomplish my goal is to use straight up ajax to display portlet B, but that kind of defeats the purpose of portal doesn't it?
    Any help would be greatly appreciated.
    Thanks,
    Doug

    You can use Ctrl+F4 to close the current tab. I don't think that you can change the Alt+F4 action with Keyconfig.

  • Changing Header data in the part appraisal document

    I have implemented a BADI using the definition HRHAP00_ACC_HEADER. The next step is to ensure that at Category level the Changes to Part Appraisal enhancements is selected on the Enhancements tab page. However, the enhancement is not displayed in the tab selection - please tell me how to display it or do i need to add it to a specific table?

    Hello,
    the enhancement areas allowed under "further template behaviour" are:
    BA         Column Access
    BB         Pushbutton Access
    BC         Business Check
    D1         Default Appraiser
    D2         Default Appraisee
    DE         Default Execution Period
    DN         Default Appraisal Name
    DP         Default Part Appraiser
    DR         Default Review Date
    DV         Default Validity Period
    PM         Maximum Number of Part Appraisers
    So:
    1) choose one of these areas for your enhancement
    2)Locate this area in T77HAP_EX_AR, double click on it and add a new entry with the filter value for the BADI you want (note that the matchcode will not show it, but you can enter the name of the filter in field "enhancement". When you hit "enter" it will be recognized and the descriptive text will be automatically entered in field "text").
    3) Enable your enhancement at category level
    4) Select it from "further template behaviour" (you should add a row in the pop-up window, note that first the system asks for the enhancement area so be sure to choose the one you chose before in T77HAP_EX_AR).
    5) Enjoy!
    Hope it helps
    Regards,
    Rodrigo

  • How to adjust size of Portal Page Panels for WDA Applications

    Hi,
    I am designing a Portal Page using Page Layout "3 Colums (Narrow:Wide:Narrow" for WDA application.  The problem is that the width of the web dynpro contents on the Left and Right panels ("Narrow" parts of the Page Layout) is not very wide, leaving lot of empty space between those panels and the Center ("Wide") panel.  Is there a way that I can adjust the width of each panel in the mentioned Portal Page Layout?
    I went through SAP library which mentions using method lr_port_manager->navigate_absolute but I am not clear how to pass the width value in the method.  If that method is relevant, can someone give a code example (no copy/paste from SAP Library pls.) of how to put the width value (e.g., 300  in the method?  Also, in which method (e.g., WDDOINIT) I should execute the code.
    Will greatly appreciate the help!
    Thanks,
    Tony

    You can easily create a custom page layout with your desired widths.
    Take a look at this blog:
    The specified item was not found.
    Thanks,
    Shanti

  • Order of execution of JPDK Portlets inside the same Portal Page

    We have 2 Sample JPDK Portlets from the same provider on our page
    - A LoginPortlet that accepts the username and Password
    - A Welcome Bin Portlet that shows the logged in user's details
    Once the user enters username and password in the LoginPortlet, we authenticate the user and set his username and other details in the 'ProviderSession'.
    Further, in the Welcome Bin Portlet, we access the username and other details of the user from the 'ProviderSession' and display.
    Though this solution seems to be working most of the time, we have an issue at times when the Welcome Bin Portlet executes before the LoginPortlet and hence is unable to fetch the userName and other details which are not yet set in the 'ProviderSession'. Hence, wanted to know if there is an execution order that we can enforce on the Portlets in a Portal Page, so that we can mandate that LoginPortlet Rendering shall happen before WelcomeBinPortlet Rendering.
    Further, had it been a JSR168 Portlet, I understand that we could set the details over to the 'ProviderSession' in the 'ProcessAction' method of the LoginPortlet, which for sure gets executed before the Rendering of all the portlets. Is there a similar way or a hack while using JPDK?

    The Private Event Submission sample portlet shows how to achieve this. It is part of the PDK download.
    Peter

  • What is the Web Dynpro tab on the portal page?

    Newbie here...
    I am confused between NDWS and the Web Dynpro tab on the portal page.  As I don't have access to either right now, I need to know what is required by a Portal Content Admin to maintain an application.  The Basis people do the JCO setup.  Those are the only tabs I have seen when using the Web Dynpro tab from the portal, not NDWS.  Seeing as I don't have access to either tool, and I have to ask for what I need and I don't know what I need...  Been there?
    I guess my question is the use of the two tools.
    Thanks,
    Amy Smith
    Haworth, Inc.

    Thanks so much for a quick response!
    So, the Web Dynpro Content Admin is normally a part of the content admin role.  Hmm... I get a "you are not authorized" when I click that tab, even though I can do iViews, etc. and was told I have the content admin role.  So if no one edited the rights of the content admin, I should be able to get into Web Dynpro Content Admin tool.  Is this so?  Is there any special user config, check box, etc in addition to the role?
    Is the Dynpro content admin tool useful for content admins or content developers?
    My Basis person does not want the content admin to be able to change JCO settings.  Is there a way to give the content admin rights to everything in the WDCA   except that? 
    Thanks again.  I am a J2EE developer who volunteered to take content admin and content development roles and am trying to figure out what has been done here and what needs to be done.  On top of that anyone who has been involved claims "I know nothing..."  until I ask specific questions.  It's just hard to know what the specific questions are.
    I know, training...  No money. Sigh...  I am good at doing tutorials and reading manuals and experimenting, however, I need access to the right tools and permissions first.
    Thanks again.
    --Amy Smith   Haworth, Inc.

  • Part Appraisal column in appraisal document

    Hi,
       In a template we have one appraise , one appraiser and one role as part appraiser...
    In R/3 that part appraiser column is coming in the editable mode.. but in standard BSP itself that part appraisal column is coming in the display mode always//
    is there any solution for this..?
    i need that column in editable mode..

    If in R/3 its coming in editable mode and only in BSP Page (HAP_DOCUMENT) its coming in Non-editabl emode, then I will ask you to check the Implementation for the BADI "HRHAP00_ACC_HEADER"....
    Note -
    1) The filter name (Filter created for the Implementation of the BADI) is assigned in the Appraisal Template as follow..
        Transaction PHAP_CATALOG -> Select the Template -> Processing Tab -> Further Template Behaviour -> Enhancement Area   
        name = "Header Access",
    2) Inside this implemetation (hope you will find one in the step1, they case code with the UI_MODE, which differntiates BSP and R3

  • Part appraisal document for self and subordinates

    Hi All
    I have created a part appraisal document , for self and sub ordinates. When I logged in to portal , the subordinates are able to view the document whereas document created for self are unable to. For self as well as for subordinates , we have configured the document in ESS only. It may be due to some powl query issue but am unable to identify if its powl issue or some authorization issue,In either case , how to identify the same. Please suggest.
    Thanks
    Smriti

    Hello Smriti,
    Can you clarify the issue for me - you have created one appraisal document and in the header data have defined the part appraisers as the employee and subordinates, and only the employee is unable to access the part appraisal document?
    When you created the appraisal template, on the 'Roles' tab, is the role for 'Self' ticked?
    Can the employee access any of his other appraisal documents from the portal?
    Is IT0105 data maintained for the employee's SY-UNAME?
    Regards,
    Kendall

  • Oracle portal page error.

    Hi!
    When I click on a tab in Oracle Portal page i got the following error:
    - ORA-01403: no data found ORA-20101: ORA-06512: at "DEV_PORTAL.WWPOB_API_PAGE", line 5247 ORA-01403: no data found ORA-01403: no data found.
    In WLS_PORTAL.log fileL do not appear any error message but in the WLS_PORTAL.out i get:
    - ERROR: Repository Gateway error: Database Error: ORA=20001 ORA-20001: Unable to obtain session information from the cookie.
    ORA-06512: at "DEV_PORTAL.WPG_SESSION", line 174
    ORA-06512: at line 32
    I Have installed the 11g version in a Windows Server 2008.
    Anybody knows how can i solve it?
    Regards.

    Dennis
    A general shared_pool_size Q&A is part of the Troubleshooting Guide on OTN: http://technet.oracle.com/products/iportal/htdocs/portal_troubleshooting.htm
    The Configuration Assistant determines the shared pool size from the view v$parameter,
    which lists information about the initialization parameters (populated from init.ora file). If the shared_pool_size value is more than 15728640 (for a default installation), you pass the minimal requirements set by the Portal Installer. Make sure you actually write out all the digits (i.e. 1000000000) and don't use abbreviations (1000M). Currently, the Configuration Assistant does a numeric check against the values that are set and cannot resolve the abbreviate syntax.
    Also try running the sql [select value from v$parameter where name like 'shared_pool_size';] to check if the changes you are making in the init.ora is really getting populated in the v$parameter view. As long as you restart the database once you make the change in init.ora, it should take effect.
    null

  • Deploy only part of a portal

    Hi
    I have been developing a portal and now I want to deploy only part of the portal, leaving out the work-in-progress "books" and just deploying the finished books.
    How do I do that?
    Thanks
    Jeff

    There is no automated way to do this.
    My recommendation would be to deploy everything - as long as it all compiles. Create a separate .portal file that has only the books, pages and portlets that are complete. Use that as a template to create your desktop.
    Hope this helps.
    Kunal

  • Build portal pages

    Hello,
    I have installed Oracle AS 10g (Rel 2).
    Portal is the part of this installation.
    I wanted to buiild portal page.
    I am new to PORTAL.
    Could any one knows any link which coveres how to build portal pages?
    Is there any default template available in the installation?
    Regards,
    DN

    Also the user guide, part of the iAS Documentation:
    http://download-west.oracle.com/docs/cd/B14099_12/portal.htm
    accessible from
    http://www.oracle.com/technology/documentation/appserver1012.html
    (click "View Library", then click the "Portals" tab).

  • HELP! Need help generating TEXT-ONLY portal page...

    Text Only Portal Question:
    PLATFORM:
    =================================================================
    Sun Solaris (5.2 if memory serves) for db and mid-tier, running
    8.1.7 DB and 3.0.9 (1.0.2.2) portal.
    THE NEED:
    =================================================================
    I need to display text only portal pages. Some of the more
    detailed concerns at this point are below. Also, I've had an open
    tar on Metalink for about two weeks, and after research from
    their end has resulted in no help.
    THE ISSUES (so far):
    =================================================================
    IMAGES:
    If an anchor [A HREF=...] tag uses an image as it's "text", I
    need to strip out the ALT= text to show inside the anchor. If no
    ALT text is available, then I would like to show the image name
    as a default.
    For example:
    <img src=home.gif
    alt=Home>
    should display as:
    Home
    FORMS:
    How do I get the resulting page from a form (which include the
    login inputs and submit button, search box, advanced search page,
    etc.) to be displayed by the text only page?
    For example:
    When a form is called, the <FORM> elements are as follows:
    METHOD=GET or POST
    ACTION=url (relative or absolute) to the script.
    In this case, the action value is:
    ACTION=/servlet/page?
    pageid=6&dad=portal30&_schema=PORTAL30.
    This calls the advanced search API.
    I would expect that to redirect the browser back to some
    text-only version, the ACTION= element would have to be changed
    to be something like:
    ACTION=[pathscraper]?/servlet/page?
    pageid=6&dad=portal30&_schema=PORTAL30
    REDIRECTION:
    What happens when portal pages redirect internally? How do you
    get back to the text-only page?
    For example:
    The login link on the standard Oracle Portal home page flips
    from url to url to get to the actual login page. Our
    implementation of Oracle portal goes from
    [DOMAIN]/pls/portal30_sso/portal30_sso.wwsso_app_admin.ls_login
    to [domain]/pls/portal30_sso/portal30_sso.login_page.
    Since this is standard Oracle redirection, how can it be
    intercepted so the portal30_sso.login_page can be presented as
    text only?
    TRIED SO FAR:
    =================================================================
    I've written a socket/text scraper in Perl, running it from a web
    server. The problems mentioned above are really causing problems,
    plus the whole cookie thing. Since Oracle Portal tries to push a
    cookie to the client, when the client is another UNIX server,
    the cookie thing doesn't work.
    POSSIBLE OTHER SOLUTIONS:
    =================================================================
    Something...anything. I've tried to think of some method to
    create some sort of PL/SQL procedure to catch the content then
    strip out the HTML calls.
    An Applet to do the same thing, but on the client side, but
    since time is an issue, coding a complete Java applet isn't
    really an option.
    THE CONCLUSION:
    =================================================================
    HELP! I need some help. This is for a client that is government
    funded, and to meet Section 508 (part of the Americans with
    Disabilities Act that states web sites and applications must be
    made accessible. A text-only page is one of the requirements for
    an accessible page.
    Thanks,
    Ryan Stefani
    ps: feel free to contact me via [email protected] or
    [email protected]

    Use Find/Change and the GREP tab.
    Search for .+ and set the Find formatting to find the charcteristics you want.
    What will you do with this text once found? You'll need something to "change" to, either new text or Change Formatting options...

  • Portal Page

    1. There is minimum customization I can do with portal page by adding a HTML Portlet and writing my own html tags to the content area. I would like to know where the page resides, so I can access the source code and customize the whole page to my needs.
    null

    With the upcoming 3.0.8 release of Portal (shipped as part of 9iAS 1.0.2.1), we will be providing the new feature of "page templates" that will allow you to further customize not only the HTML body, but also the HTML header code of a portal page. It will work very much in the same way as page templates currently do within Portal Application components (charts, forms, reports, etc..)
    The code (metadata, page tags, etc) for a portal page reside in the portal repository within the database. We provide many declarative facilities (portlets, page styles, page layouts, 3.0.8 page templates, etc..) and the PDK that will allow you to customize and tune your portal pages as you please.
    Best Regards,
    Harry Wong

  • WebSpace Server 10 - How to seamlessly invoke a user's portal page from a U

    Hello,
    I am new to this. I am writing a portlet that will display patient-related information for a specific patient. I have a general practitioner user in web space 10 server. This user has access to the portlet. I would like to be able to construct a URL, embed it in a PDF document that the GP gets by email, allow the GP to click the URL and have the portal present user's page with the portlet parameters specified as part of the URL causing the portlet to display information for a particular patient.
    What I need to know are:
    0. Is this possible?
    1. Can a URL be constructed so that it invokes specific user's portal page (I suspect the answer is yes but I need to know what the URL will look like)
    2. Can I add query parameters to the URL in 1 so that a portlet can read them and act on them (how would I do this? I am using the JSF portlet bridge functionality since my portlets are of the Visual Web JSF Portlet kind). What Java incantation and XML incantations would I put in the prerender method of my JSF Portlet to get hold of the parameters embedded in the URL?
    Thanks in advance
    Michael
    Edited by: Michael.Czapski-Sun on Jun 3, 2009 12:11 PM
    Edited by: Michael.Czapski-Sun on Jun 3, 2009 12:12 PM

    Hi Vijay,
    Could you check below links
    Tracing Single User Sessions - Administration - SAP Library
    Display and Manage User Sessions (SAP Library - Tools for Monitoring the System)
    Hope this helps.
    Regards,
    Deepak Kori

  • Public Portal Page

    I am looking to create a public page with the login portlet as part of the page and also other dynamic public portlets.
    Is it possible to create a portal page that has static data, and portlets such as the login portlet that can be viewed by anyone.

    Yes, you can create a page, include the login portlet and make it available for public.
    I would not recommend to make this page the startpage of your portal since you want to include dynamic content. The startpage needs to load quick, dynamic content will increase the time it takes to load the page since you can't use time based caching.

Maybe you are looking for