How is OSA using roles from T77HAP_ROLE.

in the objective setting and aprpaisal (OSA) module, there are several standard roles in table T77HAP_ROLE, like MA=manager and ME=self etc. These roles can be maintained using t-code OOHAP_BASIC.
I am trying to understand how is OSA using these roles....as per the sap help
"There is no relation between the roles in the Objective Setting and Appraisals component and the role concept delivered by SAP. " 
Are these roles mapped to R/3 roles in the backend? are there any evaluation paths that correspond to these roles?
if I need to create a new custom role for OSA using t-code OOHAP_ADMIN, what else do I need to do apart from creating the role in OOHAP_BASIC (do I need to do any role mapping, create evaluation paths etc) so that the system is able to use the new roles?
Regards,
Tiberiu
Edited by: Tiberiu Sasu on Jan 10, 2011 4:56 PM

Hi Niel,
I just tried this and do not get the error you mentioned. The project role ID is exactly the same in the original project that the template was created out of, template and new project. I am on SP09, so if you are on a lower support package it might be a bug.
However, I did notice that I get the warning if I have the same project role ID withing a project. Since this is only an "external ID" and internally the system does uses GUID, I doubt this would cause any issue. I have not noticed this warning in the past, however, I have seen the functionlity of creating templates out of operational projects and subsequently using those templates without any issues.
Hope that helps.
Regards,
Lashan

Similar Messages

  • I want to hook up a mac mini and us my tv as a monitor. how can I use airplay from my phone on the mac mini like i can with an apple tv (without having to buy an apple tv!). the airplay capabilities i want to use are mirroring and streaming from my iphone

    i want to hook up a mac mini and us my tv as a monitor. how can I use airplay from my phone on the mac mini like i can with an apple tv (without having to buy an apple tv!). the airplay capabilities i want to use are mirroring and streaming from my iphone!

    Download AirPlayer for Mac - Transforms your Mac into an AirPlay-compatible display. MacUpdate.com

  • How can I use music from two different iTunes accounts?

    how can I use music from two different iTunes accounts?

    If you mean iTunes Store accounts, there's really nothing for you to do. Just add the tracks to the iTunes library and play them. Music purchased prior to late-2009 will been to be authorized, though. Pull down Store > Authorize... and type the credentials of the Apple ID used to buy the tracks.
    If you mean something else, please describe in more detail.

  • Hi how can i use imessage from my mac

    hi how can i use imessage from my mac , i tried to text message to one of my contact name but it said the number is not registered with imessage so how can i registered all my contacts to the imessage . thanks

    The person you try to contact has to register his number/his appleID with iMessage.

  • How to copy a role from one client to another in a system using the CUA?

    Dear all,
    I have a question about transporting roles. We have CUA configured on our SAP system. Our development environment contains several clients. Recently I created a role by using PFCG in the development environment named E1D-100. Later there was a need to affect a user by this role but on another client of the development environment named E1D-200.
    How can I transport a role from a client of the development environment to another client of the same environment.
    While I use SU01 to assign the role, after clicking on "user comparing", I can see that the new created role exists on E1D-100 (the client of the development environment where the role was created), but I see that the role doesn't exist on the other client E1D-200.
    How should I proceed?
    Thanks in advance,
    Dariyoosh

    Hello again,
    Thank you very much for all of your answers. I tried both solutions and both worked pretty well. Thanks a lot for your help.
    Kind Regards,
    Dariyoosh

  • How do get the role from ldap session.

    i am using the follwing getting the role from the request in openldap and j_security_check:
    f(request.isUserInRole("manager")){
    how can i use this in the session:

    You might wanna change permissions for that attribute ...
    Change it from Admin to OWNER and you should be able to then get it for any user ...
    HTH ..

  • How to get the Role from a process

    Hi,
    I have a process where I have different role panes with human intervention activities. Each human intervention invokes a screenflow.
    Is there any method by which I can get the role pane from which an intance is generated
    For e.g. in process P1, I have 3 different role panes i.e. R1, R2, R3. Suppose there is an human intervention activity A3 in R3. It invokes a screenflow in which there are different methods. I want to get the roleId here i.e. R3.
    Through creation data I can know the instance creator i.e. participant ID, but a participant can have more than one role. I want to get the role from which the Human Intervention activity is invoked.
    Please suggest / help.
    Thanks
    Jayant

    Hey Thanks a tonn
    It works fine by the following code
    role = Activity.role
    logMessage "message"
    logMessage "Role: " + role.name
    role.id returns an int, so I used role.name
    Thanks and Regards
    Jayant

  • How to enable Load Roles from database in workflow builder

    Hi,
    I am new to workflow.
    In the wrokflow builder, How to enable file -> Load Roles from database.
    I am working on workflow builder2.6.3.5.
    Thanks & Regards,
    Bharathi.S

    You have to connect to database to load roles. File --> Open --> Database, then select the workflow.
    Then load roles, then save to database.
    The save as to .wft file and work on for customizations.

  • How can download the roles from one system and upload them into another  ??

    Do anyone have the solution ..... ......it  very  important.

    Hi,
    Visit [Role Maintenance Functions|http://help.sap.com/saphelp_nw04/helpdata/en/e4/15e48efd6c11d296430000e82de14a/content.htm] in section Download/Upload.
    To avoid inconsistencies, all roles from which a role is derived are also downloaded. When you download composite roles, all the roles which they contain are also downloaded.
    When you upload a role, all role data, including authorization data is uploaded from a file into the SAP system. The user assignments for the role and the generated profiles for the role are exceptions in this case. You must therefore regenerate the authorization profiles after the upload.
    Mass Download:
    Save several roles on the PC.
    You can choose on the selection screen whether you:
         Also want to transport the single roles contained in the selected composite roles (Customizing switch ADD_COMPOSITE_ROLES in table SSM_CUST)
         Also want to transport the generated profiles for all single roles (PROFILE_TRANSPORT in table PRGN_CUST)
    You can define the default setting for both options using the value in the Customizing switch. If you explicitly set a switch to NO, the option in question on the selection screen is not active. Otherwise, it is active.
    Regards,
    Srilatha.

  • How to get useful data from request?

    Hello.
    I am looking for creating a management tool for a web site. All I want is that is there any ready to use API or package or open source project for retrieving user�s information? I just mean that is there any easy to use way in java to get useful data from a client (for example location, his or her system configuration and information �).
    Thanks.

    If you dump all the data from request (see the javadoc, and especially the "header methods" ) you'll see the data you can get are quite simple.
    The only thing you can try to rely on are ;
    - the IP address from the sender (when reversed to DNS, you can sometime use the tld to locate the country it comes from. Yet, you'll get many .com name, so it's not that significant. it may also give you the IAP used). Note that if the user is using a proxy, it's the proxy IP that you'll collect
    - the User-Agent header : from this, you can guess the OS and the browser used
    - the Referer header : usefull to get where your user comes from (where they found a link to your site)
    - the Cookie header : if you're using a servlet container with session id stored in cookie, you should see the Cookie header appear on the second request to your site. That helps finding out wether your user accep cookie or not (from a server point).
    Besides these, i don't think you can get any other useful data without asking your users on a form. Note that it's the client that decides to send Referer, User-Agent or Cookie headers. Those are not mandatory to the Http Protocole and some browser allow their user to fool their content (butmore than 90% of the widespread browsers don't)

  • How do I use music from different ID's in iMovie

    I am "upconverting" my old iMovie swim shows to HD, which means remastering and re-linking some of my videos and even some of my pix.
    We have been using iMovie since 2008 so I know it's changed a lot but there's one thing that's become really aggravating and I'm hoping there's an answer.
    When we first started, we bought songs under two different ID's (big mistake--never do that!) and used songs from both ID's in previous iMovies without a problem. But iMovie '10 refuses to let me use songs from a different ID, even though I have authorized this computer for songs from that ID, and I have the password to the account, etc. etc.
    And here's the really aggravating part: It's only a few songs and at this point, it's not worth my time to figure it out. I'll just buy the music again and give the no-good record industry a little extra cash for something I presumably own. EXCEPT iTunes thinks I already own that song (I do) so it won't let me buy it again, even if I delete it.
    Now I'm really stuck. iMovie won't let me use the music from another ID, but iTunes won't let me buy it on the new ID cuz it knows I own it from the old one. Arrrgggggh!

    First of all if you havent done it yet i think u shold authorize the mac on both accounts on itunes. You also can switch the accounts on your Iphones at itunes while you are in the internet adn download the music.
    This is just an idea you should think of. For sure there are other ways I dont know.

  • How can I using tpcall from one service to another service in the same server

    When I using tpforward between two services in one server, it's working ok. However,
    when I using tpcall from one service to another service, it's failed?
    anybody can tell me why?
    thanks
    george

    "george" <[email protected]> wrote:
    >
    When I using tpforward between two services in one server, it's working
    ok. However,
    when I using tpcall from one service to another service, it's failed?
    anybody can tell me why?Basically, tpcall:ing another service in the same server is a no-no, unless you
    a) are running a multi-threaded server (requires TUXEDO 7 or newer + compilation
    options) or
    b) use tpacall() instead of tpcall() and specify the flag TPNOREPLY. This is probably
    not what you want to accomplish, though.
    The reason is that TUXEDO servers by default (and always in versions before 7)
    are single-threaded. If service A and B both reside in server X, server X will
    be busy taking care of the call to A. If A makes a call to B, the call will be
    put on the queue to X, but X will not look at the queue until it is done with
    A, which won't happen until B returns... deadlock!
    You can play tricks with starting multiple instances of X, but in the end you
    will always face a risk (something lika a race-condition) for a dead-lock.
    Solution: Move service B to another server (usually quite easy) OR switch to multi-threading,
    if that's possible. Just make sure all code your service calls is MT-safe as well...
    thanks
    georgeHope this helps you,
    /Per

  • How can i use plugins from main stage like space designer in logic express 9.1.6

    I'm using logic express 9.1.6. today I bought Mainstage 2 in the appstore. there are a lot of powerfull plugins. some of them, like e.g. space designer, are not included in logic express.
    how can I use the in logic express? they are not listed automatically with all the others...
    thanx

    Hi
    No can do.... these plugs etc are part of the code for Logic Pro and MainStage (and not for Express)
    CCT

  • How uninstall WSUS server role from Windows Server 2008 R2 with database hosted on remote SQL server?

    Hello, 
    I'm looking to uninstall the WSUS server role 3.0 from Windows Server 2008 R2 SP1. The thing is the database is hosted on a remote MS SQL server. I want to remove the database as well. I would like help for figuring out what I need to do to completely remove
    WSUS and its database.
    Any kind of help is appreciated! Thanks  

    Hi,
    WSUS offers limited support for running database software on a computer that is separate from the computer where the rest of WSUS is installed. This section offers step-by-step
    instructions for how to install WSUS in this configuration.
    If you meet the uninstall issue with the normal uninstall, please post the detail information for us but if you just want to manage the WSUS related SQL data, you can refer
    the following KB then delete corresponding database.
    In the general procedure, you will create the related WSUS database as below::
    Run WSUS Setup from the command line, using the SQLINSTANCE_NAME=servername\instancename command-line option, where servername is the name of the remote computer, and instancename
    is the name of the SQL Server instance that you will use for WSUS.
    More information:
    Choose the Database Used for WSUS 3.0
    http://technet.microsoft.com/en-us/library/cc708452(v=ws.10).aspx
    Appendix B: Configure Remote SQL
    http://technet.microsoft.com/en-us/library/cc708595(v=ws.10).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How do I use Itunes from external drive as main sync for Iphone 4

    I apologize if this is obvious but I have searched for quite awhile without finding result.
    I currently have my iTunes synced to my Macbook Pro. I purchased a Macbook Air for ease in travel. I would like to move sync of my material on iTunes to my Air as I carry it more with me.
    I was told at an Apple Store to purchase a Time Machine and an external hard drive. Both I purchased. I then read for a few hours how to move my itunes to the external drive. The only way I could finally get it to work was to physically connect a USB between the MacBook Pro and the External Drive. Once my Pro recognized the External Drive I dragged my Itunes and watched it copy all the data.
    Unfortunately, when I am on the Air I cannot locate within Finder the External Drive. I do see my time Machine but cannot figure out how to get my itunes data from the external drive through the time machine.
    You still with me?
    So, can someone help me understand how to go the next step. As I understand from reading this forum I would then go into my Advanced Properties in Itunes (on the Air) and choose to relocate where the iTunes sync occurs. Then I can use my Air for syncing as it wont be dependent on the limited space and once I've changed the properties location for where to find my iTunes data I wont be dependent on the Pro.
    PS: Yes I've downloaded all of the newest product software updates (iTunes, iPhone OS, Macs) as of the date this is posed 3/20/2011

    try this:
    hold the option key and launch iTunes. at the prompt, click on +choose library+ and select the iTunes folder you copied to the external.
    obviously, the external holding your library must be mounted on your desktop for iTunes to find it.
    if the drive is connected but doesn't show up on the Air's desktop, go finder > preferences > general and check if +external disks+ is check marked under +show these items on the desktop+.

Maybe you are looking for

  • Problems with Snow Leopard Graphics Update

    I downloaded the new graphics update for Snow Leopard, but when I go to install it it says I need at least a version 10.6.4 OS to use it. I double checked my OS, and that is exactly what I have. What's the problem?

  • How to create new OC4J instance in AS 10.1.3 with BC4J- and ADF-Libraries

    Hi I have done all the steps mentioned in this thread: How to create new OC4J instance in AS 10.1.3 However, the new created OC4J instance obviously misses some libraries. If I deploy my Application to this OC4J I get an internal error: Class not fou

  • Why does Yahoo open when I pick a category in Firefox?

    Say I type "Macys" in the search box. What comes up is Yahoo that gives all the listings for "Macys". This happens for any category I place in the search box. This hasn't happened before. What's up?

  • Getting error trying to log into iTunes account

    When trying to sign in iTunes account on sons iMac I get an unknown error in "red" I now the password works as it is mine and works on all my other devices. I am able to access the Mac app store with his logon and I am able to access iTunes with my l

  • Music after downloading ios7 issues

    After I downloaded iOS7 I started having issues with my songs automatically shuffling, and then they have a red circle surrounding a red square. I can't play them now, and was wondering if anyone is experiencing this, and what's the solution.