Role upload entry point.

Hi ,
I'm doing a role upload of a BW Menu role.
When I'm uploading the first level folders a set as entry point by default.
If i uncheck the option no entry point is selected.
I want the entry point to be set as the role it self.
How can I acheive this ?
These roles are updated in production as well, so i need to be able to update the roles ad-hoc.
Without making changes to the afterwards.
Best Regards
Rasmus

Hi,
Create a ROLE. Assign to users.
Add one folder. Set as entrypoint.
Import BW roles as worksets and do not select create entrypoints.
Add imported worksets to folder of the role.
Hope this helps,
Romano

Similar Messages

  • Retrieving Entry Point =True,Roles programatically and retrieving their URL

    Hi Team,
    I want to retrieve the roles whose entry point is equal to true using WebDynpro, And display their names.
    When i am trying to display any role name it is displaying with underscores, like if it is content administration role it is displaying like content_admin_role.
    I want it to display it just similar name which will display in portal, like content administration how can i do this?
    And for each and every role i want to bring the role URL correspond to it.
    I tried this and reached upto some extent but not able to open the role perfectly.
    I used the below code for getting the names of the roles.
    Iterator rit = null;
         try
         IWDClientUser clientUser = WDClientUser.getCurrentUser();
         IUser user = clientUser.getSAPUser();
         rit = user.getRoles(true);
         IRoleFactory rfact = UMFactory.getRoleFactory();
         while (rit.hasNext()) {
         String roleName = (String) rit.next();
         IRole role = rfact.getRole(roleName);
         wdComponentAPI.getMessageManager().reportSuccess("Role names1..."+role.getDisplayName().toString());
         wdComponentAPI.getMessageManager().reportSuccess("Role names2..."+role.getUniqueName().toString());
         //wdComponentAPI.getMessageManager().reportSuccess("Role names3..."+rfact.getRolesOfUser(unique,true));
    Also suggest me to retrieve the URL's of respective roles, and it should navigate to that perticular role when i open that URL in browser.
    Thanks in advance.
    Bala

    Hi,
    First of all you want to distinguish the pcd roles from the LDAP roles. To do that you use a IRoleSearchFilter like this:
    IRoleSearchFilter searchFilter = null;
    try {
    searchFilter = roleFact.getRoleSearchFilter();
    searchFilter.setDisplayName("*", SearchAttribute.LIKE_OPERATOR, false);
    ISearchResult result = roleFact.searchRoles(searchFilter);
    if (result.getState() == ISearchResult.SEARCH_RESULT_OK) {
    while (result.hasNext()) {
    String RoleName = (String) result.next();
    IRole role = roleFact.getRole(RoleName);
    You also need to check if the role is assigned to the user, so get the user's roles and compare them to the ones you got from the search result.
    In order to get name correctly use:
    role.getDescription();
    To see if Entry Point = True you do something like this:
    IPcdContext targetobject =(IPcdContext) initialContext.lookup(role.getUniqueName());
    Object object = targetobject.getAttributes("").get("com.sap.portal.pcd.role.EntryPoint");
    if (object instanceof IPcdAttribute) {
    IPcdAttribute att = (IPcdAttribute) object;
    boolean b = att.getBoolean();
    To get the URL of the role you should use:
    string RoleUrl = "http://<server>:<port>/irj/portal?NavigationTarget=ROLES://" + role.getUniqueName().substring(4);
    Best regards,
    Avishai Zamir

  • Access PCD Roles in order to analyze all used entry points

    Hi Experts,
    I'm facing the situation that we have to report to the customer's management the currently used entry points in our portal implementation. The results of this reports will be used for the further analysis of a future navigation and role concept.
    So instead of opening every portal role in the portal content studio I'd prefer an automated approach via portal services. After having read dozens of pcd whitepapers and how to guides, my portal service is able to lookup a specified pcd-folder and search for roles.
    The issue that I need to get solved is the following:
    It is actually no problem to get via IPcdContext the Attribute, if the role itself is defined as entry point.
    What makes it complicated is the fact, that we use a folder underneath the portal role as entry points due to naming and content creation conventions on the customer's site.
    DirContext dirCtx;
    InitialContext ctx = getInitialContextAspectPersistency();
    dirCtx = (DirContext) ctx.lookup("pcd:portal_content/testfolder/");
    PcdSearchControls pcdSearchControls = new PcdSearchControls();
    pcdSearchControls.setReturningObjFlag(false);
    pcdSearchControls.setSearchScope(3);
    dirCtx.addToEnvironment(Constants.APPLY_ASPECT_TO_CONTEXTS,Constants.APPLY_ASPECT_TO_CONTEXTS);
    NamingEnumeration ne = dirCtx.search("","(com.sap.portal.pcd.gl.ObjectClass=com.sapportals.portal.role)", pcdSearchControls);          
    while (ne.hasMoreElements()) {
    try{
    IPcdSearchResult sR =     (IPcdSearchResult) ne.nextElement();
    String location = "pcd:portal_content/testfolder/" + sR.getName();
    IPcdContext result = (IPcdContext)ctx.lookup(location);
    String entryPoint = result.getAttributes("").get("com.sap.portal.pcd.role.EntryPoint").get().toString();
    So what I need is the possibility to iterate through the children of a portal role in order to investigate if it's an entry point or not and in case it is, render the display name of the current child.
    Has somebody an idea. Every hint is welcome.
    Best regards in advance,
    Otto

    Hi Otto,
    You use the following environment:
    env.put(com.sap.portal.directory.Constants.REQUESTED_ASPECT, PcmConstants.ASPECT_SEMANTICS);
    This means when you lookup you will get a semantic object and not PCDContext.
    So in order to cast to semantic role you will need to do the following casting:
    import com.sapportals.portal.pcd.pcm.roles.IPortalRole;
    IPortalRole portalCtx = (IPortalRole) ctx.lookup((String) roleList.get(i));
    If you need the PCDContext you will need to use the following aspect:
    env.put(Constants.REQUESTED_ASPECT, IPcdAttribute.PERSISTENCY_ASPECT);
    For more information you can read in:
    http://help.sap.com/saphelp_nw70/helpdata/DE/44/726396278212d0e10000000a422035/frameset.htm
    Hope this was helpful.
    Assaf Klieger
    Installed Base Development
    NetWeaver Portal Platform
    SAP Labs Israel

  • What is the mean of using Portal with Role Based security as entry point

    Hi Experts we have requirement of integration of Portal and MDM
    I am completely new to the MDM. So please give me some idea , what is the meanin for following points.
    1) Using the Portal with Role Based security as entry point for capacity and Routing Maintaince(These two are some modules).
    2) Additionally , Portal should have capability to enter in to the MDM for future master data maintence. Feeds of data will need to be come from  SAP 4.6c
    Please give me the clarity of what is the meanin of second point
    Regards
    Vijay

    Hi
    It requires the entire land scape like EP server and MDM server both should be configured in SLD.
    Your requirement is maintaing and updating the MDM data with Enterprise portal.We have some Business Packages to install in Portal inorder to access the functionality of MDM.
    Portal gives you a secure role based functionality of MDM through Single sign on (login into the portal access any application) to their end users.
    Please go through this link
    http://help.sap.com/saphelp_mdmgds55/helpdata/EN/45/c8cd92dc7f4ebbe10000000a11466f/frameset.htm
    You need to develope some custom applications which should be integrated into the portal to access MDM Server master data
    The estimation involves as per your requirement clearly
    Its depends upon the Landscape settings, Requirement complexity,Identify how many number of custom applications need to be developed
    Regards
    Kalyan

  • Role upload into BI portal pointing to 3.x version

    Hi,
    sap BI Bakend menu roles uploaded into BI Portal, But When I check iview property BWVersion its pointing to 2.x/3.x instead of Netweaver BI 7.0
    And I assumed queries developed in 3.x pointing to 2.x/3.x. to avoid that I opened query in 7.x tool and saved and uploaded even though its pointing to 2.x/3.x template. Does there any bug or Are we missing any step in the part of upgrade?
    Please your thoughts on this.

    Hi Chirutha 
    Please see note 1121962
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_ep_pi/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31313231393632%7d
    Regards,
    Assaf Klieger
    Installed Base Development
    NetWeaver Portal Platform
    SAP Labs Israel

  • Entry point property in roles

    Hi Experts,
    Can anybody tell me what is Entry point property in roles ?
    Thanks a lot .

    Hi,
    As mentioned, Entry point defines if the role needs to be displayed for navigation. E.g., Consider role -> workset -> page -> iView, here if you set all entry points to false, nothing will appear in portal. If you set role entry point true, then role and workset appears in TLN while page and iVIew occupies DTN. If role entry point is false but workset is true, then level starts from workset. Workset and page displays in TLN while iView alone in DTN and so on. Higher the hierarchy, higher the preference which means since role holds higher hierarchy than iVIew, if both entry points are set to true, role is considered first. Hope that answers the question.
    Regards,
    Harini S

  • How to Change Default Iview Properties for Role Upload?

    Hello,
    We have many roles to upload from R/3 ABAp system to NW2004s EP.
    We use the Role Upload tool in the Portal to achieve this.
    It works fine, the roles are created in the portal and can be assigned to users.
    The fall back is that we have to modify every single transaction iview in the portal after the upload to modify the SAP GuiType from "SAP GUI for HTML" to "SAP GUI For Windows".
    How can we change the default model used of SAP GuiType for uploading transaction iviews in uploaded roles?
    Also, the uploaded role is not flaged as an "Entry Point", is there a way to set this marker to "Yes" as a default value for all uploaded roles?
    Best regards.

    This is one of Acrobat's less intuitive areas!
    For defaults, right-click on the text box that is as you want it: then select menu item 'Make current properties default'
    Use Ctrl-E to bring up the Properties toolbar: its content will change depending on whether you have the box or the text selected, and selecting the box or text can be a bit clunky.
    Steve.

  • Problem after role upload?

    Hi All,
        I used role upload tool and uploaded them to my portal. I uploaded only role to user assignements (I dont want to upload transactions etc..). I just wanted to get role to user assignments from ABAP system.
        I got them under Migrated Content -> SAP Component systems. I checked if the users and roles are assigned properly. IT was correct.
      Now, I wanted to add few iviews for my role that is uploaded. so i created a delta link into my working folder and added few iviews,worksets and set the entry points.  and when i logged in as user, I cant see my workset in TLN.
      I just wanted to know, doesnt the delta link of roles copies the user assignments of source role to the target role. should i do it manually again to assign the user to that delta link role.
    Please help me in this regard.
    Thank you

    any help is appreciated ??

  • BI Role upload to Portals got messy

    I posted same question on the PCD but got no response so I am reposting this here. we have a Role called Power User and inside there are 10 different folders for each plant and in turn each of these folders have some queries embedded in them. We uploaded this Role into Portals (Netweaver 2004s) and after that our portals page got messy, now it shows 11 tabs, one for the Main Role Power user and then followed by the 10 sub folders. We expected that there would only be one folder visible and then when we double click on it it should show all those sub folders in one window on the left hadn pane (Detailed navigation).
    One more thing we notice is that thought the role got uploaded all these tabs are blank when I click on any of them...
    Can someone guide what we are missing here....

    This is what I DId:
       1. System Admin -? Role Upload -> SAP ROle Upload
        Selected: Upload user mapping
        Selected: Upload Included Services
        Selected: Selecte First Level nag as Entry Point
    Overwrite Existing Role Selected..
    Actually I have not paid attention before but I have got some error messages that I missed earlier during Rle Upload:
    Severity: Red
    Check system configuration for alias: BFSBID100, system: pcd:portal_content/Systemlandscape/bfusa.com.isbid1_db - failed to retrieve logical system idSEVERE: getObject(portal_content/com.sap.portal.migrated/SAPComponentSystems/roles/BIDCLNT100/BSA_BW_CONTAINER_CONSUMER_FA), entry '[RoleMenu, 00000008, , , 00000003, BwReport, SAP_BW_QUERY, BFSBID100_BSA_BW_CONTAINER_CONSUMER_FA_00000008, , BFSBID100, 00000010, 00000002]'.
    Severity: Yellow:
    Menu definition missing for entry 00000008 in role portal_content/com.sap.portal.migrated/SAPComponentSystems/roles/BIDCLNT100/BSA_BW_CONTAINER_CONSUMER_FA: locale E - text CDS Tonnage Report MC01
    What does these messages infer ?

  • Hide automatic created folder from role upload

    Hi,
    when I make a role upload to the portal, a top folder with the same name as the role is automatically created. Is it possible to disable this feature or hide the folder afterwards?
    I have created my own folder structure in the portal, which defines the first two levels of navigation, and then made a delta link from this structure to the uploaded role. The content of the uploaded role is automatically put in a folder on third level instead of directly under the second level folder. This way the user has to click first on the role and then on the folder to get to the content. This is not very user friendly.
    Hope someone can help.
    Regards Morten

    Have you tried changing the 'Entry Point'  property within the uploaded roles ?
    When you do a role upload, you have the chance to automatically create the roles as worksets (rather than portal roles).  Have you tried doing this?  I think you get fewer levels (from memory)
    Also,  is your composite (backend) role design already in place and finished?  It is worth trying to consider the portal when doing the backend composite role design in order to prevent issues like this.
    Award points if this helps

  • AD SSO with entry point for SAP users....

    A client would like to use Active Directory (AD) Single Sign On rather than SAP for authentication purposes.  There are two potential scenarios we would need to support:
    Scenario 1, access to SAP BW (General Ledger, Profit Centre Accounting) and relational systems.  There would be no security restrictions at the database level (OLAP and relational).  The majority of users would access data from this scenario. 
    Scenario 2, access to HR SAP BW OLAP cube.  SAP Security roles would be enforced. 
    Scenario 1 user and a scenario 2 user are not mutually exclusive.  Therefore an HR user could have the rights to query a relational system or a non HR SAP system.  Second, not all users in Scenario 1 will have an SAP account, but they will need to access non HR SAP data.  Valero does not want to create new SAP accounts for these people.
    I see two possible solutions:
    1.  Create two infoview entry points (eg different ports).  One for AD SSO, the other for a SAP challenge and response.  We used to have two infoviews in XIR2 when we deployed the SAP integration kit.  How would I do this in 3.1?
    2.  Use Server Side Trust and SNC. 
    Can anyone offer any opinions of ideas?
    Thanks,
    Steve
    Edited by: Steve Bickerton on Dec 17, 2008 5:43 PM

    Hi Steve,
    you are correct that SNC  for the client authentication and the server side trust (based on SAP Crypto. lib.) will solve this
    Ingo

  • I am running Windows7 on my PVC. When I log in I'm getting two Apple error messages. One says, " The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll." The second says, "Apple Photostreams stop

    I am running Windows7 on my PVC. When I log in I'm getting two Apple error messages. One says, " The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll." The second says, "Apple Photostreams Uploader has stopped working".  Help!

    Entry point errors can often be fixed by deleting the offending dll, then repairing the component it is part of. If that doesn't help read on...
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
    Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • Entry Point not visible in Navigation

    Hello,
    we have a strange behaviour in the portal. We created a role and assigned Worksets, Pages and iViews to the role. The role is defined as an entry point.
    So long everything worked fine.
    We transported the whole package to an other system. On this system we assigned the role to a group xxx-all. nearly every portal user is member of this group. Now the following behaviour occured:
    -Not every user can see this role, even it is assigned to the user (via the group)
    -A user who was not able to see the entry point became able to see the entry point after assigning him to an other group (the admin role is assigned to this group)
    -After assigning the role to a single user directly the user was still not able to see the entry point.
    My first question is: Is it possible that the portal content permissions on the role have impact, whether the role can be seen or not. In my opinion those settings have no impact.
    Or is there an other place in the portal where permissions can be set that maybe cause this behaviour?
    Any other ideas?
    Kind regards,
    dominik

    Hello,
    thanks for your help...
    in the link above the following is described:
    <i>The availability of roles at runtime in the navigation iViews (top-level navigation and detailed navigation) is determined by the users, groups, and roles assigned to a role principle in the Role Assignment tool. <b>The end user permission setting on role objects has no effect on the runtime availability of roles in the portal navigation.</b></i>
    This means that the setting of permissions has no impact on the availibility of a role as long as the role is assigned to a user... Or do I understand something wrong?
    Kind regards,
    dominik

  • Default Entry for Folder & Entry Point

    Hello,
    What's the difference between the two options ?
    Thanks for your help

    Christophe,
    Could you be more clear ?
    Entry point for what ? roles, entrypoints repository so on.
    Entry points allow you to navigate from an iView to various KM folders that may be located in different repositories. You use entry points in the following places:
    Entry Points iView
    Selection screen (for example, when copying or moving items in KM folders)
    Go To menu in KM navigation iViews
    Patricio.

  • Web page composer-Entry point

    Hi,
    In Web Page composer blog ,in the inital step it is given create web site 'Knowledge Bank'.In that folder 4 folders were created automatically i.e.1) Entry point 2)Site content 3)Site navigation and 4) Web pages. from the following  link :https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/209dd2c1-28ec-2a10-0c90-c0ccebc003e5
    Here in this i need the concept of Entrypoint and what exactly it does in web page

    Hi Vijayalakshmi,
    An entry point provider makes one or more folders available as links that you can access from a central point.
    Please refer to this.
    http://help.sap.com/saphelp_nw70/helpdata/EN/f6/da3340284e7a56e10000000a1550b0/frameset.htm
    In this context as soon as you create an entry point, you can upload site specific/ global content and  images or documents into these folders
    Let me know if you still have any questions on it.
    Cheers,
    Sandeep Tudumu
    Edited by: Sandeep Tudumu on Jul 2, 2008 5:13 PM

Maybe you are looking for

  • Seeburger Interface configuration problem

    I am facing some problems in configuring the interfaces in seeburger. As the standards which i want to translate are not configured as default for AS2 adapter so i want to configure it through BIC but as i am new to this don't know the basics as how

  • WebUI Smartform Preview - blank window in IE9, works in Chrome (partly)

    Hi there, I am seeing an issue with Order Print Preview of PDF(Smartform) in WebUI, wondering if anyone had similar issue. Have a smartform configured to 'Preview Output' under SPPFCADM->CRM_ORDER. It has been working fine for a long time (years) in

  • Concurrent Manager Issue in Oracle Apps 11i on MS Windows 2003

    Hi, We have Oracle Apps 11i (11.5.10) on Windows 2003 running Oracle Financilas and Supply Chain. From this morning onwards, concurrent requests are not getting completed. All requests are showing Running Normally. I checked the server (Single Node 4

  • ODI Interface

    Hi All, New to ODI and trying to understand few things . Need expert opinion of yours We have a Oracle DW with staging schema STG and target warehouse schema DW on database DEV. 1) On creating two data servers , one phyiscal schema under each data se

  • Default account in the mail app

    iOS 7 How do you change what mail account iOS defaults to when opening the mail app. I have my default account set to yahoo but it defaults to my gmail inbox when I open the app.