Display of budget in the portal

Hi,
I have an organizational structure in place with a chief position. An employee occupies the chief position and all the necessary comp plans are configured. In addition, i have the budget configured and rolled-up for the comp planning, but am not able to see the budget in the portal. Also, when i access the comp planning iview, it tells me that the users in that org structure don't have a budget assigned.
1.) Is there any configuration that needs to be done from the portal side to make sure that the budget is displayed in the portal ?
2.) Is there a reason i get the errors about the employees not being assigned the budget. My assumption is that once you created a budget based on an org structure and release it, it automatically reflects in the portal.
Any help is appreciated.
Thanks,
Bhushan.

Hi Nazeer,
I am not sure there is any out of box solution for this from SAP. I did this by coding a AbstractPortalComponent in NWDS.
part of the code which can be of help is
IUserFactory userfactory = UMFactory.getUserFactory();
String unique_user = (String) users.next();
IUser user = userfactory.getUser(unique_user);
IUserAccount account[] = user.getUserAccounts();
response.write(" <TR class=\""cls"\"> <td>" + account[0].getLogonUid() + "</td></tr>\n" );
Now this out put can be printed in jsp or can be downloaded in excel.
Regards,
Vishal
PS: Reward points for helpful answers.

Similar Messages

  • Displaying vertical pages in the portal

    Hi ,
    I am creating a portal file and want to render the pages in the book vertically
    rather than horizontal alignment.
    Pls. help me on this .
    Nidhi

    There is an optional attribute on the book called "orientation"
    you may set this to "top", "left", "right", "bottom". However it is up to the
    skeletons: book.jsp and singlelevelmenu.jsp (or multilevelmenu.jsp) to honor that
    property. Currently none of the skeletons do. You can write your own though, start
    by copying one of ours, and create a new look and feel that refers to your skeletons.
    "Nidhi" <[email protected]> wrote:
    >
    Hi ,
    I am creating a portal file and want to render the pages in the book
    vertically
    rather than horizontal alignment.
    Pls. help me on this .
    Nidhi

  • Display multiple roles like in BEX browser onto the Portal

    Hi All,
    What is the best way to display BW roles onto the Portal.
    Thanks,
    Tom

    Hi Patricio,
    In the backend BW system, there are BW roles assigned for each user. When I go to the BEX browser, I see these BW roles that contains queries and workbooks. Now how do I display these BW roles onto the portal.
    Thanks,
    Tom

  • How to disable Purchase Order Print Preview function in the Portal

    We wish to expose some purchase order functions in our SAP Portal 7.0. The problem is that when we run any of the purchase order transactions as SAPGUI for HTML, the Print Preview function displays the full purchase order. This means that any user who wishes to short cut processes can display and then print a purchase order before it has been approved if they use the Portal to display the purchase order.
    If the purchase order transaction is run from the normal SAPGUI, the Print Preview function only displays the top of the purchase order and the print function is disabled. Has anyone tackled this problem before and worked out a way of stopping users from using the Print Preview function to display purchase orders in the Portal and then print them?
    Regards,
    Tom Maggs

    hi,
    DATA: w_compop    TYPE ssfcompop.
    w_compop-tdimmed   = ' '.     "Print Immediately control parameter should be empty..
    Then only print preview pop-up will come..
    then call your smartform like this..
    CALL FUNCTION fnam
        EXPORTING
          control_parameters = w_ctrlop
          output_options     = w_compop
              TABLES
          it_vbdkr           = it_tvbdkr[]
          it_vbdpr           = tvbdpr[]
          it_zglentitycode   = it_zglentitycode[].
    regards
    vijay

  • Changing the Portal Navigation structure

    Hello everyone,
    I am also trying to modify the Portal general look and feel. I want to change the portal navigation structure (not just the themes and templates) the way first and second level navigation has been arranged. Do you have any idea as to how to do this?
    One example could be, can I center all the second level navigation items. Can I modify the tab separators etc.
    Would appreciate any help.
    Regards,
    Deepak Shankar

    hello
    Refer following links for portal login page change..
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    A fast and easy Portal logon page customizing
    <b>Customizing the Logon Screens</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    <b>Changing the authschemes.xml File.</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/3afd4e641b8f42ac07bb77fe30375b/frameset.htm
    <b>Display Animated Logo in the Portal Login Branding Image dynamically: </b>Display Animated Logo in the Portal Login Branding Image dynamically
    Display Animated Logo in the Portal Login Branding Image dynamically: Display Animated Logo in the Portal Login Branding Image dynamically
    The standard logon component containing the code and resources used by the logon screens is shipped in a portal archive (PAR) file named com.sap.portal.runtime.logon.par.
    Import the par file as a project in NWDS. Browse through the tree structure of the project. In the PORTAL-INF folder, various jsps are available.
    1)umLogonPage.jsp
    2)umLogonCertPage.jsp
    3)umResetPasswordPage.jsp
    4)changePasswordPage.jsp
    5)umHelpPage.jsp
    6)umLogonProblemPage.jsp
    7)umLogoffPage.jsp
    8)umLogonTopArea.txt
    9)umLogonBotArea.txt.
    Inorder to change the images, text in the logon page you need to edit Files 1,8,9
    The SAP logo is referenced in umLogonBotArea.txt as sapLogo.gif.
    The branding image branding-image.jpg is referenced in umLogonBotArea.txt.
    Edit the images name in these files and put your new images in the layout folder of the project.
    If u want to remove the " register now" option in the logon screen, remove the self registration tag in the umLogonPage.jsp
    Cheers..
    Chinmaya
    Reward for helpful answers

  • Work item not getting displayed in the portal

    Hi  experts,
    We are creating a protoype for one of the standard HCM form for change in working time. When we initiate the process, the workflow is supposed to identify the agent(which is the manager in this case) and push the work item in the inbox of the manager.
    In our issue, we are able to see the workitem in SAP inbox, but the same work item is not getting displayed in the portal.
    If we try to approve from the SAP inbox, the hard coded message u201CWork item can only be executed using the Portal and the UWLu201D comes. [this comes through the method of  one of the tasks 17900101 which we are using for approving the form]
    We commented the message by using a Z class. Now we donu2019t get the hardcoded message, but still the workflow does not complete from here.
    Can this be aan integration issue of the workflow tasks with the portal??Can someone elaborate on this??

    <ItemType name="uwl.task.webflow.TS17900101.SAP_ECC" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SAP_ECC" externalType="TS17900101" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="ApproveFormApp"/>
                <Property name="WebDynproDeployableObject" value="sap.com/pa~asr~formstep"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    You have to say to your portal team to modify their XML file as above. In simple you hvae to configure the task in the portal and in the SWFVISU txn as follows with the following vizualization parameters
    Task TS17900101 and visualization type is JavaWebDynpro
    APPLICATION     ApproveFormApp
    PACKAGE     sap.com/pa~asr~formstep

  • Print a KM document displayed in the portal

    Hi Experts,
    I'm implementing ESS MSS for a client and I was asked to add an iview in the same page as Address to inform employees which other companies/phone provider.. they should inform when they change their address.
    I added a KM document with the different addresses they should contact and displayed on the right on the screen like they asked.
    Now they want to add a print button in order to print this KM document directly from the portal, I suggested the 'by default' browser's print clicking in the right button but they refuse (because the page is printed and not only the KM iview), they want to have a seperate button to print just the KM document.
    Any suggestion guys?
    Thanks you

    In this case nothing to do with the KM Document iview.
    You need to write your custom code in the KM document for getting the print button and print functionality.
    Raghu

  • Adobe Form not getting displayed on the portal

    Hi,
    From the MSS portal when I run the process, the associated adobe form(using HCM) doesn't get displayed on the portal. Initially the problem was with higher version of acrobat reader but now it is solved. Now I am not getting any error or warning but adobe form still not getting displayed.
    Please help.

    Later

  • Display a Calendar View in the Portale Server

    Hi, we use portal server 6.2 and we want to display a view of the calendar inside a channel of the portal.
    We know that portal have a calendar provider but we really didn't understand how can we use this provider to call a custom view of the calendar.
    Is it possible to display a custom view of the calendar inside a page of the portal ?
    Thanx

    Probably better to be posting this in the Calendar forum.

  • How to get the error message from a AWS code to display on the portal

    I implemented IAuthProvider, it works, within the code when authentication fails, I threw AccessDeniedException(customMessage) but when the login fails, the login screen always display the "You could not be logged in to the portal." error message, how can I get it to display the custom message? Am I throwing the wrong exception?
    TIA.

    Simpler? Uhm as far I know there doesn't exist any magic and you have just to write one or two lines of Javascript code yourself. Is that hard?

  • Hierarchy variable inpu help not displayed correctly in the portal

    Hi ,
    I have a problem when trying to select Hierarchy in the variable selection screen hierarchy  is not being displayed
    correctly in the portal/browser  . When running the same report in BEX Analyser  and in RSRT with HTML option the
    hierarchy displays correctly in the variable selection screen .
    In Portal Var selection screen Hierarchy is displayed side by side ie horizontally not level by level.
    Please help.

    Thanks Venkat, Problem is solved with the note u mentined

  • How to display the Portal System ID in a theme or iView?

    Hi everyone,
    I am trying to figure out a standard way to display the Portal system ID within the portal theme or within an iView.   The complaint from users is that, if they are working in both Production and multiple test systems simultaneously, it is very difficult to decipher which system they are actually in.
    Does anyone have experience with this previously?
    Thanks in advance.

    Hello Charles.
    A standard way is a modification of the Portal name which is displayed in a title bar of a browser's window.  For this you have to edit the Central Configuration:
    1. Open System Administration > System Configuration > Service Configuration;
    2. In Browse Tab open  Portal Runtime > Central Configuration;
    3. Locate and modify portal.html.head.title property.
    4. Save changes.
    5. Restart portal server.
    Best regards,
    Aliaksandr Zhukau

  • How to display the Full Name in Masthead of the Portal

    Where exactly in the HeaderiView.jsp I need to edit to be able to display the full name in the Masthead of the portal.
    e.g.
    Welcome Paul Jones

    Hi Paul,
    Following customized code displays Full Names on my portal:
    private String GetWelcomeMsg(IPortalComponentRequest request, String welcomeClause)
        IUserContext userContext = request.getUser();
        if (userContext != null)
              String firstName = userContext.getFirstName();
              String lastName = userContext.getLastName();
              String displayName = userContext.getDisplayName();
              String salutation = userContext.getSalutation();
              if (displayName != null)
                   if(salutation != null)
                        return java.text.MessageFormat.format(welcomeClause, new Object[] {displayName, salutation, " "}).toString();
                   else
                        return java.text.MessageFormat.format(welcomeClause, new Object[] {displayName, " ", " "}).toString();
              else if ((firstName != null) && (lastName != null))
                   if(salutation != null)
                        return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, salutation}).toString();
                   else
                        return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, " "}).toString();
              else
                   return java.text.MessageFormat.format(welcomeClause, new Object[] {userContext.getUniqueName()," ", " "}).toString();          
        return "";
    Regards,
    Sergei

  • Leave not displaying correctly on the Portal.

    Hi,
    The leave displayed in IT 2006 and PT50 are more than what is displayed on the Portal.

    Hi
    pls check if your portal is pointing to the correct backed system, also check if you refresh the ivew does it change.
    Regards
    sameer

  • Why portal content is not displayed when we give the server IP in the url

    Hi all,
    I have small doubt in portals.
    When we give the portal url in the browser with server alias(Eg: http://rajportal:50000/irj/portal ) it will display the portal roles and the content,
                           but when we give the Portal server IP instead of server alias (eg: http://10.10.30.30:50000/irj/portal)  it will display only portal roles but not the portal content.
    please can any one explain the reason
    thanks
    Rajeev

    Hi,
    Please the URL is fully Qualified Domain based one or not.
    Please check out the links-
    Fully qualified name of the portal service application
    Regards
    Lekha

Maybe you are looking for