Link for an Role

Hi All,
I have created a role called R1.
Now when i navigate from initial screen, in the intial screen there are different links say link1, link 2 ..etc.
When i click on link 1, then i shud able to see Role R1 in the same screen.
Is it possible.
Regards,
Raju

One work around is
click the role that you want.  Check the page or iview that is displaying in the portal content area.
Then go to that page/iview property and open it as object and set the quick link property.
as an example 'abc'
Then Use the url '/irj/portal/abc' in anywhere as the link. This will redirect to your desired role
Assume that the role is assigned to the user.
Raghu

Similar Messages

  • Link is not working for one role. how to check please guide.

    Hi Expert,
    I have a simple question but as don;t aware of some of the techincal area not able to understand where to check.
    I have a link under document flow in offer( opportunity) where for one role sales support user the link is not happening. I have checked for other role its working fine.I understand that for this role the link  will not work as per the role maintianed.
    But where this link got maintained and how i will be able to check which link is tagged to which profile.
    rolewise mappeing with link.
    Please guide.
    Prem.

    Hello Prem,
    Please check the navigation bar profile from your business role.
    Then go to the navigation bar profile settings, you can find the details settings there.
    If it is a link under some work center, you need to start from the work center.
    If it is a direct link, then start from the derect link group.
    Hope this could be helpful.
    Best regards,
    'Maggie

  • Account Creation - Badi for Default values for BP Role and Sales Area

    Hi all,
    my requirement regards the possibility to create a new prospect (a link should be available in the navigation bar or create section).
    Logically, a bp role as "Prospect" and particoular sales area should be created automatically.
    I created an implementation for the BADI definition "BADI_CRM_BP_UIU_DEFAULTS". But don't know how to create the default values for BP role and Sales area:
    In my code
    assign cr_me->('VIEW') to <lv_view_name>.
      if sy-subrc ne 0.
        exit.
      endif.
      lv_viewname = <lv_view_name>.
      case lv_viewname.
        when 'AccountDetails.htm'.
    I obtain the viewname "AccountDetails" , the related context "Header". After I don't know how to proceed to obtain the related entities through the relationship BuilRolesRel and BuilSalesArrangementRel.
    Am I following the right way? Is there another solution to prepare the output for default values?
    Any kind of suggestion will be appreciated.
    Regards, Roberto

    go to spro>cross-application components>sap busines partner>business partner> basic settings>field groupings>Configure Field Attributes per BP Role
    Double click the business role which you want to customaze (e.g. 'A') and change the proper settings.
    Regards.

  • Asigning Reports, specific tables and Url links to the Role

    Hello Gurus,
    could you please tell me the procedure of asigning Reports, specific tables and Url links in the role.actually i know the process of assigning T-Codes to the role but i dont know the procedure for reports and url links and tables...
    i hope u people will respond positively.
    Cheers.......
    srinivas.korva

    Hi Srinivas,
    "i want to add only one particular table not all tables", you can do this using a Custom Transaction Code, the following are the steps to do it:
    1) goto se93, give a unique name, say zxxx
    2)Enter SE16 into the transaction field and select the flag the ‘skip initial screen’ field:
    3)On the lower portion of the screen, enter the following information:
    Name of screen field: DATABROWSE-TABLENAME
    Value: Enter the name of the table you want to browse with
    4)save it.
    5) Now add the transaction zxxx in th role, and assign it to the user.
    With this, when user executes the transaction, he/she will be able to see only the perticular table you added.
    "in PFCG what is the use of Exper mode for profile generation. what is the difference between general profile generation and expert mode profile generation".
    Expert mode has 3 options:
    1) Delete and recreate profile and authorizations---This will completely delete the old profile and add only  the new once.
    2) Edit old status----It will edit the old values
    3) Read old status and merge with new data----This will add the new values aithout actually disturbing the old ones.
    Hope it helps.
    Please award points if it is useful.
    Thanks & Regards,
    Santosh

  • Mutithreading for multiple roles in a distributed application?

    Hi experts,
    I am writing a background-running application that serves in three roles: Client, Middleware and Server. It does some thing like file-sharing in Kazaa. Client hands in requests thru Middleware to Server. Server send the file back and Middleware decrypt it before passing to Client.
    The middleware maintains a dictionary of file-links, server address where the file is stored and the decrypting key to the file.
    The dictionary is implemented by 3 vectors and get serialized/deserialized with the application exit/start.
    I want to exploit multithreading in this application. In other words, the application can work as different roles at the same time. For instance, the middleware is decypting file when a request is received for server, and the server starts to transfer file along with the decrypting.
    Issues: the dictionary shall be consistent
    My thought: Have a top level app class that deals with communication among peers. One class for each role. They all extends Thread. A new thread is instantiated and started when a corresponding request is received.
    A client thread calls wait() when a request is sent off. It is notified by the app when response comes back.
    The dictionary's read and write (i.e. add(), get()) are both synchronized to maintain consistency.
    My questions:
    1.Will my design work correctly?
    2.Is this the right/conventional way to do this sort of things?
    3.I am not sure about the wait(). Will it be better to write two methods, one for sending requests, the other one for dealing with responses?
    Thanks a lot in advance

    Hi, well, I thing I am not a expet but I think I can give you some help
    I think that you should let the main thread (that one created when the JVM runs Main method) only to run the GUI or other kind of user interface or no one will be able to close the program or request for files
    The main thread start the server thread and the server starts a new thread for handing each request just like you said
    For each request the main thread start a client ,it send the request and the input method will call read you will not have to call wait because the read method blocks until the response arives
    I could not undestand very well the middleware, could you tell me more about it?

  • Dynamic url link for Crystal Reports Enterprise?

    Hi all,
    We recently upgraded to SBOP 4.0 SP2 and are looking at migrating our existing Crystal Reports from Crystal Reports 2011 to Crystal Reports for Enterprise 4.0.
    Up to this point we have been utilizing the BW Publisher and role menus in BW.
    Our long term goal is to migrate users from the BW GUI to the BI LaunchPad but this will be a gradual process.
    Until we make the final switch to the LaunchPad we need to maintain the links in the role menus. I found the Document Link option for Crystal Reports so I have a URL to point to the report that we can put in the role menu, but the system value is not dynamic. Is there a way to make this dynamic like we can do with web template URLs?
    For example, when using a web template URL we can use the <bsp_server> parameter in the URL to determine the SAP system. Is there an equivalent that can be used in the Document Link for the Crystal Report to determine the respective SBOP system?
    Thanks.
    -Brian

    Hi,
    Below is link for the Crystal report for Eclipse 2.0:
    [http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp|http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp]
    you could always refer to the following thread as Bryan updated with new releases :
    [Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!|Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!;
    Hope this will help
    Regards,
    Rameez Shaikh

  • Can anyone help me understanding the links between Launchpad roles, PFCG roles, and portal roles!?!

    Hi experts,
    I am looking at the newer EhP5 and EhP6 functionality for ESS and MSS, specifically the WD ABAP portal applications.  I've turned on all the business functions and services I think our team wants, however I'm confused on how to move forward in using them.  For a little tech info, we are on EhP6 for the backend, but our portal is 7.02.
    My first step was to assign the com.sap.pct.erp.ess.wda.Employee_Self_Service_WDA portal role to our test ESS user group in our sandbox environment.  The ESS user got a new ESS tab in the portal and it's linked to the Launchpad role ESS, Instance MENU.  I'm comfortable with ESS at this point, still need to learn more about customizing the menu for different employee groups without creating additional Launchpad or SAP roles.
    Question 1: Correct me if I'm wrong, but is the Launchpad roll ESS, instance menu linked to the PFCG role SAP_EMPLOYEE_ESS_WDA_2?
    Next, I was looking to see if there was a similar portal role for MSS, but it seems I can't find one.  I implemented the MSS Addon 1.0 for ABAP and the portal and got a new MSS portal addon role, but it doesn't seem to be connected to any MSS Launchpad role.
    Question 2: Is there a portal role to assign to users/groups that is linked to one of the MSS Launchpad roles? If yes, what business function or service is it a part of?
    I'd like to use of the existing MSS Launchpad role to test some of the new portal functionality, but I'm not sure how to do it.
    Question 3: How is a Launchpad role assigned to a SAP role in PFCG?  Anyone have some documentation they can point me too?
    Kind regards,
    Garrett Meredith

    Thank you Samuli, this was very helpful in connecting many of the pieces.
    For now I have a very good understanding of how the new ESS is controlled and modified.
    It appears that FPM_LAUNCHPAD_UIBB could be used to develop a similar component to call a custom launchpad role for MSS containing a customized list of WDA applications.
    Is a MSS Launchpad a good way to pursue since we use a SAP enterprise portal?
    I found a PAOC_MSS package containing other MSS embedded packages.
    Could I use one of the embedded packages in there and by creating a Component configuration in the FPM_LAUNCHPAD_UIBB for one of the MSS WD applications?
    Based on the documentation link above, PFCG roles are for NWBC HTML or Desktop versions.
    Kind regards,
    Garrett

  • Quick link for anonymous user

    People,
    Can somebody tell me how to use a quick link for anonymous user
    I'm able to access this
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.caritor.Student!2fcom.caritor.iviews!2fKMNavigationview
    but http://<server>:<port>/irj/servlet/prt/portal/prtroot/<quicklink> is not working.
    Krishna Murthy

    HI Michael,
    I have one more qn for you.
    Normally, when an iView set to anonymous users is opened(with the full pcd path), it opens up in a page directly without the role being displayed. (Like wat happens in the preview of an iView)
    But when the quick link is used, it drills down the role and shows the iView. Is there any way to avoid the role being shown in this case?
    Regards,
    Krishna Murthy

  • Workflow Notification: URL Link for executing a RDF

    <p>I need to send a notification with the <u>URL link</u><br>When the user clicks this link it should call a report and fetch the details in PDF file according to the parameters passed in the URL<br>I tried using <br>http://local_host_name/reports/rwservlet?report='RDF_FIle_Path'/URLREPORT.rdf&desformat=pdf&destype=cache&userid=apps/password@xxx</p><br>
    But it is giving the error like <br><u>The requested URL /reports/rwservlet was not found on this server.</u><br><br>Note: I have loaded the RDF into server

    Hi Amit,
    The link for cProjects can be found under the service in  SICF>default_host>SAP>BC>Webdynpro>SAP>cProjects.
    For portal URL, you need to search under the business package>role>iviews or pages.
    Regards,
    Santosh.

  • Need FM which create authorization for a Role

    Hi,
    i neeed to create authorization for the roles. can anybody tell me , is there any FM to create authorization for a Role.
    it is done through PFCG transaction.
    i need a FM which creates authorization for a Role.
    Thanks in advance

    Hi Sami
    Try this link.
    Re: Programatically create Security Profiles via BAPI/FM in R/3?
    Regards
    Neha

  • Announcement Iview  suited for a role

    Hi ,
    I would like to have an announcements iview within a custom role.
    I had initially thought of using the announcements available in Collaboration
    rooms , but that cannot be used here because the parameters have to be
    mapped for the room , which does not seem possible here (or can it be used ???? )
    XML forms is a good option, but I would like a simpler way,
    something similar to the announcement section in rooms where user
    can add announcements easily . Could someone suggest a good option.
    Also can room content iviews be used for these roles..
    for eg . links
    Help would be very much appreciated
    Regards
    Vineeth

    Hi Vineeth,
                      If your problem is solved, please post the solution.
    Cheers!!!!!!!
    Umang Mathur

  • Assign User for Process Role Callable Object

    Hi,
         I have a doubt in the Callable Object Assign User for Process Role.wat is the use of this callable object.This Callable Object is used to reterive any portal user information?can any one give description about this Callable Object.
    Regards,
    Satheshkumar

    Hi,
    Take a look at the following [wiki page |https://wiki.sdn.sap.com/wiki/display/BPX/GuidedProceduresCallable+Objects] and look for the callable object you need. There is a link to a tutorial.
    Dick

  • Transport Release frequency for Authorization Roles

    Hi,
    At my present customer all system changes are transported via release management. The current frequency of releases is 2 times a year. This includes SAP support packages, customizing, abap AND authorization roles.
    Now I would like to establish a different, quicker release 'speed' for authorization roles only (f.i. once a week).
    I already motivated my request with many reasons (role changes can be considered as master data changes; the lack of speed leeds to insecure 'workarounds'; role management issues are 'redesigned' to user management issues; etc.) but what I am still looking for are reference documents, best practices, audit reports in which the same advise is described.
    Could you please help me with my quest?
    Thank you!
    Kind regards,
    Lodewijk

    Hi Lodewijk,
    I agree, that is is useful to define a specific schedule for transporting roles in oposite to the schedule for updating the software, however, I do not have a document described some best practise. Anyway, the following link may help you to convince the management, that you can setup a process including 4-eyes checks on the transports:
    [TMS Quality Assurance|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/9c/a544c6c57111d2b438006094b9ea64/frameset.htm]
    Using this process you would accept transports only which cointains roles (R3TR ACGR...).
    Kind regards
    Frank

  • Link users - positions - roles - authorization objects

    Hi guys,
    I want to write a report that would link USERS to POSITIONS to ROLES and finally to AUTHORIZATION OBJECTS. The user would enter the SAP username in the selection screen and the report should extract all the information listed above.
    I am able to link the following:
    + Users to positions via function module RH_BRANCH_GET
    + Users to roles via table AGR_USERS
    + Roles to authorization objects via function module PRGN_1251_READ_FIELD_VALUES
    Unfortunately, I dont know how to link positions to roles
    Does anyone know how to do that?
    Also, is there a more efficient way, than the approach highlighted above, to complete this requirement
    Thanks for your time
    -TR

    Hi,
    you can find a link between role and HR object in table HRP1001. The field SOBID contains name of the role. You need to find way how to convert object ID into position role. Be careful about additional fields from that table.
    Cheers

  • CProject, task based costing, strat. 10, plan price for the role in ctr acc

    Hello all.
    According to the costing logic described in R/3 library the following strategies are available for costs when using task based controlling. 
    Costs for task
    4.      Different costs which you entered for the task
    5.      Costs per activity unit for the task in Customizing
    Costs for roles
    8.      Different costs which you entered for the project role
    9.      Costs per activity unit for the role in Customizing
    10.      Plan price for the role in cost center accounting
    Do anyone have experience with using strategy 10?  If so, please elaborate. 
    Thanks for your help / Anders

    Hi Sejo,
    Thanks for your reply, Standalone cProjects works, but obviuosly it has to be integrated with ECC and configuration related to accounting in ERP has to be done.
    Scenario is that I have created a Project and before transferring it to ECC(creation of internal order) I should be able to calculate the cost from cProjects, as these are just rough cost based on cost/revenue rate.Later when I calculate cost using internal order from ECC it should overwite.
    Additionally as per the link I have already done the required configuration.
    1.     Activate Integration
    2.     Define Object Links for Accounting Integration
            Default entry: 0FIN_INT_SOC_R3
             defined RFC destination . Is webserver to be defined - required ?
    3.     Make General Settings
    4.     Define Cost/Revenue Rates
            Cost revenue rates are defined here.
            I havent maintained Organisation unit as it takes default 'zero'.
    5.     Replicate Cost/Revenue Rates
            To replicate cost revenue rates from Cprojects to ERP.
    6.     Replicate Accounting-Relevant Characteristics
    7.     Make Settings in ERP System
            Make settings in ERP system related to controlling
            Create and Change Controlling Scenario
            Define Controlling Scenario
            Settings for Easy Cost Planning
    Assign Cost Elements and Activity Types > Activity type must be open for period and must have proper cost element. (can be maintained in tcode: KP26).
    Then also for Task based costing is not calculating and for role based it is showing Negative.
    Please guide me where it is going wrong.Is it related to Organisational Mapping?
    Regards,
    Nitin Ghadge

Maybe you are looking for

  • Passing multiple integer values as parameter in SSRS

    Hello, I am trying to pass a comma separated multiple integer value parameter in SSRS report and it errors out complaining that it is not able to convert the nvarchar value to datatype int. But it works fine when I pass a single value. Here is the co

  • How I got SMTP on my iPhone to work

    My solutions may or may not work for you, but here goes: My wife's new iPhone would not send or receive mail from her mobile me account and would not send from an ISP mail account. I managed to fix both problems: 1. Re: mobile me mail. Her account is

  • Final Cut Pro X not completing export to blue ray

    Running Final Cut Pro 10.1.2, OS 10.9.4, Macbook pro I7 2.3 ghz, 16gig ram...  I can export a short sequence to blue ray from Final Cut Pro X and it works.  I have a 41 minute video that when I "share" to Blue Ray it will burn about 6-7 minutes of th

  • FileDownload - Download string to file

    Hi, I want to download some content to a file. I have created a FileDownload element in my layout and i have bound the resource property. In my context node i have made a value attribute of type <b>com.sap.tc.webdynpro.progmodel.api.IWDInputStream</b

  • Check for zero

    I am looking for a way to check input fields for zero values in my action listener and bring up a message dialog if it finds one. I can get it to look for null or alpha characters but I can't figure out how to look for zero. Any suggestion would be a