Disabling link for unauthorised user

Hi
I am creating an application for ess/mss.
where I created an iview for acessing the leave approval but it should be acess ,only by particular user who are having the authority to approve the leave. For rest users the link prompts other message.
Can anyone tell how I can change the property of iview assigned in a role to both an user and authorised user .To restrict the unauthorised user from acessing that particular iview

Hi
I am working in netweaver portal application where i created an html page in webdynpro abap giving the particular link of the path ,but for acessing that link i need to know that if the particular role for acessing that iview is been given to the user then that link is going to work otherwise not .
Lets take an example
An employee applies for a leave in the company's portal which is been acessed by both employee and its approver .
The portal page consist of both request and approver links in a single page.
I want to make the approver link disable for the particular employee.
Where only the approver has right to acess that link
I want the application to check the assigned role and then give the acess to particular user.
At present in portal its able to acess other component iviews assigned to different roles not allocated to particular user

Similar Messages

  • SNR License Issue. How Can I Disable SNR for all Users?

    Hi,
    I Have an issue with SNR on CUCM 10.5 and with assignement of license type
    I have a cluster with 400 users.
    200 users use ip phone 3905 and should be use an Essential License.
    When system check for assignement of license type , itassign a Basic License instead of an Essential License, because it see that users have SNR Enabled.
    All users in my system have SNR enabled, and I can not disable it. All my user have Enable Mobility unchecked, and all my phone have Device Mobility Off, but system however see SNR enable.
    How can i disable SNR for all users? This is a feature that client don't need.
    I dont' have a sufficent number of licenses for support all 3905 in Basic License.
    thanks for help.
    Andrea

    Well actually, Mobile Identity wouldn't apply to a 3905 unless those phones had another line on a Dual-Mode device like an iPhone or Android phone.  So unless you have either of those in your system you can scratch that idea.  Someone else may chime in here and try to help a bit more as RD/RDP are the main SNR culprits.

  • 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

  • Password protect/disable printers for certain users under ML 10.8

    I am looking for a solution to prevent my youger pupils to print everything without asking me. Is there a solution to protect/disable printers for certain users under ML 10.8 ?

    Ok. The sharing interface is not robust enough (by itself) to password challenge print jobs. You may need to look at another printing technology known as CUPS. Apple created this for advanced print configuration, and it does offer Kerberos security with printing password challenges. I do not know if OS X server offers more granularity in configuration.
    I won't be able to help you with the following as I do not use the CUPS printing solution here.
    In Safari, type in the following and press return.
    localhost:631
    You will see a tabbed browser interface. And a bit of light reading ...

  • Disabling dropbox for certain users?

    is there a way I can disable dropbox for one user and allow it for other user on the same machine, and if yes, how?
    thank you
    Last edited by pootzko (2008-09-30 20:20:20)

    http://forums.getdropbox.com/topic.php? … post-22888

  • Disable sound for specific users

    How do I disable sound for specific users?

    Theoretically if the user's not in the audio group, he shouldn't have access to sound devices.
    $ ll /dev/snd/
    total 0
    drwxr-xr-x 2 root root 80 Oct 2 19:30 by-path
    crw-rw----+ 1 root audio 116, 2 Oct 2 19:30 controlC0
    crw-rw----+ 1 root audio 116, 8 Oct 2 19:30 controlC1
    crw-rw----+ 1 root audio 116, 7 Oct 2 19:30 hwC0D0
    crw-rw----+ 1 root audio 116, 13 Oct 2 19:30 hwC1D0
    crw-rw----+ 1 root audio 116, 14 Oct 2 19:30 hwC1D1
    crw-rw----+ 1 root audio 116, 15 Oct 2 19:30 hwC1D2
    crw-rw----+ 1 root audio 116, 16 Oct 2 19:30 hwC1D3
    crw-rw----+ 1 root audio 116, 4 Oct 4 09:12 pcmC0D0c
    crw-rw----+ 1 root audio 116, 3 Oct 4 10:13 pcmC0D0p
    crw-rw----+ 1 root audio 116, 5 Oct 2 19:30 pcmC0D1p
    crw-rw----+ 1 root audio 116, 6 Oct 2 19:30 pcmC0D2c
    crw-rw----+ 1 root audio 116, 9 Oct 2 19:30 pcmC1D3p
    crw-rw----+ 1 root audio 116, 10 Oct 2 19:30 pcmC1D7p
    crw-rw----+ 1 root audio 116, 11 Oct 2 19:30 pcmC1D8p
    crw-rw----+ 1 root audio 116, 12 Oct 2 19:30 pcmC1D9p
    crw-rw----+ 1 root audio 116, 1 Oct 2 19:30 seq
    crw-rw----+ 1 root audio 116, 33 Oct 2 19:30 timer

  • Creating a Database link for a user

    Hello All,
    I am trying to create a database link for one of my users.
    When I create it as sysdba the link gets created in the SYS schema which tells me that my syntax is working/fine.
    But when I ALTER my SESSION and set my CURRENT_SCHEMA = <USER_NAME> I get ORA-00990: missing or invalid privilege
    So I tried granting the user CREATE DATABASE LINK, CREATE PUBLIC DATABASE LINK, and DROP PUBLIC DATABASE LINK.
    Same error.
    Any ideas what I am missing?
    Thanks,
    Craig

    CraigBoyd wrote:
    Hello All,
    I am trying to create a database link for one of my users.
    When I create it as sysdba the link gets created in the SYS schema which tells me that my syntax is working/fine.
    But when I ALTER my SESSION and set my CURRENT_SCHEMA = <USER_NAME> I get ORA-00990: missing or invalid privilege
    So I tried granting the user CREATE DATABASE LINK, CREATE PUBLIC DATABASE LINK, and DROP PUBLIC DATABASE LINK.
    Same error.
    Any ideas what I am missing?
    Thanks,
    Craigyou need to create a new session after the GRANT was issued.

  • Disable link for a Image in Content editor web part

    Hi
    i want to disable hyperlink for a banner added using content editor web part. Instead of hiding using Target Audience, i want to disable the link.
    Please help me how can i achieve this?
    regards,
    Vinay
    Thanks and Regards, vinnu

    Hi Vinay,
    I recommend to disable the link for an image using Jquery in Content Editor web part.
    First, you need to use F12 tool in Internet Explorer(IE) to get the html tag for the image, and you’d better find the class or id value for the tag of the image.
    For example, if the class for the image is test, then the code should be:
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
    <script type="text/javascript">
    $('.test').click(function(e) {
    e.preventDefault();
    </script>
    You can also paste the code of the image here for further research.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • IN OBIEE, how to disable drilldown for specific users

    How to disable drilldown action in a hierarchy as manager,lead,reporter.
    in this scenario i need to disable hierarchy for the specified reporter and the upper two peoples will have that functionality
    Awaiting ur reply
    Bala

    The RPD hierarchies themselves have no security attributes on them. So your left with a workaround or two. First one that springs to mind :
    Create the report in question save this as 'Manager' report.
    Create the report in question, disable drilling on the column in question, save this as 'Reporter' report.
    Deploy both reports to the dashboard in seperate sections and use the section permissions (against the Webgroups those users exist in) to determine which section is displayed to which user.
    Maybe more options will come up from other users, but this one is a start.
    Hope this helps,
    Alastair

  • B2c link for end user

    Hi,
    AS a end user for ISA, what link i have to access to see product catalogs in b2c scenario.
    priya

    Hi,
    There is no separate link for seeing Product Catalogs in ISA.
    for B2C it is http://<HostName>:<Port>/b2c/init.do (or) http://<HostName>:<Port>/b2c/b2c/init.do
    above both links refer same application.
    To maintain webshops
    http://<HostName>:<Port>/shopadmin/shopadmin/init.do
    Regards,
    Sateesh Chandra

  • Disabling FTPRoot for limited users

    Hi all,
    Is it possible to disable the access to FTPRoot for some users?
    Thanks,
    Ziv

    Since no one was able to help me i found a way of solving my problem.
    here is te source code is any1 ever has the same problem i had
    tnx
    CODE:
    If (EventEnum = SAPbouiCOM.BoEventTypes.et_FORM_LOAD) And pVal.Before_Action = False And pVal.FormTypeEx = "110" Then
                    Dim u_user As String
                    u_user = oCompany.UserName
                    Dim form As SAPbouiCOM.Form
                    form = oapplication.Forms.Item(FormUID)
                    If usuario <> "manager" Then 'this "manager" is the superuser of my testbase
                        Dim itemID As SAPbouiCOM.Item
                        itemID = form.Items.Item("12")
                        itemID.Click(SAPbouiCOM.BoCellClickType.ct_Regular)
                    End If
                End If
                If (EventEnum = SAPbouiCOM.BoEventTypes.et_CLICK) And pVal.Before_Action = True And pVal.FormTypeEx = "110" And pVal.ItemUID = ("11") Then
                    BubbleEvent = False
                End If

  • How do I make individual dynamic links for my users?

    So they can fill in something one day, and a month later change their "registration" again? Is that possible? Do I need some extra features?

    OK, I understand the request now.  We just added a feature yesterday that could partially satisfy your request, with some limitations...
    There is a new "Save Web Form" feature that allows users to partially fill out a form and then save it for later, that creates a special URL that contains the data they had filled in.  You could create a custom saved URL for each user.
    The caveats here are that if anyone else clicks the URL they could of course fill it out, nothing would restrict who finished that form.  Once someone did fill it out and submit or saved it again the original URL would be invalid.  The second caveat is that they URLs time out, you as the author set that time out but the maximum at this time is 28 days.
    This "Save Web Form" feature has to be enabled by the author, it is a new sub-tab on the Options tab.
    Thanks,
    Josh

  • How to disable links for AOL webmail sender once I've enabled them?

    Made the mistake of selecting "allows enable links for this sender" for a company that sends me mail that I retrieve via AOL webmail. How do I now undo this choice so I will not automatically allow their links?
    Thank you!

    HI,
    Probably be better off asking AOL. You can do live chat here.
    https://my.screenname.aol.com/cqr/login/login.psp?sitedomain=bill.aol.com&authLev=2&lang=en&locale=us&offerId= supportportalcontact-en-us&siteState=OrigUrl%3Dhttps%253A%252F%252Fbill.aol.com% 252FSPortal%252Fjsp%252Fcontactus.jsp
    Carolyn

  • Same number of work flow entries under "Approval" link for each user

    Hi All,
    We are implementing SRM 5.0 .
    The problem we are facing is that when we test the service BBPSTART , the number of work flow entries in the inbox for all users is same .
    We created a new user on SRM and tested BBPSTART with this user...it shows the same number of work flow entries in the inbox..
    What is the problem?
    Thanks & Regards,
    Anubhav

    Hi Masa,
    SPRO->SAP Reference IMG->Supplier Relationship Management->SRM Server->Cross-Application Basic Settings->SAP Business Workflow->Activate Standard Taks
    Activate Standard Tasks
    In this activity, you start a background report that defines certain tasks within the workflows of Enterprise Buyer as standard tasks. Any user can perform standard tasks, such as "Approve User Master Record". You use the workflow definition to narrow down who can actually perform the task. For example, in the case of approval of user master records, this depends on the organizational unit to which the new user master record belongs.
    You must perform this activity during the initialization of the Enterprise Buyer system, otherwise the SAP Business Workflow cannot determine who the approver should be.
    Is it somehow related to my problem?
    Regards,
    Anubhav

  • Problem with links for external user

    Hi,
    We´re using SAP NetWeaver Portal 2004s SPS 10 and we have a problem with links within notification-mails:
    The link to the document (e.g. within a subscription mail) consists of "http:///...". Only user using the portal within our network can open this links. All external user can´t open this links. How can I change the URL so that our external user can open the links, too?
    Thanks for help,
    Sven Keller

    We already have another URL for external usage. My problem is how to define that created links to documents and folder are automatically using the external URL.
    If somebody receives an email (e.g. subscription) the URL to the folder is:
    http://<portalserver>:51000/irj/go/km/navigation/documents/Public Documents/Documentation
    But it should be:
    https://<externalportal>/irj/go/km/navigation/documents/Public Documents/Documentation
    Message was edited by:
            Sven Keller

Maybe you are looking for