Side Bar Navation with three Quick Links Help Required

Dear OAF Team
Can you guide me
we have to show the single page with side navation with three quick links(Employee Details, Salary details, Transfered Details)
when ever we click the Employee details link we need to show emplyee details complete with same page
when ever we click the Salary Details link we need to show Salary Details complete with same page
when ever we click the Transfered Details link we need to show Transfered Details complete with same page.
If any body having same code and page files please send me [email protected]
Thanks
Venkat Reddy

Dear Reetesh,
Am able to get the HTML Tab type But am not able to get the HTML Side Navigator Menu Type
I developed two search pages
1 Employee details
2 Assignment Details
Both information coming with Two Tabs in Home Page but my client want to show side Navigator Links
Please find what i created Functions and Menus
Function Creation Details
Function Name : XX_EMP_SEARCH
User Function Name: Employee Details
Web HTML: OA.jsp?page=/xxtab/oracle/apps/per/selfservice/webui/XXEmployeeDetailsPG
Function Name : XX_EMP_ASS_SEARCH
User Function Name: Employee Details
Web HTML: OA.jsp?page=/xxtab/oracle/apps/per/selfservice/webui/XXEmployeeAssignmentsDetailsPG
Function Name : XX_EMP_HOME_FUN
User Function Name: Employee Details Home Page
Web HTML: OA.jsp?page=/xxtab/oracle/apps/per/selfservice/webui/XXEmployeeDetailsPG&OAHP=XX_EMP_ASS_HOME_MENU&OASF=XX_EMP_HOME_FUN
Function Name : XX_ASS_HOME_FUN
User Function Name: Assignment Details Home Page
Web HTML: OA.jsp?page=/xxtab/oracle/apps/per/selfservice/webui/XXEmployeeAssignmentsDetailsPG&OAHP=XX_EMP_ASS_HOME_MENU&OASF=XX_ASS_HOME_FUN
Standard Menu Details
Menu Name : XX_EMP_STANDARD_MENU
User Menu Name : Employee and Assignment Details Standard Menu
Discription: Employee and Assignment Details Standard Menu
Promite Name : Employee Assignment Details
Submenu : Employee and Assignment Home Page
Home Page Details
Menu Name: XX_EMP_ASS_HOME_MENU
User Menu Name: Employee and Assignment Home Page
Menu Type : Home Page
Description: Employee and Assignment Home Page
1 Promit: Employee Details
Submenu: Employee Details Menu
2 Promit: Assignment Details
Submenu: Assignment Details Home Menu
HTML Side Navigator Menu Details
Menu Name : XX_EMP_HOME_MENU
User Menu Name : Employee Details Menu
Menu Type : HTML Side Navigator Menu
1 Promit: Employee Details Home Page
Function Name: Employee Details Home Page
Description : Employee Details Home Page
Menu Name : XX_ASS_HOME_MENU
User Menu Name : Assignment Details Home Menu
Menu Type : HTML Side Navigator Menu
1 Promit: Assignment Details Home Page
Function Name : Assignment Details Home Page
Please give me idea how to resolve this issue
Thanks
Venkat Reddy
[email protected]

Similar Messages

  • Right side bar problems with BC template

    I'm using the BC template that was called Cadca from themforest. It has a nice thumbnail portfolio gallery with a drop down menu called Categories. I am trying to use the Categories feature on another page WITHOUT the thumbnail feature. The problem is that it seems to over ride the class="box_one_third last". Which means that any box with box_one_third now has a preview_icon showing up on the box.
    You can see it here:
    http://www.eplusmarketing.com/video-sample-testimonial_4.html  Look next to the pie chart on the right side bar you'll see a shadow of the preview icon peeking out. Plus notice the sidebar and the main content the dividing line graphic disappeared.
    The problem I'm having is with a  sidebar that has the box_one_third. I tired to change it to: box_one_half and the side bar slides under the main content as shown here:
    http://www.eplusmarketing.com/video-sample-testimonial_copy.html
    the preview icon is gone, the nice dividing graphic is back, but it is no longer a side bar. The entire sidebar moved under the main content.
    Any ideas on how to solve this issue?

    Can anyone please help me with this problem regarding my website using the CADAC template (see the complete issue above posted on Oct 12th) and the issue about the portfolio categories drop down menu found on the Cadac BC's template?  Thank you!!

  • HT1338 can you provide me with a quick link to the latest version of Java for my mac 10.5.6

    can anyone help me with a quick fix for updating the latest version of Java and Adobe, a quick link?  operating system 10.5.6
    I don't have time to search! (12  deadline for submitting some work!)
    thanks!

    Hi Amy,
    You likely have the latest, but they're disabled for security reasons...
    http://blog.mozilla.org/addons/2012/04/16/java-plugin-blocked-for-os-x-10-5-and- older/
    Java Updates must be installed in order, but I think this was the last one...
    http://support.apple.com/kb/DL1359
    Disable Java in your Browser settings, not JavaScript.
    http://support.apple.com/kb/HT5241?viewlocale=en_US
    http://support.google.com/chrome/bin/answer.py?hl=en-GB&answer=142064
    http://support.mozilla.org/en-US/kb/How%20to%20turn%20off%20Java%20applets
    About Safari 5.1.7 and Leopard Security Update 2012-003
    Summary
    Learn about Safari 5.1.7 and Leopard Security Update 2012-003.
    Products Affected
    Mac OS X 10.5, Product Security, Safari 5.1 (Mac OS X 10.6), Safari 5.1 (OS X Lion)
    Safari 5.1.7 for OS X Lion, Safari 5.1.7 for OS X Snow Leopard, and Leopard Security Update 2012-003 disable out-of-date versions of Adobe Flash Player.
    Out-of-date versions of Adobe Flash Player do not include the latest security updates and will be disabled to help keep your Mac secure. If Safari 5.1.7 or Leopard Security Update 2012-003 detects an out-of-date version of Flash Player on your system, you will see a dialog informing you that Flash Player has been disabled. The dialog provides the option to go directly to Adobe's website, where you can download and install an updated version of Flash Player.
    Additional Information
    If you need to re-enable an out-of-date version of Flash Player, you can do the following:
    1. Navigate to the /Library/Internet Plug-Ins (Disabled) folder.
    2. Drag "Flash Player.plugin" into /Library/Internet Plug-Ins.
    3. If the browser is running, quit and restart it.
    http://support.apple.com/kb/HT5271
    See in each Browser which version of Flash it thinks it has...
    http://kb2.adobe.com/cps/155/tn_15507.html

  • I want to have JMenu on a Side bar(JPanel) with sub menu.

    I want to have the JMenu on the sidebar(which is a
    JPanel placed at WEST). This JMenu shall have the sub
    menu with it. I got the JMenu on the Sidebar but when
    i take mouse over(or click) the MenuItem it is
    displaying the sub Menu. I am attaching the my code.
    Can anyone please let me know why it is not displaying
    the sub menu and what should be added to my code to
    work?
    Thanks in Advance(see below for code)
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class SideBarMenu extends JFrame {
         JMenuItem menuItem1,menuItem2;
         JMenu books, softwares, tools;
         JSeparator horizontal1, horizontal2,horizontal3;
         JPanel p1, p2;
          public static void main(String[] args) {
           SideBarMenu vAR =  new SideBarMenu();
         public SideBarMenu() {
              super("Side Bar");
              setSize(500,500);
              setLocation(150,100);
              setResizable(true);     
              Container content = getContentPane();
              p1 = new JPanel(new BorderLayout());
              p2 = new JPanel();
              p2.setLayout(new GridLayout(20,1));
              p2.setBorder(BorderFactory.createLineBorder(Color.black,1));
              books = new JMenu("Books");
              horizontal1 = new JSeparator( JSeparator.HORIZONTAL );
              softwares = new JMenu("Softwares");
              horizontal2 = new JSeparator( JSeparator.HORIZONTAL );
              tools = new JMenu("Tools");
                                    horizontal3 = new JSeparator( JSeparator.HORIZONTAL );
              //sub Menu for menu "books"     
              menuItem1 = new JMenuItem("Java");
              books.add(menuItem1);
              menuItem2 = new JMenuItem(".Net");
              books.add(menuItem2);
              //sub Menu for menu "Softwares"          
              menuItem1 = new JMenuItem("Java");
              softwares.add(menuItem1);
              menuItem2 = new JMenuItem(".Net");
              softwares.add(menuItem2);
              //sub Menu for menu "tools"          
              menuItem1 = new JMenuItem("Java");
              tools.add(menuItem1);
              menuItem2 = new JMenuItem(".Net");
              tools.add(menuItem2);
              p2.add(books);
              p2.add(horizontal1);
              p2.add(softwares);
              p2.add(horizontal2);
              p2.add(tools);
              p2.add(horizontal3);
              p1.add(p2,BorderLayout.WEST );
              content.add(p1);
              setVisible(true);
    }

    Hi Ashwin,
    I saw the above code which is approaching my requirement... Thats cool man. Taking that as reference i modified it to make it what i want. The code i have modified and which is very closer to my requirement is attached below. I have set the Windows Look and Feel, because its easy to track my problems with it. The problems am having are:
    1) When the mouse is removed from the menu its submenu is not disappearing.
    2) When i take the mouse over the menu its making the name(Books/softwares/tools) of the menu invisible.
    3) When i take the mouse over the sub menu items they are not getting highlighted, which means they are not listening
    I hope u will solve these issues for me...
    Also make the menu items work ie., just make them print when i click submenus like "Clicked books->java" and "clicked softwares->.Net" so that i get an idea of events....
    Many Thanks .
    Here we go,
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Container;
    import java.awt.GridLayout;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseMotionAdapter;
    import javax.swing.BorderFactory;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JMenu;
    import javax.swing.JMenuBar;
    import javax.swing.JMenuItem;
    import javax.swing.JPanel;
    import javax.swing.JPopupMenu;
    import javax.swing.JSeparator;
    import javax.swing.UIManager;
    public class SideBarMenu4 extends JFrame
        JMenuBar menuBar;
        JPopupMenu popup = new JPopupMenu();
        JMenuItem menuItem1, menuItem2;
        JMenu books, softwares, tools;
        JLabel mainMenu = new JLabel("Main Menu");
        JMenu subMenu;
        JSeparator horizontal1, horizontal2, horizontal3;
        JPanel p1, p2;
        public static void main(String[] args)
            SideBarMenu4 vAR = new SideBarMenu4();
        public SideBarMenu4()
            super("Side Bar");
            setSize(500, 500);
            setLocation(150, 100);
            setResizable(true);
            setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
            Container content = getContentPane();
            p1 = new JPanel(new BorderLayout());
                        try {
              //MetalLookAndFeel.setCurrentTheme(new MacMetricsTheme());
                 UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");            
            } catch(Exception e) {}
            p2 = new JPanel();
            p2.setLayout(new GridLayout(30, 1));
            p2.setBorder(BorderFactory.createLineBorder(Color.black, 1));
            books = new JMenu("Books");
            horizontal1 = new JSeparator(JSeparator.HORIZONTAL);
            softwares = new JMenu("Softwares");
            horizontal2 = new JSeparator(JSeparator.HORIZONTAL);
            tools = new JMenu("Tools");
            horizontal3 = new JSeparator(JSeparator.HORIZONTAL);
            // sub Menu for menu "books"
            menuItem1 = new JMenuItem("Java");
              popup.add(menuItem1);
            //books.add(menuItem1);
            menuItem2 = new JMenuItem(".Net");
              popup.add(menuItem2);
              popup.setPopupSize(100,50);
            menuBar = new JMenuBar();
            menuBar.setLayout(new GridLayout(0, 1, 5, 5));
            books.add(popup);
              books.setComponentPopupMenu(popup);
            books.addMouseMotionListener(new MouseMotionAdapter(){
                public void mouseMoved(MouseEvent e)
                     popup.show(books, 88, 0);
              softwares.add(popup);
              softwares.setComponentPopupMenu(popup);
            softwares.addMouseMotionListener(new MouseMotionAdapter(){
                public void mouseMoved(MouseEvent e)
                     popup.show(softwares, 88, 0);
              tools.add(popup);
              tools.setComponentPopupMenu(popup);
            tools.addMouseMotionListener(new MouseMotionAdapter(){
                public void mouseMoved(MouseEvent e)
                     popup.show(tools, 88, 0);
            // p2.add(menuBar);
            p2.add(books);
              p2.add(horizontal1);
              p2.add(softwares);
              p2.add(horizontal2);
              p2.add(tools);
              p2.add(horizontal3);
            p1.add(p2, BorderLayout.WEST);
            content.add(p1);
            setVisible(true);
    }

  • Search Help with in a serach help required in SRM 4.0

    Hi,                                                     
    Requirement: Search help required for Product Category field in the Search help for Product(BBPH_PRODUCT) in SRM portal.
    This search help is used in Create shopping Cart transaction. The hyper link on Internal Goods/Services leads to the search help BBPH_PRODUCT. 
    My analysis:           
    The field Product Category (CATEGORY_ID) has search help(COM_CAT_HIER) attached to its data element. When I single test the search help BBPH_PRODUCT in SAP GUI,I can see the search help for field product category in the selection dialogue box. However the same does not appear on the corresponding screen in HTML.
    Please let me know whether I need to do some thing to make the search help appear on the HTML screen?
    With Regards,         
    Prakash Kamath

    Hi Prakash,
    I have the same problem but with another field. Unloading point. Could you please tell me how did you solve this problem with displaying F4 help on html/ SRM portal?
    Thank you very much.
    Best regards,
    Danijela ZIvanovic

  • Windows 7 icons disappear/reappear Green Progress folder bar issues with slow performance. HELP!!!

    Hi there, I hope someone can help me. This all started about a week ago. So I tried a fresh reinstall from my recovery disk. to no avail. Ok I have Home Premium 64bit and it seems my icons in my user folders and subfolders and the actual file icons are
    blank stand ard or missing. after a while they reappear to normal. the green progress bar in the explorer folders always lags and never fully completes. It hangs. Now I see that it takes 30 secs to get a program to open. Currently my control panel screen is
    blank and my connection between my ipod touch 5g and my desktop is very slow at data transfer. I'm going bonkers! The only things I altered was turning off WMM in my router, Installed a software someone gave me (only to find out it was a crack software) deleted
    that first! and used CCleaner to clean my registry

    Hi,
    So a total reinstall didn’t fix the issue?
    We may take a try with the following article to make Windows a better performance.
    Optimize Windows for better performance
    http://windows.microsoft.com/en-hk/windows/optimize-windows-better-performance#optimize-windows-better-performance=windows-7
    Then, please check to see if any new updates available, also the related drivers, make sure they are up-to-date.
    After that, if issue insists, please refer to the following article to run chkdsk command in CMD to check if there are disk issue.
    http://technet.microsoft.com/en-us/library/bb491051.aspx
    Best regards

  • EJB 3.0 with NetBeans 5.5 help required

    Hi
    I created a simple HelloUser application in NetBeans 5.5 with the following steps. Build is successful with out any exceptions....but not able to get the lines given for testing* in the Hello application...Please help me how to get the lines which I gave for testing in the Hello application:
    1) New Project---> Choose 'Enterprise application' from 'Enterprise' category---->Project Name--Hello, unchecked the Web Application module and checked the client application module--->Finish.
    2)Right click on Hello-ejb -->New file -->In the 'Enterprise' category selected 'Session Bean'---> Gave Ejb Name as HelloUserBean, checked only stateless and Remote--> finish
    // *** Start of HelloUserBean ***//
    package ejb;
    import javax.ejb.Stateless;
    * @author neelima
    @Stateless
    public class HelloUserBean implements ejb.HelloUserRemote {
    /** Creates a new instance of HelloUserBean */
    public HelloUserBean() {
    public void sayHello(String name) {
    System.out.println("Hello " + name + " welcome to EJB 3 In Action!");
    // *** End of HelloUserBean ***//
    // *** Start of HelloUserRemote ***//
    package ejb;
    import javax.ejb.Remote;
    * This is the business interface for HelloUser enterprise bean.
    @Remote
    public interface HelloUserRemote {
    public void sayHello(String name);
    // *** End of HelloUserRemote ***//
    3) Right click on Hello-app-client----> New File---->From 'Java Classes' category selected 'Java Main class' --> Finish
    // *** Start of HelloUserClient.java ****///
    package ejb;
    import javax.ejb.EJB;
    * @author neelima
    public class HelloUserClient {
    @EJB
    private static HelloUserRemote helloUserBean;
    /** Creates a new instance of HelloUserClient */
    public HelloUserClient() {
    * @param args the command line arguments
    public static void main(String[] args) {
    // TODO code application logic here
    helloUserBean.sayHello("Curious George");
    System.out.println("Invoked EJB successfully .. see server console for output");
    // *** End of HelloUserClient.java ****///
    4) Run the Hello-app-client
    The build is successful with out any exceptions....but not able to get the lines given for testing in the Hello application...Please let me know how to get the lines which I gave for testing in the Hello application
    Please find below the Hello-app-client(run)
    init:
    deps-jar:
    Created dir: C:\NetBeans_projects\Hello\Hello-ejb\build\jar
    Created dir: C:\NetBeans_projects\Hello\Hello-ejb\build\ear-module
    Copying 2 files to C:\NetBeans_projects\Hello\Hello-ejb\build\jar\META-INF
    Compiling 2 source files to C:\NetBeans_projects\Hello\Hello-ejb\build\jar
    compile:
    library-inclusion-in-archive:
    Created dir: C:\NetBeans_projects\Hello\Hello-ejb\dist
    Building jar: C:\NetBeans_projects\Hello\Hello-ejb\dist\Hello-ejb.jar
    dist:
    deps-jar:
    Created dir: C:\NetBeans_projects\Hello\Hello-app-client\build\jar
    Copying 2 files to C:\NetBeans_projects\Hello\Hello-app-client\build\jar\META-INF
    Compiling 2 source files to C:\NetBeans_projects\Hello\Hello-app-client\build\jar
    compile:
    Created dir: C:\NetBeans_projects\Hello\Hello-app-client\dist
    Building jar: C:\NetBeans_projects\Hello\Hello-app-client\dist\Hello-app-client.jar
    dist:
    Distributing C:\NetBeans_projects\Hello\Hello-app-client\dist\Hello-app-client.jar to [localhost:4848_server]
    Start registering the project's server resources
    Finished registering server resources
    deployment started : 0%
    deployment finished : 100%
    Deploying application in domain completed successfully
    Trying to create reference for application in target server completed successfully
    Trying to start application in target server completed successfully
    Deployment of application Hello-app-client completed successfully
    Target module started
    run-deploy:
    Copying 1 file to C:\NetBeans_projects\Hello\Hello-app-client\dist
    run-tool:
    run-jar:
    run-display-browser:
    run:
    BUILD SUCCESSFUL (total time: 13 seconds)
    Edited by: Neil_k on Nov 27, 2007 7:10 AM
    Edited by: Neil_k on Nov 27, 2007 7:20 AM
    Edited by: Neil_k on Nov 27, 2007 7:35 AM

    i think the line would not appear in client console but in server console,please check the server console. make sure you have deploy the ejb

  • Procedure with collection as parameter- help required

    I am having records as below:
    Add Rol Time
    A1     8:20
    A2     8:25
    A2 R1 8:29
    A2 R1 8:32
    A3     8:45
    A3     8:46
    A3     8:50
    I have a scenario where I need to calculate the average_time based on one scenario.
    The formulae we are having to calculate the average is:
    (min(next_address)-max(previous_address))*0.55
    i.e., For example for record 5, (8:45 - 8:32)*0.55.
    Here in my procedure I am passing Add's and Rol's as collection Input parameters.
    How can I go and calculate the average_time value's now.
    I tried with
    For I in Add.count
    loop
         v_avg_time := (Add(I+1)-Add(I))*0.55;
    end loop;
    When I want to test this, I am not knowing how to pass values to the procedure.
    Please tell me how to execute the procedure and how to acheive the results.
    Thanks in advance
    Regards
    Raghu

    Try like this.
    SQL> create or replace type my_num as table of number
      2  /
    Type created.
    SQL> create or replace procedure my_proc (pNum my_num)
      2  as
      3     lsum number;
      4     lavg number;
      5  begin
      6     select sum(column_value), avg(column_value)
      7       into lsum, lavg
      8       from table(cast(pNum as my_num));
      9
    10     dbms_output.put_line('SUM: ' ||lSum);
    11     dbms_output.put_line('AVG: ' ||lAvg);
    12  end;
    13  /
    Procedure created.
    SQL> declare
      2     lNum my_num := my_num(1,2,3,4,5,6,7,8,9,10);
      3  begin
      4     my_proc(lNum);
      5  end;
      6  /
    SUM: 55
    AVG: 5.5
    PL/SQL procedure successfully completed.Thanks,
    karthick.

  • Unable to view ABC News Video through News RSS Links - Help required

    I have noticed only recently that if I go to a news story through an rss list. If it is an ABC news Video, the page comes up ok but then it never gets past loading. I cant seem to get the video to play. There are no obvious errors, it should not be bandwidth as I have a high speed service and everything loads ok,
    Any ideas, I am using Safari 5.0.2

    HI,
    Quit Safari.
    Open a Finder window. Select your Home folder in the Sidebar on the left. It has a small house icon.
    Now open the Library folder, then the Preferences folder.
    Move the com.apple.Safari.RSS.plist file to the Trash.
    Relaunch Safari.
    See if that helps...
    Carolyn

  • Stacked Bar Chart with Multiple Series Sort Question

    Hi,
    Apex version 4.1.1
    I have a stacked bar chart with three separate series, one showing customer effort, another showing project effort and the third showing other effort, summarized by calendar week. The x-axis of the chart is the calendar "week of" date, and the y-axis has a bar for each of the three series. Not every type of effort occurs every week.
    When AnyChart renders the chart, the order of entries on the x-axis seems to be dependent both on which series are present in a given week as well as the "week of" date. Weeks with all three series sort in order by calendar date, followed by weeks where just the 2nd & 3rd series are present, followed by weeks where just the 3rd series is present. See this [url http://tinypic.com/r/b9zdt/6] picture of the chart  noting the "week of" dates. Note that the months go Sep-Oct-Nov-Aug-Oct.
    Is there a way to force AnyChart to sort the x-axis in chronological order regardless of whether there is data for all three series for a given week? I have looked through the AnyChart XML reference but cannot find a way to do this.
    Incidentally, I can solve the sorting problem by combining all three series into a single query:
    select
      null as link,
      week_of as label,
      sum(customer_effort) as "Customer Effort",
      sum(project_effort) as "Project Effort",
      sum(other_effort) as "Training, Admin and Other Effort"
    from ...But if I do this, I cannot figure out how to have each bar on a given week link to a different detail page, e.g., if I click on a bar representing customer effort I want to link to one page, but if I click on a bar representing project effort, I want to link to a different page. I have had a look at the [url http://apex.oracle.com/pls/apex/f?p=36648:59:1570983160946101::NO:::] chart examples  posted on apex.oracle.com, but cannot figure out how to apply to multiple series in a single query.
    Thanks,
    Mike

    Thanks, Jeff. I did try this but for whatever reason it doesn't make a difference. I think it is because if there's no data for a given series for a certain week, there is no entry in the data set that is sent to AnyChart.
    I was able to get around the issue by "filling in" the missing weeks from each data series. To generate the list of "Week Of" dates for a given date range, I used this code:
    select
         trunc (each_day) as week_of,
         0 as effort
    from (
         select
              (to_date(:p920_start_date,:app_date_format) + 2 - to_char(to_date(:p920_start_date,:app_date_format),'D') - 1) + level each_day
         from dual
         connect by level <= to_date(:p920_end_date,:app_date_format) - to_date(:p920_start_date,:app_date_format) + 1
    where
         to_char (each_day, 'D') = '2'This creates an effort entry of 0 for each week within the date range; I use the Monday date of a week as the "Week Of" date. I then union this with my actual data and summarize by week and viola, I get the weeks in order. This also has the benefit of showing a week for which there are no entries in any of the three series.
    Thanks for taking a look at this.
    Mike

  • Task 0085 for parallel SID assignment terminated with errors

    Hi,
    While activating the ODS object we are getting the following error
    Task 0085 for parallel SID assignment terminated with errors
    Can anyone help me on this issue.
    Thanks
    Sheela Datla

    Hi Sheela,
    Does the problem happen with activating the ODS object (definition) itself or with activating the data in the
    ODS? I think that there must be other errors apart from Task 0085. At the time of the error you should check in
    sm21 and st22 for additional error messages and dumps. If the problem is with the activation of data in the ODS
    you should also check sm37 for the job that is created for the ODS activation , you may find more detailed
    information in the job log. You should also check the activation step in the 'Details' TAB in the monitor for
    the load there may also be more detailed information here.
    In transaction rscusta2 (ODS customizing) you should try the following setting for the activation:
    No. of Par. Proc.    3          
    Min. No. Data Recs.  10000     
    Wait Time in Sec.      600
    Before changing the values you have in RSCUSTA2 please take note of the values you have already in
    case you want to change them back.
    Best Regards,
    Des.

  • Missing Horizontal scroll bar in Side Bar of Firefox 4

    When I use the FF4 Side Bar for my Bookmarks, I cannot see many of my '''Sub-Folders or read long link names''' because there is '''no Horizontal Scroll Bar'''. Instead, I must '''manually widen''' the Side Bar to see the longer link names or expanded Sub Fldr content. I do have a vertical scroll bar. There is no Horizontal Bookmark in the "Show All Bookmarks" either. I would think there would be a Horizontal Scroll Bar too for expanding the Trees. In CSS usage, that's practically basic Web Page design.

    I've created a Bugzilla bug for this problem, vote for it there: https://bugzilla.mozilla.org/show_bug.cgi?id=661464

  • How to show the structure/hierarchy of every Sharepoint Online site as a side bar? (Office365)

    Hi,
    I need to show the structure/hierarchy of every site in my site collection on masterpage (ie. side bar).
    My purpose:
    1. Help user can visualize which sites are they 
    2. User can know what's the parent site & subsite
    3. User can easily navigate from sites to sites.
    Apart from using third party tools( like MySharepoint Sites by QuePort), is there any way to achieve this? Or do you have any other third party tools to recommend?
    Thanks,
    Elliot

    To achieve your goal, the feature of SharePoint Server Publishing Infrastructure needs to be enabled first. The following steps are for your reference:
    1. Open the site collection, click the gear icon in the upper right corner, then click
    Site settings.
    2. On the Site Settings page, click Site collection features
    under Site Collection Administration, locate SharePoint Server Publishing Infrastructure, and click
    Activate.
    3. Go back to the Site Settings page, click Navigation under
    Look and Feel, select Show subsites in the Global Navigation section, and click
    OK.
    4. Go to the sub sites, click the gear icon in the upper right corner->Site settings->Naviagtion-> select
    Show subsites in the Global Navigation section-> click
    OK.
    Or
    1. Click Site Settings.
    2. Click Tree view under Look and Feel.
    3. Select Enable Tree View.
    4. Click OK.
    If this helped you resolve your issue, please mark it Answered

  • Quick Links provision...

    I would love to have a set of quick links where in i can add links that will quickly take me to the forum i am interested in or to the blog category i am interested in. Now, i have to go to sdn community -> blogs -> blogs by category -> SAP Process Integration. I want to have a quick link that directly takes me to this page. Agreed, i can have favotites in browser, but is there a way to customize SDN homepage to add quicklinks ?
    Thanks
    Saravana

    Let's explore this a little further...
    I definitely like quick links, we use them extensively within SAP to link to specific places within our internal Corporate Portal.
    Here on SCN, I think our current navigational structure to the main content homepages (e.g. for ABAP: http://www.sdn.sap.com/irj/sdn/abap or for Master Data Management: http://www.sdn.sap.com/irj/bpx/mdm) already has relatively easy links for each of these homepages and on the respective homepages you find cross links and automatic feeds from blogs, forums, articles, wiki spaces etc. for the respective topics.
    I know a current pain point is, that it's not easy to "subscribe" for specific content easily across all the potential content types (forums, blogs, articles, wiki content, etc.)
    Is that the issue you are talking about or a different angle on this? How would you see quick links helping?
    Thanks!

  • Why some book marks open in side bar window and some don't, I want to turn it off

    Book marker side bar opens with some book markers. I want all to open in a new tab, full screen.
    Thanks

    For the bookmarks that open in the sidebar, right-click on the bookmark and select Properties. De-select the option "Load this bookmark in the sidebar"

Maybe you are looking for

  • Is there a 'native' weather app on the ipad?

    I thought there was a weather app on my ipad when I got it, but now, I only see the one I downloaded from the app store.  The one I downloaded is not very accurate.  I've compared the weather report on the app I downloaded with the local tv report as

  • Keyboard key number 2 not working

    I can't log into my Mac because one of the keys in the password is 2 and it won't let me use the number 2, can anyone help me? I can't reach system preference if I can't log in or can I?

  • Input agent directory not found

    Hi All, I h've installed Oracle I/PM 11g.After creating domain, i'm unable to find out input agent directory i.e. C:\Oracle\Middleware\user_projects\base_domain\IPM\inputagent With Regards Jyoti Edited by: Jyoti on Jun 7, 2011 12:17 AM

  • Mighty Mouse Scroll Wheel

    Hi Gang How's everyone doin? I suspect the tiny little button wheel in the middle of the mighty mouse is not working properly? I can get it to scroll upward, but not downward. And it does it's job as it goes from side to side. Just can't get it to sc

  • ITunes 9 not seeing/playing Airtunes

    I've got my iTunes Library on a G5 running Leopard. It can't see my Airport Express at all... there's no drop-down menu in the bottom-right corner of iTunes to allow me to select the Airport Express (and therefore the living room hifi) as an option.