Doubt with Workset and Area Page

Hi. I am configuring ESS for two country. For the Country A1 the company not want display the Area Page of Career and Job and for the country A2 they want display this Area of Page.
I modified the FM HRXSS_GET_MENUDATA and this work fine and not display the Area of Page . The problem is that Workset still appears.
I have  only a role. If I delete the workset in the role, this is delete for the two country.
The Question is: Is necessary that I create tow roles for the country A1 and A2? Or Can I do this using a FM(Function module) for that the workset can be hided for the country A1 and not for the country A2?
Thank in advance for your help
Best Regards
Carmen.

Hi,
The way we handled is we created 2 roles one with the worksets that should be available for everyone and 2nd role having the workset which is supposed to be hidden based on the country.
And user Role merging concept, so unless 2 roles A1 and A2 are assigned the subtab will not be shown. And did enhancement to the FM HRXSS_GET_MENUDATA.
To solve the issue you need to manage the Portal Roles.
Hope this helps.
Cheers-
Pramod

Similar Messages

  • Quick Look PDF with vertical and horizontal pages

    Is there any way to make Quick Look preview a PDF file with vertical and horizontal pages without adding white padding and retaining the aspect ratio?
    Now, if I have a PDF with page 1 vertical and the other pages horizontal QL shows the latter also with the ratio of a vertical page and adds white padding at their top and bottom. You get the inverse output if the first page is horizontally oriented, but the rest are vertical.

    Word renders print jobs that change the orientation as separate print jobs. So, each print job becomes its own PDF.
    You can make an Automator workflow to combine PDFs. I’m not sure how it decides the order it combines them, so you’d have to experiment.
    This is built as an Application where you’d drop all of the PDFs onto the App icon and it will open the combined PDF where you can edit, name, and save.

  • CSS Rollover Menu with Images and Current Page Indicator

    Hello.
    I have found a very interesting video here: http://www.youtube.com/watch?v=vv8cRYGCvIY about creating a CSS Rollover Menu with Images and Current Page Indicator (I tested it and it is working fine).
    I have a web site with 15 pages based on a template and I want to use that video sample to do the same thing on my web site.
    Please tell me if I can use the sample from the link above to do that.
    What should I change in the css file (what new class should I make) to make this work on a web site based on a template  ?
    Thank You !

    I don't know about that video tutorial but a sitewide persistent menu indicator ('you are here' highlighting) is very simple to do with CSS classes.
    Details and code examples below:
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Printing from web pages is excruciatingly slow with most recent upgrades of Firefox .Use an iMac and an HP officejet printer. Printer works fine with Safari and woodprocessed files, but not with Firefox and web pages.

    Printing from web pages is excruciatingly slow since downloading most recent upgrades of Firefox Mozilla. I have a desktop iMac, OS 10.6.8, and an HP officejet printer 4500 G510n. The printer works fine with the Safari Browser and with woodprocessed files, but not with Firefox and web pages. Help please! It used to print fast with earlier versions of Firefox.

    Hello and welcome to the Apple Discussions Forum.
    I have hardly any experience with HP printers but since your posting has not been replied to yet I thought I'd offer some assistance.
    With the printer status and ink levels working, it shows that you have a connection to the printer. So I would look at the issue being with the protocol being used for the print queue on the Mac.
    Since you have XP and Vista working, I would check the printer queue configuration on either box. In XP, go to the Properties and select Ports. Click the Configure Port tab to view the connection. If you are using RAW, then this is known as HP Jetdirect-Socket on OS X. So if you are not sure what protocol was used before I would create another printer queue, this time selecting IP > HP Jetdirect-Socket. Then enter your IP address and select the K5400dn from the Print Using menu.
    If this still fails to print then please reply. There may be limitations with adding the HP driver this way that I am not aware of. There may also be other driver options you can look at, such as HPIJS. If Greg Sahli reads this posting he has expert knowledge on this matter and will be able to offer some guidance.
    PaHu

  • Search rollover page number not consistent with thumb and pdf page number

    Please respond by e-mail to
    [email protected]
    Adobe Reader 9.0 and 8.1.2.
    Mac OS X 10.4.11
    Mac PowerPC G4
    640 MB SDRAM
    Does Adobe Reader have a search window phrase rollover, yellow-highlighted pop up page number bug displaying the wrong page in some circumstances?
    If Yes, how do I report that bug to get Adobe to fix it?
    Viewing the same PDF:
    MacPreview does not have the problem described below,
    Adobe Reader does have the problem.
    Adobe Reader, search phrase rollover, pops up a page number that is yellow-highlighted, e.g., p# 29, and is wrong, whereas the page number for the thumb and PDF are both the same and are correct.
    My PDF has been set on Acrobat Pro to properly paginate the first eight pages in lowercase Roman numerals (i, ii, iii, iv, v, vi, vii, viii) followed by Arabic numerals (1, 2, etc.). My PDF uses an AcrobatPro special setting to properly handle this pagination scheme. The search phrase rollover pops up a yellow-highlighted page number that wrongly adds 8 pages to the page number for the thumb and for the PDF page. Suspiciously, we have 8 pages with lowercase Roman numbers. Remember, viewing the same PDF, MacPreview works perfectly, producing identical and correct page numbers for the phrase, thumb, and PDF.

    the method u followed is fine as need a page number staring from a specify value which u input.
    @section is only for resetting page number to 1 for every group and for that pdf and ppt will be fine but only for rtf u need to use that ( pressing F9).
    u can use @section and initial page number combined but they give u same output as get now. rtf output wont support it will only reset 1 every time
    What ever u do rtf output wont support initial page number code ..........
    i mentioned that F9 work around to mention that it is the only work around u have upto now to control rtf output with regards to page number.
    Guru's correct me if i am wrong. wait for a day or two if some one from guru's confirm it .
    If u need real confirmation raise an SR oracle will let u know .

  • Navigate with MVC and XML pages

    Hi guys,
    I'm having some trouble with navigating through my app.
    Although there are lots of examples on SCN, it's probably something that I didn't pick up or I missed.
    I'm creating an app, that has an index.HTML starter file, and all others are XML.
    Index:
    jQuery.sap.registerModulePath('Application', 'Application');
    // Load your application js   
    jQuery.sap.require("Application");
    Index.js
    jQuery.sap.declare("Application");
    jQuery.sap.require("sap.ui.app.Application");
    sap.ui.app.Application.extend("Application", {
      init : function() {
      main : function() {
      // create app view and put to html root element
      var root = this.getRoot();
      var view = sap.ui.xmlview("App", "view.App");
      // set i18n model
      var i18nModel = new sap.ui.model.resource.ResourceModel({bundleUrl : "i18n/i18n_ro_RO.properties"});
      view.setModel(i18nModel, "i18n");
      view.placeAt(root);
    >  }
    App.view.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <core:View
        controllerName="view.App"
        xmlns:core="sap.ui.core"
        xmlns="sap.m"
        xmlns:mvc="sap.ui.core.mvc">
        <App id="app">
            <mvc:XMLView viewName="view.HomePage" id="idHomePage" />
            <mvc:XMLView viewName="view.Order" id="idOrder" />
        </App>
    </core:View>
    And 2 pages. HomePage and DetailPage.
    What I want is to navigate from Home to Detail. I can't use split app.
    This is the function that I'm using to do it:
    handleListSelect : function (evt) {
      var app = sap.ui.getCore().byId("App");
      app.to("Detail");
    but I get the awesome error: "Uncaught TypeError: Object [object Object] has no method 'to' "
    That means I didn't declare something right or at all ?
    Thanks in advance,
    Marius

    Hi Maria,
    Got it,
    In the App.view.xml:
    Replace the following line :
    <mvc:XMLView  viewName="view.HomePage" id="idHomePage" />
    with the following
    <mvc:XMLView  id="homePageView"  viewName="view.HomePage" />
    And Similarly,
    Replace the following line:
    <mvc:XMLView viewName="view.Order" id="idOrder" />
    with the following:
    <mvc:XMLView id="orderView" viewName="view.Order" />
    Please do let me know

  • PDF with portrait and landscape pages

    I have a pdf with following composition:
    - first page include a dynamic table where users can click a button to add rows (portrait orientation)
    - second page include static content (portrait orientation)
    - third page include static content (landscape orientation)
    - fourth page include static content (portrait orientation)
    The problem is that when the table grows, the second page takes the landscape orientation,
    the third page takes the portrait orientation...
    It's possible keep the settings defined for that all pages generated from dynamic table takes
    portrait orientation, and the next page (initially the third page) keeps the landscape orientation.
    Thanks in advance.

    Don't works correctly.
    Attached a pdf test.
    https://www.yousendit.com/directDownload?phi_action=app/directDownload&fl=SWhZekZuTkFuSlR2 WnBSYTA4bnVnVE9yVEh2Z0g0R2oxeStBYWNnMnpwZDBFT0FjRlZrSW9acXREaGJNUWRGeC95VVhBWnlVQndJaks5d3 JPb3F4VXprMEhnb2hUbFlaMFlDWmNBPT0&experience=bas
    Thanks!!

  • When i try to upgrade iPad, i cannot proceed with terms and conditions page

    i forgot my apple ID password when i after i upgrade my ipad. So i changed reset my password online. After i entered new password, terms and conditions page appeared, however there was no response no matter what option i choose be it agree, disagree or A and B.
    maybe i accidentally disconnected my ipad with my Mac air at that time? I was not paying attention to that. now i dont konw what i can do.
    i do not know the version of the previous system. however i updated as it pompted up that there is a new update.

    Reset iPad and continue with update.
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • MySQL Sytax error with master and detail pages

    Master and Detail pages.
    I get an SQL error when I click on an Item in the Master
    page.
    “You have an error in your SQL syntax; check the manual
    that corresponds to your MySQL server version for the right syntax
    to use near 'ID = 16 LIMIT 0, 10' at line 1 “
    If I try to open the detail page I get
    “You have an error in your SQL syntax; check the manual
    that corresponds to your MySQL server version for the right syntax
    to use near 'ID = -1 LIMIT 0, 10' at line 1 “
    I created this pair by simply clicking on Insert/data object/
    master detail page.
    I have tried this various ways, but always get the same
    result.
    Is there a bug in CS3?

    Sorry I have solved it myself.
    I had accidentally put a space in a table header in the mySQL
    data bank.
    All works well now.

  • Printing a document with A4 and A3 pages

    I often have documents consisting of both A4 and A3 pages.
    When I print them I would like the A4 pages to be printed double sided and the A3 pages to be printed single sided.
    How can I set Adobe reader/my printer to do this?
    Thanks!

    There is no way to do this by just choosing a setting. There is not that level of printer control.

  • Word document pdf printing with vertical and horizontal pages

    I have a Word document that has both vertical and horizontal formatted pages.  When I print to PDF, the I get a new pdf file whenever a page orientation change is found.  pages 1 to 7 are vertical, 8 to 12 are horizontal and 13 to 20 are vertical again.  If I print to a file named "out_to_PDF" I get 3 files named "out_to_PDF", "out_to_PDF2" and "out_to_PDF3", the first one with pages 1 to 7, the second one with pages 8 to 12 and the third one with the remaining pages.  Is there a way to get only one file with all the pages?
    I know I can merge the files later.  This file with 20 pages is no problem.  I have several 70+ page docs, with multiple changes between horizontal and vertical that will result in 20 or more separate pdf files.
    Any pointers?

    Word renders print jobs that change the orientation as separate print jobs. So, each print job becomes its own PDF.
    You can make an Automator workflow to combine PDFs. I’m not sure how it decides the order it combines them, so you’d have to experiment.
    This is built as an Application where you’d drop all of the PDFs onto the App icon and it will open the combined PDF where you can edit, name, and save.

  • Problems with facebook and loading page in Safari

    When I am chatting on facebook and try to click around on the page, most specifically when I have other tabs running on Safari, facebook will not completely load and i will get the spinning cursor on the facebook tab that will not go away. It continually tries to load with no success. I have to close the window and open a new one for it to go away. It only seems to happen when I am chatting with people on facebook chat...any suggestions?

    Ok...
    Time to get out your install disc, run the Disk Utility app and check the startup disk for errors.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    (In Mac OS X 10.4 or later, you must select your language first from the installer menu)
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your startup disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. *Make sure there is always 15% free space.*

  • Help with pagination and conditional page breaks

    I have a rather complex form where pages are added based on what the user has entered in a table with repeatable rows.  For most of the pages, conditional page breaks are working fairly well, but I have a group of pages with nested subforms that need page breaks.  The inner subform is breaking as expected, but the parent page break isn't triggering for some reason.
    Is this a bug within Livecycle or is it possible to fix?
    Thanks!

    May be having a look at the form helps..
    If you can send the form and XML data file to [email protected] I can have a look at it..
    Thanks
    Srini

  • Problems with filters and jsp pages.

    I have the following simple filter that checks if there is user information in the session object and redirects accordingly:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class LoginFilter implements Filter
         public void init(FilterConfig filterConfig) {}
         public void destroy() {}
         public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
         throws IOException, ServletException
              System.out.println("filter");
              HttpSession session = ((HttpServletRequest)request).getSession();
              String action = request.getParameter("action");
              if(action != null && !action.equals("login") && !action.equals("wronglogin"))
                   if(session.getAttribute("username") == null)
                        ((HttpServletResponse)response).sendRedirect("index.jsp?action=wronglogin");
                        System.out.println("User not OK, kicking out...");
                   else
                        chain.doFilter(request, response);
                        System.out.println("User OK, letting in...");
              else
                   chain.doFilter(request, response);
    }The filter is mapped to an admin page with the name index.jsp. However, I get an error for every <% and %> tag in the file (there are quite a few) when I use the filter with the page. The page works fine without the filter, and the filter seems to work with pages without scriptlets (without the <% and %> tags). Here is the beginning of the error report:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 6 in the jsp file: /admin/index.jsp
    Generated servlet error:
    Syntax error on tokens, AnnotationName expected instead
    An error occurred at line: 6 in the jsp file: /admin/index.jsp
    Generated servlet error:
    Syntax error on tokens, delete these tokens
    An error occurred at line: 6 in the jsp file: /admin/index.jsp
    Generated servlet error:
    Syntax error on token ";", [ expected
    An error occurred at line: 6 in the jsp file: /admin/index.jsp
    Generated servlet error:
    Syntax error on token ";", [ expected
    An error occurred at line: 6 in the jsp file: /admin/index.jsp
    Generated servlet error:
    Syntax error on token ";", [ expected
    Jasper gives me many errors per <% and %> tag. As you can see there is a <% tag on line 6. Any idea, why this does not work?
    Thanks!
    Message was edited by:
    chincillya

    What is the JSP scriptlet code at line 6 ?
    By looking at the code we can identify if there are any syntax errors, otherwise we can't really guess what might be the problem.

  • Problem With Sliders and Area of a circle-

    Hey everyone--
    New to Java and trying to work on an application where an oval is being manipulated by a slider and i have to caluculate and display the semi major(basically the diameter) and semi minor axes and caluculate the area of the ellipse. The center of the ellipse. should be on the center of the panel. A JSlider should be provided to alter the length of the major axis of the array. Note: the major axis may be along the x-axis (horizontal) or y-axis (vertical). The slider should be set up to represent percentage of the major axis. When the slider is at 0%, the major axis length would be equal to zero. When the slider is at 100%, the major axis length should be equal to the length of the JPanel.
    The major part I am having trouble with is how to get the oval to start at the center of the JFrame and how to get the circle to stop at the ends of the width of the JFrame and the ends of the Height of the JFrame.
    I have two different classes here they are below: the ovalPanel just draws a circle on it self and then the slider demo is an extension of that and is being used to calculate the area and semi major etc...
    import java.awt.*;
    import javax.swing.*;
    public class ovalPanel extends JPanel
    {  int diameter = 10;
    public void paintComponent(Graphics g)
    super.paintComponent(g);
    g.fillOval(246,237,diameter,diameter);
    public void setDiameter(int newDiameter)
    diameter = (newDiameter >= 0 ? newDiameter : 10);
    repaint();
    public Dimension getPreferredSize()
    return new Dimension(500,500);
    public Dimension getMinimumSize()
    return getPreferredSize();
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class sliderDemo extends JFrame
    {  private JSlider diameterSlider;
    private ovalPanel myPanel;
    private JPanel textPanel;
    private JTextField textField1, textField2, textField3;
    private JLabel label1, label2, label3;
    public sliderDemo()
    super("Slider & Ellipse Demo");
    myPanel = new ovalPanel();
    myPanel.setBackground(Color.YELLOW);
    diameterSlider= new JSlider(SwingConstants.HORIZONTAL, 0, 400, 10);
    diameterSlider.setMajorTickSpacing(10);
    diameterSlider.setPaintTicks(true);
    diameterSlider.addChangeListener(
    new ChangeListener()
         public void stateChanged(ChangeEvent e)
         myPanel.setDiameter(diameterSlider.getValue());
    textField1= new JTextField(5);
    textField2= new JTextField(5);
    textField3= new JTextField(5);
    label1=new JLabel("semiMajor: ");
    label2=new JLabel("semiMinor: ");
    label3=new JLabel(" Area: ");
    textPanel = new JPanel();
    textPanel.add(label1);
    textPanel.setLayout(new GridLayout (1,3));
    textPanel.add(textField1);
    textPanel.add(label2);
    textPanel.add(textField2);
    textPanel.add(label3);
    textPanel.add(textField3);
    Container container = getContentPane();
    container.add(diameterSlider, BorderLayout.SOUTH);
    container.add(myPanel, BorderLayout.CENTER);
    container.add(textPanel, BorderLayout.NORTH);
    setSize(500, 500);
    setVisible(true);
    public static void main(String args [])
    sliderDemo application = new sliderDemo();
    application.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    Anyone help out with this--would be greatly appreciated
    rich_crush

    Here is a better description of what is needed :
    Write a GUI application that displays an ellipse (oval) of variable size and calculates and displays the semi-major and semi-minor axes and the area of the ellipse. The size of an ellipse is determined by two constants, conventionally denoted a and b. The constant a equals the length of the semi-major axis (i.e. half of the length of the major axis); the constant b equals the length of the semi-minor axis (i.e. half of the length of minor axis).
    The area enclosed by an ellipse is , where � is Math.PI.
    All drawings must be done on a subclass of JPanel, and the result of the calculations should be displayed in JLabels. The center of the ellipse. should be on the center of the panel. A JSlider should be provided to alter the length of the major axis of the array. Note: the major axis may be along the x-axis (horizontal) or y-axis (vertical). The slider should be set up to represent percentage of the major axis. When the slider is at 0%, the major axis length would be equal to zero. When the slider is at 100%, the major axis length should be equal to the length of the JPanel. The initial major axis length should be at 1/2 of the panel length.
    As the ellipse. changes, the lengths of the semi-major axis, semi-minor axis, and the area should be updated and displayed.
    The animation below illustrates the Ellipse Slider program in motion. As you see, the drawn shape will be a circle until it grows big enough to touch the long sides of the JPanel, after which, it will grow as an ellipse (oval) until it touches the narrow sides of the panel.
    Please help--very confused :)
    rich_crush

Maybe you are looking for