Employee selection table view not opening in MSS while selecting process

Hello Everyone,
  In MSS, Team->Start Process for Employee Employee selection table view is not visible, so without selecting employee if i click Select Process button its telling employee is not selected.. How make that Employee selection view visible in MSS..

This may be structural authorization issue. Execute RHBAUS00 for the user then check what happens.
Sandip

Similar Messages

  • How to select a row in a single-select table view?

    Hello folks,
    I have a table view with a 'details' button. When a row is selected and 'details' is pressed, the table view disappears and a form view is displayed (like the toggle button in PCUI). I have implemented this using a navigation link. When I press 'cancel' in the form view, another navigation link takes the user back to the table view.
    My problem is, when the table view reappears, there is no row selected (the row that was selected previously, is de-selected). How do I make sure that the row remains selected?
    I tried using the collection_wrapper->mark() method in the inbound plug of the table view, but it works only for multi-select table.

    Hi Masood,
    Thanks for your reply.
    I had already tried using MARK ( iv_index = lv_index ), but it did not work because the first statement in the MARK method is
      check ME->MULTI_SELECT = ABAP_TRUE.
    Mine is a single-select table. So, using the MARK of the iterator object, with either the IV_BO or the IV_INDEX parameter also does not work. Is there any other way for a table with single row selection?
    Thanks!!!
    Rohan.

  • My numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    my numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    Rebooted computer works now ok

  • Even if homepage is selected it does not open in new tab

    even if homepage is selected it does not open in new tab.when i opened Firefox the previous website which i opened is coming .please give me answer.

    I guess it is too much to ask your users to middle-click the Homepage button to get their Homepage in a new tab.
    I don't think Mozilla is even interested in "Enterprise" any longer. The new Fast Release schedule for Firefox doesn't meet the needs of the corporate community for long term support, so I guess they aren't valued any longer. Mike Kaply has written about this situation repeatedly this year. <br />
    http://mike.kaply.com/

  • When forwarding mail i select a group to send mail and when i go to select another group it will not open for me to select other emails in that file.

    when forwarding mail i select a group to send mail and when i go to select another group it will not open for me to select other emails in that file.

    When you select a "group", it automatically selects everyone in that group.
    If your just trying to add other people outside that group, then in the "To" make sure the curser is just after the last entry and you can hold your finger on that line to get your contact list to pop up or after the last entry you should have showing after that ;    
    Example:   [email protected]; [email protected];          *notice the ; then a space for the next one

  • Installed Adobe dlm add-on and now Firfox will not open. I see the process starting in Task Manager but no window opens. Unistalled Firefox then re-installed but still no luck. HELP ME!

    ''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/793259]''
    I installed Adobe dlm add-on and now Firefox will not open. I see the process starting in Task Manager but no window opens. Unistalled Firefox then re-installed but still no luck. HELP ME! I do not want to use IE! I presume it has something to do with Adobe DLM as ever since then it is not working.

    I had this problem for a couple weeks as well and it was extremely frustrating considering we use firefox for all our company tasks. Here is the solution:
    First of all if you have no bookmarks you want to save, then go directly to step 7. If you want to save your bookmarks first, then follow these steps.
    1. Shut down the computer
    2. Reboot and open firefox
    3. Go to Task Manager, right click firefox.exe, and click END PROCESS TREE
    4. WAIT 30 SECONDS! Then Double-click the shortcut to try and open firefox again
    5.Repeat steps 3 and 4 until firefox finally opens (trust me, eventually it will)
    6. Once it finally opens, backup your bookmarks,
    7. Download a copy of firefox from there website
    8. Uninstall from programs menu and make sure to check the box REMOVE ALL COMPONENTS
    9. install the new copy and BOOM! it works
    If it doesn't work, you're an idiot. If you don't want to reinstall firefox, then you're out of luck. Good Luck!

  • Hi when i switch on the macc 41 files open at once can not open any files while this is happing can still use AI & PS and the internet any help thanks...

    Hi when i switch on the macc 41 files open at once can not open any files while this is happing can still use AI & PS and the internet any help thanks...

    Are you wanting to stop the 41 files from opening at once or is this intentional? At what point do they open when you power on the mac or when you boot Illustrator? What OS version are you using?
    If you can  answer the questions above can provide better advice, but you may be running into something similar:
    http://www.mactip.net/stop-lion-restoring-previous-files-apps/

  • Loaded dump from 12.5.4 to 15.7, Error 622 & Tables/Views not found

    Hi all,
    I am getting desperate trying to fix that issue. I had to import a dump from an ASE 12.5.4 into a new database on an ASE 15.7. I therefore enabled the compatibility mode server-wide and then proceeded to the load which seems to have performed correctly. The database seems well imported, and I can access most of the tables/views/procedures (from my C# application), but a procedure is giving me troubles.
    I am getting this error while executing a given procedure :
    Error: 622, Severity: 20, State: 1
    Opentable was passed a varno of 52. Object 'temp worktable' in database 'tempdb' already has that session descriptor in use. This occured while opening object id -1245236 in database id 2.
    I realised this was caused by a view which is used in this procedure but which is weird is that the error is not thrown when running the SQL code itself, out of the procedure context.
    I am using Toad for Sybase as a client, and realised I cannot access the data tab of the concerned view, Toad gives me the same error. So I cannot execute this view while it performs without any trouble on  the original server (production server which runs ASE 12.5.4).
    I also realised, when trying to execute some pieces of the query individually that I get warnings about unfound tables (and that I should use sp_help to fix the problem). Although, the tables actually exists and I can access their data.
    I have tried so many things and still cannot fix this problem. I've used 'upgrade_object', 'sp_recompile' on all tables, 'dbcc reindex' on all tables.
    Would you have any idea where the problem could come from? Thank you very much

    Thank you for your reply.
    Good to know that enabling compatibility mode before or after loading the load doesn't have any effect.
    I didn't drop/recreate all the SP and views but I can tell you I recreated a similar view and it causes the same issue.
    I had a look at your link yes. I have run 'dbcc upgrade_object' several times already, on the view and the procedures calling the view, and it won't solve anything.
    I've seen a similar post about the problem I have when executing the code itself of the view in a "normal" adhoc query (errors saying the tables are not found) : SAP Sybase Forums - ASE - Backup and Recovery - PRoblem after restore - Object does not exist.
    Could it be the same problem for me?
    Although I've tried splitting the SQL query and executing the parts individually and it works without any trouble. Problem is when the 2 parts of the view are put together. It may be something that was possible with ASE 12.5.4 but not with 15.7 and that compatiblity mode doesn't solve. My view consists of an union a two selects where both have left joins, case when then else, not in and a final group by (adding an order by doesn't help, as I tried).
    PS : I don't have access to the production server where the dump is actually from (but I could if it is really necessary)

  • I have a MAC, when I click on a picture tile in google the selected image will not open, Why?

    When I do a Google search for a product or person on the right side of the page is a little bit of specific information and if available a a little square with a prompt for more images. Clicking on that prompt brings you to a full page of related pictures. On all my computers when you click on a specific picture tile it becomes large then you can close the picture and go back to the tile page. On the computer I'm having trouble with when I click on a specific tile on the tile page nothing happens, the screen stays on the tile page.
    This is not a computer problem because when I follow the same procedure in Safari everything works just like it is supposed to, so this has to be a problem with the Firefox setting on this particular computer. This is a fairly new issue, with in the last few months.
    Thanks for any help you can provide.

    Hi fullertondigital,
    Thank you for your question. I understand that websites, such as the google image search, are not displaying the same way in another browser. In order to make sure that this is not caused by an add on please see if it happens in [[Troubleshoot Firefox issues using Safe Mode]]
    It could also be that you need to select the option to open the image in a new page. The new image search has the block bock appear when you select one of the images. Make sure that javascript is enabled for this animation to work correctly on the page.

  • I would select a link from the drop down on the address bar but the page would not open. I would select it again but the page does not open. I could only reach website by selecting google on most visited list.

    After updating AVG anti-virus, I encountered a problem on Firefox. I would select a link from the drop down on the address bar but the page would not open after clicking on it. I would select it again, even double click, but the page does not open. I could only reach website by selecting google or yahoo from my dropdown on the most visited list and then click the website that I want to visit. I would like to do this in one step by just selecting a link from my history on the address bar and select a link instead of going to google and then writing the page I want to visit. What could be the problem? When going to the address bar to select a link to open, why does the site not open? Any help would be appreciated.

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • How to set column widths in tables for selected table only, not globally throughout document?

    I've been utilizing the below script (thank you so much Ramkumar. P!) to set column widths throughout a sizable InDesign book with tables on every page and it is truly a time saver. At this point in time, I have three versions of it because there are different column widths throughout the book. Is it possible to augment the script to run only on a selected text frame (containing a table)? If so, would someone be kind enough to share the augmented script with me? I've been trying to figure out this seemingly simple change through trial and error with no success as yet. I realize this is a totally newbie request and I'm entirely at the mercy of the kindness of the Javascript gods that contribute within this forum. Seeing that in a different post related to this script, one such guru responded to a request as simple as "Where do I put the scripts in InDesign" gave me enough courage to ask for some help! Thank you in advance to anyone willing to provide a solution.
      var myDoc = app.activeDocument;
         var myWidths = [100, 100, 150, 150];
         for(var T=0; T < myDoc.textFrames.length; T++){
             for(var i=0; i < myDoc.textFrames[T].tables.length; i++){
                 for(var j=0; j < myWidths.length; j++){
                     myDoc.textFrames[T].tables[i].columns[j].width = myWidths[j];
         alert("Table width updated successfully...");

    Hello all
    I have the same problem in that I'm not a scripting person, but was able to get the above script working without problem, and it does set irregular table column widths perfectly, so thanks to Ramkumar. P for that.
    BUT, it changes the column width for ALL tables in the document, whereas I would like to just target the selected table.
    Any ideas as to how I might amend this script to achieve this?
    Thx, Christian

  • CMR JDEV9032 TABLE VIEW NOT FOUND

    Hello,
    I'm breaking my head on the following:
    I created two entity beans (A and B). Both are CMP EJB's.
    In EJB terms : A has the field (id, name), B also.
    In the deployment descriptor I set a CMR relationship from A to many B's. This is just like the example of the EMP DEPT. The only difference is that there are no tables mappped yet of the EJB's A and B. They are to be generated at deployment time by the oc4j instance.
    This goes correctly. The tables are created (no intermediate tables are created), direct foreign keys (I'm using oc4j 904 pre to do this).
    So the idea is to work from EJB's and not to worry about the database.
    Since I'm using a CMR (so local interfaces are used), I created a Session Facade, so that I can try to create entity (read records) through a sample client (generated by JDeveloper 9032).
    I can create individual ejbs (==records), I see them in the database. But the moment I try to relate the objects (either by doing a B.setA(LocalA) on the B-entity or by adding to the collection A.getBees().add(LocalB)) it goes wrong.
    None of these work. I get a table or view not found exception. This is strange, since I can see at deployment that two tables are generated, exaclty like I expected. But setting the relationship is very hard !!!!!!
    My question is: who can help me on this ? I found some examples on otn.oracle.com, but they NEVER described the situation where you want to set the relationship.
    Now I'm working for a customer and the deadline is reaching. JDeveloper 9032 is the developerplatform. The embedded OC4J shipped with JDeveloper has a bug (Datasource not closed), that's why I'm using the OC4J 904 pre, since the bug is fixed in this release. Of course a Oracle 9i database is used.
    Hope to hear from you soon.

    Dear Debu,
    The only things I set in the orion-ejb-jar.xml is that datasource name and the table name. I can create instances of the A and B EJB's. Setting the relation between A and B seems to result in the message "Table or View not found".
    Furthermore If I try to do:
    (on Entity A).
    (This code is declared in a SessionFacade EJB which is used to set the relation();
    public void connect( Long idA, Long idB){
    LocalA a = LocalAHome.findByPrimaryKey(new Long(idA));
    LocalB b = LocalBHome.findByPrimaryKey(new Long(idB));
    // now b is filled.
    a.getBees().add(b); // Exception is thrown.
    The Exception is an Illegal State Exception.
    My Question is Why ?
    Regards,
    Rokesh Jankie

  • Import problem of tables/views not installed

    Hello,
    need urgent advice to the below error encountered whiel trying to import database using imp. receive tables/views does not exist/not installed. grateful for advice/solution.
    Thanks
    >>
    Username: sys
    Password:
    Connected to: Oracle8 Enterprise Edition Release 8.0.4.0.0 - Production
    PL/SQL Release 8.0.4.0.0 - Production
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    IMP-00023: Import views not installed, please notify your DBA
    IMP-00000: Import terminated unsuccessfully
    $ exit
    script done on Fri Aug 10 08:07:37 2001
    null

    import utility script may not be existing in full or the version of import utility that is needed to import from that perticular export not exists at all.
    In other words you should check which version of export file you are trying to import ?
    for example if you are trying an import on oracle version 7.3.4. you need to have same version of oracle to import. If not you should run relevant catexp.sql files before you import.
    if still confused contact in this forum again.

  • Photo gallery photos will not open for desktop background selection

    The photos I have in photo gallery will not open when trying to make changes to the background on desktop. Will also not open when trying to open them to e-bay.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Web Printing left side view not opening in IE8

    Suddenly my Web printing window is not opening on the left side of my IE8 windows.  Here is a jpg of what I get when I click on the HP Web Print tool bar icon:
    http://members.cox.net/trinaz/hp.jpg
    What's the best way to fix this ?
    Thanks...TR

    Corrected jpg:
    http://members.cox.net/trinaz/hp.jpg
    Suddenly my Web printing window is not opening on the left side of my IE8 windows.  Here is a jpg of what I get when I click on the HP Web Print tool bar icon:
    http://members.cox.net/trinaz/hp.jpg
    What's the best way to fix this ?
    Thanks...TR

Maybe you are looking for