CUA problem with composite role

Hello experts, I have a problem with a composite role in my CUA parent system. If you look at the roles tab you will see one of the child roles has a name of child CUA system in the 'target sys' column. the rest all have 'user system'. Can anyone explain how this 'target sys' column is defined?
Thanks
Dave Wood

I do not know if you have solved this issue, but the target system is defined within your single role on you menu tab.
No what happens is that in transaction SM30 table SSM_RFC you define system variable linked to your logical system.
This variable determines that when you import roles from another system by means of transaction PFCG > Read from other system from RFC and you select your variable the system will automatically default in the target system field the system it is suppose to go back to.
So this way when you distibute the roles it will only go back to that particular target system, and you do not need to specify and guess where the role came from.
Try removing that table entry in SM30 SSM_RFC and see if that way you will be able to remove the target system from the role.
However it is not a bad thing to have activated. If you are working with position base authorizations and you have more than 1 system, you define 1 composite role for all the roles, for all the systems and you will be able to see where the composite resides by means of the target value.
Hope this makes sense.
Regards
Sonja

Similar Messages

  • Problem with Composition Tutorial

    Hi at first,
    I am new to this forum as well as new to the SAP composition application topics
    Since I want to learn how to build composite applications with the Netweaver Developer Studio/ Process Composer I started with the tutorial "Getting Started with Composite Designer" included  in the Studio.
    If I follow the instructions up to modeling of data objects the final step of generating the tables of the emplserv.bl.caf package fails with the error message:
    com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Problem with WSDL file parsing. See nested message.
    Problem with WSDL file parsing. See nested message.
    IO Exception occurred while parsing file:unknown protocol: c
    unknown protocol: c
    Can anyone help me with this problem?
    Thanks in advance

    Hi Felixw,
    You are probably using JDK 1.6 instead of JDK 1.5.
    Please adjust the startup -vm parameter to be the javaw.exe of JDK 1.5 and you are just fine!
    For instance:
    C:\IDE\eclipse\SapNetweaverDeveloperStudio.exe -vm "c:\jdk1.5.0_18\bin\javaw.exe"
    Kind regards,
    Ivan

  • Master-Detail query problem with composite key

    I have tested a MD form with EMP and DEPT tables and the MD query works okay.
    I have created two tables both with two fields EMP_ID and REPORT_DATE as a composite key. The problem I am having with the MD form is that it does not query back the results when I select the QUERY button. I have verified that the join is setup during the creation of the form.

    I have recreated the form and the MD query works fine.

  • Problem with Security Role mapping and LDAP

    Hi,
    In Oracle Internet Directory I've created a group called OIDGroup1.OIdGroup1 has 2 users : OIDuser1 and OIDuser2.
    OIDGroup1 is mapped to EjbRole1 (is a security role defined in ejb-jar.xml, EjbRole1 can do everything in the application).Now if I login as OIDuser1 or OIDuser2, application said that the user does not
    have authorization to execute some method. The mapping in my orion-application.xml is :
    <security-role-mapping name="EjbRole1">
    <group name="admin/OIDGroup1"/>
    </security-role-mapping>
    <jazn provider="LDAP" location="ldap://myhost:4032"><jazn-web-app auth-method="SSO"/></jazn>
    if I modified orion-application.xml like this :
    <security-role-mapping name="EjbRole1">
    <group name="admin/OIDGroup1"/>
    <user name="admin/OIDuser1"/>
    </security-role-mapping>
    then login as OIDuser1, it works. But it does not work with OIDuser2.
    That's is a problem for me because our customer can not manage the user/group
    easily : each time they have a a new user, instead of simply adding this user
    in the OIDGroup1 (with graphic interface of OIDAS), they have to modify
    orion-application.xml.
    Do you have any idea ?
    Thanks in advance
    regards

    I found the bug : in LDAP I've got a user also called OIDGroup1 (the same as group's name).

  • Installation problem with Composition Environment 7.1 SR3 - Trial Version

    Hi guys,
    I'm installing that 1.6G version of Composite Environment. I encountered the following error just after I accepted the license agreement.
    An error occurred while processing service SAP NetWeaver CE Developer Edition > SAP NetWeaver CE Development System( Last error reported by the step :The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DGAPIMon' does not exist on the 'localhost' host.). You may now
    choose Retry to repeat the current step.
    choose View Log to get more information about the error.
    stop the task and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL.
    I'd appreciate it very much if you could help me

    Hi,
    1. See to it that all previous instances of SAP trial versions of sw have been removed from your PC/laptop.
    2. Remove your laptop from any network and install Ms- loop back adapter or have a it connect to a network with proper IP.
    3. Have your DHCP enabled.
    Let us know if above suggestions worked for you.
    Cheers!!
    Sukanta Rudra

  • Problem with composite id

    hello frnds,
    i hava an table with four primary key.
    i want to fetch records which are composited with these four keys.
    so any one has idea that how to use hibernate for composite id then pls help me.....
    thanx in advance,,,
    regards
    Pandev84

    hello frnd,I'm not your friend. Nor am I your "frnd".
    can u give me any sample code for composite-id
    mapping in our mapping file??No. You take a shot at it, then I'll help you fix it. Do some work first - like reading the documentation.

  • Problem with composition

    Does anyone know where I can find a good tutorial on composition. I have to take 3 classes that are already written using inheritence and transform them so they are using composition. I have had a few people briefly explain what composition is but I have nopt heard a real good definition enough to make me understand it? any help would be appreciated.

    and better yet explanation to what is composition you may find at:
    http://www.artima.com/objectsandjava/webuscript/CompoInherit1.html
    but again, all this may be found with help og google http://www.google.com
    just search for "composition java" or whatever you need, and there you go...

  • Children problem with composite components

    Hi,
    I'm using Mojarra 2.0.2-FCS and playing with JSF 2.0 composite components.
    I have a simple composite component named textRow which puts a label and input text. Here is the code:
    <composite:interface>
        <composite:attribute name="label" required="true" />
        <composite:attribute name="value" />
    </composite:interface>
    <composite:implementation>
        <h:outputLabel value="#{cc.attrs.label}" />
        <h:inputText value="#{cc.attrs.value}" />
    </composite:implementation>When I use this composite component inside a h:panelGrid with 2 columns (like code fragment below), first component goes to first column, second component goes to second column. But this is not what I want. I want to put all the labels to the first column and inputs to the second. How can I make this?
    <h:panelGrid columns="2">
        <my:textRow label="firstName" />
        <my:textRow label="surName" />
    </h:panelGrid>

    Hi Anca
    You can just type it in.

  • Problem with composite AV cable

    I bought the apple composite AV cable to connect my iPad2 with the car but it doesn't work (my car is the 2009 Infiniti G37 sedan). Does anyone have experiences why it doesn't work?

    The Composite Cables do not allow mirroring of the iPad screen. To get any video output make sure you are in a supported app, like the Videos App or Photos App in Slideshow mode to get video output through the Av composite cables.

  • Problem with revoke role

    Hi everybody,
    I'm trying to revoke a rol from an user using this sentence:
    REVOKE ATA_CAL FROM LABCAVV;
    But the next message is shown by TOAD : ORA-01919: role 'ATA_CAL' does not exist
    But when I verify if ATA_CAL really exists using the sentence desc ATA_CAL , TOAD show me all the information about this role...
    What is the problem?
    Thanks in advance!

    user491853 wrote:
    Hi everybody,
    I'm trying to revoke a rol from an user using this sentence:
    REVOKE ATA_CAL FROM LABCAVV;
    But the next message is shown by TOAD : ORA-01919: role 'ATA_CAL' does not exist
    But when I verify if ATA_CAL really exists using the sentence desc ATA_CAL ,
    TOAD show me all the information about this role...
    use COPY & PASTE so we can see what you see.

  • Basic problem with composition lightbox. Arggh!

    Ok so basically I can't get the slides in the composition lightbox to work independently. I have a portfolio page with lots of thumbnail images. You click on these to open up the lightbox with a full size image of the thumb. When I add text or images to the first slide it appears on every page! I could of used the normal lightbox but I didn't want the thumbnail to be a small scale version of the full size image in the lightbox slide. I've created a set of interesting jpgs for the thumbs then imported the full size image on each page of the composition lightbox. When I add details and client brief to first slide it duplicates on every page. Any ideas?? Thanks in advance. I'm sure I'm missing something simple.

    ok sorted it. I didn't have the action on active while editing.

  • ERM - Problem with Mass Role Import on GRC 5.3 SP9

    We have just upgraded to SP9 on GRC 5.3.  I am trying to reimport all my roles in ERM since the format has changed and we need most of this new information.
    When I run /VIRSA/RE_DNLDROLES this program now outputs 3 files.  Can someone tell me what format the 3 files shoudl be in?  Should it be EXCEL or TXT?  Should they have Header records or not?  Should they be ANSI or UNICODE?
    I am having no luck importing the files and I have tried just about every combination.  I get the following error every time:
    "Enter a valid Enterprise Role Management Information File format"
    Thanks so much for your input.
    Peggy

    The information is actually in the updated configuration guide:
    - mass download is a text file
    - role information is Excel
    - org level is Excel
    All files can stay as they are. The org level export makes uploading derived roles easier.
    However, as you discovered, there seems to be an issue with the import. Here's a workaround: at the right side of the sheet, add an extra column with 1 character in every line, and also add another row at the end. Save, and the roles will upload just fine.
    Frank.

  • Basic Problem With Compositing

    For the opening of my video project, I thought I would start with a matted shot of my subject, in a rounded rectangle.
    It's pretty small, and put off to the right, leaving me room on the left side of the screen to insert text.
    When the matted shot is in the V1 track and I stack the text on top of it in the V2 track, after rendering the V1 track disappears and all I have is a black screen with the text that I inserted - no matted shot.
    What am I doing wrong? Thanks.

    Which version of FCE is this? There was a bug in earlier versions of FCP that killed the round rectangle matte.

  • Problem with security role

    Hello,
    I have Enterpise Portal 7.0 SP13 instance (only Java stack installed). My enviroment is AIX 5.3 and Oracle 10.
    This instance has a lot of security alerts in the default trace log, like this:
    #1.5^H#C2B30000C03D006400000039000A9084000443246AFD6467#1199723599717#com.sap.engine.services.security.roles.SecurityRoleImpl##com.sap.engine.services.security.roles.SecurityRoleImpl#j2ee_admin#1208####41667d10bd3e11dccc51c2b30000c03d#SAPEngine_Application_Thread[impl:3]_5##0#0#Error#1#/System/Security/Audit/J2EE#Java###:Authorization check for caller assignment to J2EE security role [ : ].#3#ACCESS.ERROR#SAP-J2EE-Engine#guests#
    Anyone knows what is it?
    Regards
    Rodrigo

    I found the bug : in LDAP I've got a user also called OIDGroup1 (the same as group's name).

  • Problem with composite PK

    Hi,
    I mapped two tables(A,B) by using the toplink, the relation between them is one to many, and A table is having the composite primary key. Java class of A table is having a method which returs the Vector(which holds the many rows of B tbale).
    I issued the following query to get the many records of B table, but I did get the result.
    ExpressionBuilder emp = new ExpressionBuilder();
    Expression exp = (emp.get("lieferantennr").equal(uname)).and(emp.get("gueltigVon").equal("2001-01-01"));
    TLieferanten usrBO = (TLieferanten) dbsession.readObject(TLieferanten.class,exp);
    dbsession.refreshObject(usrBO);
    Vector up = usrBO.getMdVecSupplier();
    I got the vector object size is zero, but in database there are records in B.
    thanks
    Venkatram

    Hi, it's not clear from your example which class/attributes are "A" and which are "B".
    Nonetheless, when you want to Query through a 1-M relationship, you need to use the "anyOf" operator. So, if you had an A that has many B's in an attribute called "bCollection", and you want to find all A's that have a B.x equal to 'foo', you would do this:
    ExpressionBuilder builder = new ExpressionBuilder();
    Expression exp = builder.anyOf("bCollection").get("x").equal("foo");
    return session.readAllObjects(A.class, exp);
    - Don

Maybe you are looking for

  • How to place two text box in the same line in PanelGroupLayout in ADF 11g

    I want to have two column of items in a PanelGroupLayout. Right now all the items are added in vertically one after the other. Please help me. I am using JDeveloper 11g.

  • Recommendations for External Hard Drive?

    Would appreciate hearing people's suggestions for an external hard drive to use with my current Mac. I see that some brands have longer warranty than others, and some may have bundled software for Mac use, while others don't. Reliability is essential

  • Add hyperlink to 2nd jpg logo in VBS signature

    Hello, I use a VBS for an email signature. I want to add a hyperlink to the 2nd image (jpg) of my signature. Here's part of the code I'm using: Set objShape = objSelection.InlineShapes.AddPicture(strLogo) & Chr(9) objSelection.Font.Color = RGB(255,25

  • How can open File Dialoge Box in Oracle9i

    can any one tell me how can i open file dialoge box in oracle 9i i am using webutil but when i run this code.. there is an exception during runtime.. not compile time.. so plz tell me how can i open file dialoge box.. thx..      declare           fil

  • QuickTime Pro 7.55.90.70

    Another Apple product purchase is hanging on the balance here. How can I quickly (my meager hourly USD wages have easily been burned in addition to two kids that need to be bathed for school) reinstall this on my PC? I have my key code (authorized on