User profile - how to restict accesses?

I want to restirct the users from using SU01 and PFCG transactions.
What is the procedure?
Thanks,
Bhaskar

Hello,
i normaly use SY-UNAME to restrict access.
IF SY-UNMAE NE 'Bhaskar Ghandikota'.
*STOP programm or give out message
ELSE.
*Coding
ENDIF.
kind regards
Fabian
Message was edited by: Fabian Eidner
Message was edited by: Fabian Eidner

Similar Messages

  • I synced the wrong user profile, how can I switch it?

    During installation I was prompted to import a user profile and I accidently chose the wrong one. I uninstalled Firefox thinking I could correct my mistake during the next installation but it automatically used the "wrong" choice I made the first time.
    How do I correct this?
    thanks!

    You can use the Profile Manager to select another profile if you have multiple profiles.
    *https://support.mozilla.org/kb/Managing+profiles
    If you need to import data from other browsers then you can find "Import Data from Another Browser" in the Bookmarks Manager (Library)
    *Bookmarks > Show All Bookmarks > Import & Backup

  • Edit User Profile How do I enalble user lo loggin to their own profile page and edit it?

    Hi
    I am having some problems....... any help would be nice
    I am using DWCS3 and ADDT toolbox extension wamp and phpmyadmin
    I am trying to create a site for people to be able to post a profile with a picture and info and display it in a dynamic table.
    I can create the form, a database and display the data on another page in a dynamic table all ok..... kind of.
    I can create a user registration system with ADDT.
    I can redirect them after registration to a post profile page, which has a form to upload details. I can then display those details on a user info page.
    I would like to allow logged in users to be able to click on a link to their own profile page , which would show the same form that was filled out in the post profile page, but would be already populated with their previously entered information. I would like users to be able to edit the content of the form and update the information in the database and automatically delete delete any previously entered information ( only in the fields that have been edited)
    How do I go about doing this?.... step by step?
    I want to allow logged in user to view their own profile not every bodies.... how do I do that?
    I have read on another post that to do something similar to this I should filter my database information using a session varialble MM_username that I think is created automatically after user logs in .... but I don;t know how to do this.... I really don;t understand is this the way I link my user to a page that only displays their info ? or is there another way?
    I would also like to allow only people who have posted a profile to be able to edit profile ...... do I do that by
    1. new user registers and is redirected to login page
    2. user logs in and is redirected to an index page that has a post profile button and a edit profile button but only the POST button is active ( and links to a form to post info ) and the edit profile button is linked to a " You must post a profile first" page ( with a link back)
    3 so user posts profile and is directed to an index page which has an edit profile button which is now linked to an edit profile page
    Does that sound correct?
    Any suggestions in getting all this to work would be much appreciated

    Hi Yomi,
    I have created the users page which submits to a members page and tell the user to edit biodata, profession, and hobbies. but on clicking I am really confused on how the id will be transfered from the members page to update biodata and the user updates the form which will show past records. this should also apply to the profession and hobbies
    If I understand this right, you might want to consider providing a complete "userdata" section which comes with a Dynamic List and a Dynamic Form to have users add & update their data plus (via the Dynamic List) track all past records
    Lastly is it possible I create recordset at will and the id will be passed thru since kt-login-id behaves sololy
    I really can´t recommend this "pass user_id as URL variable" approach in this case, as URL variables are displayed in the browser´s address bar -- and this is absolutely insecure, because anyone could simply change the displayed "user_id" value, reload the form and hence edit data which belongs to a different user.
    The only secure method is indeed to use ADDT´s session variable kt_login_id
    Fatal error: Call to undefined function: var_export()
    Not sure, but maybe some "includes" files haven´t been generated
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Shop deleted my profile- how do I access my info?!

    So I was having the ever-present Display issue that is oh-so-common with these iMacs, and sent it to THE ONLY Apple maintenance shop in all of Korea.
    While language was a barrier, we managed to describe the issue and told them emphatically that we don't want our hard-drive wiped, since it was a display issue and there was no reason to mess with the HD. We gave them my password, so that they could log on if needs be to do admin work.
    Fast forward a couple weeks later, and low and behold, apon turning it on MY Account was gone, but my husbands remained. We logged into my husbands account, and the file size was the same, and if you go to the "users" tab you can see my profile with all the info, but at the log-on screen, there is no choice for ME to log-on, just him. He was also upgraded to the "full admin" position that I once was (in the 'Accounts' portion of system Preferences..)
    So to me, it looks like they got rid of my profile, but my information is still present on the HD. I can't access any of my files (no permissions) except of course the 'Share' directory.
    I'm SURE there is a way that he can gain access to those folders, since he has full admin rights.
    Any suggestions/help? Thank you in advanced.

    update: found a temporary work-around that involves creating a new user account, making it an admin, then changing the permissions to my old folders and allowing the new account to have access. While that has fixed the immediate problem of gaining access to my files, I'm having TONS of permissions errors like not being able to access my iPhoto library, which is now perpetually locked out because every time I open iPhoto to choose a new 'iPhoto Library' location (other than the one that is locked out), it says "sorry your locked out" and promptly closes. Since iLife was installed before I got the machine, is there any way to re-install it without doing a whole system refresh? Will i always be doomed to have permissions errors?
    Thanks for anyones help.

  • How to get user data in a user profile portlet

    You would think that this would be easy. Its not?
    This was posted in the wrong forum:
    Re: Interaction (ALUI/WCI) Cutom User Profile Portlet
    "I have a custom portlet that returns user specific information using a portal user profile property. It works great when using current user, which is the logged in user. How can I access the user properties for the profile page owner?
    I searched the dev docs without any success, only references to preferences.
    Thanks in advance for your assistance.."
    I want to know the answer as well. Seems that you shouldn't have to query the IDK for this...
    I see 6.5 has an adaptive tag for this.... sigh. time to upgrade.
    Edited by: Joel Collins on Feb 3, 2009 10:56 AM
    in case anyone tries this in 6.1, I ended up using this:
    string sProfileUserID = portletRequest.GetSettingValue(SettingType.UserInfo, "_ProfileUserID");
    int iProfileUserID = int.Parse(sProfileUserID);
    IObjectQueryRow user = userManager.QuerySingleObject(iProfileUserID);
    IExtendedData extendedData = user.GetExtendedData();
    make sure you check off the right check box on the user information page of the web service.
    Edited by: Joel Collins on Feb 3, 2009 2:12 PM

    Did you search in the forum before posting your question? Every week similar question like yours is being posted. Anyway find below the query.
    SELECT LTRIM(MAX(SYS_CONNECT_BY_PATH(EMPNO,';')),';')
    FROM
    SELECT EMPNO,ROW_NUMBER() OVER(PARTITION BY 1 ORDER BY 1) CURR,ROW_NUMBER() OVER(PARTITION BY 1 ORDER BY 1)+1 NEXXT
    FROM EMP
    START WITH CURR=1
    CONNECT BY CURR = PRIOR NEXXT
    Regards,
    Mohana

  • Unable to read the FBA user user profile properties in Sharepoint 2010

    hi,
     how to read the FBA user profile properies in code . i have Sharepoint2010 FBA site when i need to read teh FBA user profile
    when i am trying read the properties by using
    UserProfile CurrentUserProfile = upm.GetUserProfile(i:0#.f|fbamembershipprovider|[email protected])
    i am getting soem exception like
    unable to read user profiles how  to fix this isse
    Srinivas

    hi,
    thanks for response i have fba data base in my sql server where user user formation will store  i am using (http://sharepoint2010fba.codeplex.com/documentation) . i am using user name as email id for user login. at the time of user signup process in
    to sharepoint i am storing the user deatils like user name ,password, passwordquestion, answer etc  at the same time i am storuing another deatils like firstname last name age sex etc to anothe list which is sharepoint2010 list. user login into sharepoint
    site i am getting the user display namelike"#:0|Parvider|[email protected] i need to change this name like "First Name Last Name " how can i do it.. database does not contain any deatils related to First Name Last Name this information extist
    in sharepoint list
    this is my requirement
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ed543e3c-00e5-4a52-92ee-75f49cd0fbb2/how-to-change-the-user-display-name-in-fba-site-and-place-my-own-display-name-in-sharepoint2010-fba?forum=sharepointdevelopmentprevious#ed543e3c-00e5-4a52-92ee-75f49cd0fbb2
    Srinivas

  • How can we restrict the user to a desired "Member access profile" ?

    Dear Gurus,
    In BPC 7.0 my "Team" has 4 "member access profiles" and a user is assigned to that team.
    Can that user have access to just one member access profile ??
    If he can, how do I set it up in BPC 7.0 ?
    NB: I read somewhere that I should not asign "member access profiles" to users directly. Hence I wanted to do it through "Team"
    -Venkat

    Vijaya,
    Sorry, but your answer didn't make any sense to me.
    Here all the 4 member access profiles are different. i.e. they all are restricted with a different dimension member. So, if I assign each of these 'member access profiles' directly to the user, my requirement is met.
    But my question is: how do my "user" pick the required member access profile from a TEAM which has all 4 member access profiles ?
    SAP suggested NOT to assign users directly to member access profiles. Instead it suggested to assign "teams" to member access profiles and assign user to the "teams"

  • How do I access my user profile in finder under favorites?

    On my new macbook pro, in finder, I am not able to see my user profile with all of my documents, downloads, music, pictures, etc. under favorites in the sidebar. How do I get my user profile to show up?

    Choose Home from the Finder's Go menu and drag the folders to it.
    (103647)

  • How do my GF and I share our iTunes library across our user profiles?

    I'm sure this question has been asked a million times but here goes.
    My GF and I both have a user profile on our Mac Mini. She is just now setting up her new iPhone and wants to be able to get music on it and such from her own profile.
    All of the iTunes (and iPhoto) media sits on an external 2TB hard drive. I can see everything free and clear in my profile. When I log into her profile she's got nothing in her music library. How can we get her to be able to access the same library? Also, is there a way to ensure that if she were to add new music to her folder that I would see it in mine?
    Your big brains appreciated on this. I'm sure there's a simple solution, no?

    perhaps the following kb article will help:
    http://support.apple.com/kb/HT1495

  • How can I recover from Windows login failure: User Profile Service failed the login

    I have Boot Camp installed on a separate partition on a MacBook Pro, late 2011 model. I have Mavericks installedd (10.9.1). I use, variously, both Parallels and VM Fusion to access the BootCamp installation of Windows 7.
    Except for having recently installed updates of both VMFusion and Parallels, I got this failure message when trying to login to Windows:: The User Profile Service failed the logon. User profile cannot be loaded.
    I had just been on Windows a few moments previously to access a business site that only accepts IE. Appreciate any useful insight on dealing with this issue without having to totally replace the BootCamp installation. A lot of the suggestions on Microsoft Windows repair sites are either incomprehensible or don't seem applicable.

    Same problem here. Windows 7 support gives several so-called fixes (including regedit tweaks, eliminating the blocked user account), but all require access to that partition. So far as I know, I have only one user, since this is my personal computer -- unless there is some sort of default "administrator" logon.
    Windows support says the problem might be caused by antivirus software running while we try to logon, but this problem has never happened to me before, and I have not made anti-virus changes (maybe AVG or Avast did so automatically)
    I tried to access regedit through Finder, but get a garbled text-edit with the message that regedit cannot be opened by DOS.
    So I wonder (a) is there a default admin logon? (b) Can we tinker with the settings inside Windows from Finder, or (c) how else can we get into Windows?
    My setup: Macbook Pro (Fall 2010), 10.6.8, boot camp, Windows 7.

  • How to Get user profile properties in provider -cloud hosted app in sharepoint online - office 365 using REST API?

    How to Get user profile properties in provider -cloud hosted app in sharepoint online - office 365 using REST API?
    any idea?

    Hi,
    From your description, my understanding is that you want to get user profile properties in provider-hosted app in SharePoint online using REST API.
    Here is sample code for getting user profile properties:
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    Here is a blog below about accessing data from the provider-host apps:
    http://dannyjessee.com/blog/index.php/2014/07/accessing-sharepoint-data-from-provider-hosted-apps-use-the-right-context/
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How does user profile service work if i want to use SharePoint Hybrid

    I plan to use sharepoint hybrid
    I want to know how does the user profile service work
    is it going to use two services ? one is in online ,one is on local ?
    actually i want to use one user profile service both online and onpremises can use

    hookedonlerman wrote:
    but will that replace the use of using up data? (wifi & 3G)
    It sounds as if you don't really understand what "using data" means. Data is not something different from WiFi and 3G, it's something sent over WiFi and 3G. Think of data as water and WiFi and 3G as types of pipes. Some apps need to send and receive data to work. That data can be sent or received in different ways. It can be sent over WiFi or 3G. Both official iPhone carriers in the U.S. have metered data plans. It's sounds as if you're talking about AT&T's 200 mb data plan. WiFi is not provided by your cellular carrier. You can have WiFi from your Internet Service Provider at home or you can access free WiFi at places like McDonalds or Starbucks or paid WiFi at places like airports.
    If you have WiFi turned on on your phone and WiFi is available, the phone will default to WiFi. WiFi is faster than 3G and generally not metered, and is sometimes even free. If you are out of range of WiFi, you would be using 3G to send and receive your data. With a metered plan, you need to keep an eye on how much you are using because if you go over your allowance, you will be charged additional fees.

  • What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API

    The question says it all:
    What Are The Minimum Permissions In Order An User To Be Able To Access User Profile Data With JavaScript And REST API.?
    In the User Profile -> Permissions there is only the option for "Full Control".

    Hi Nikolay,
    Thanks for posting your issue, you need to set permissions on User Profiles = Read. Kindly find the below mentioned URLs to get the code and more details on this.
    http://www.vrdmn.com/2013/02/sharepoint-2013-working-with-user.html
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    http://sharepoint.stackexchange.com/questions/61714/sharepoint-2013-call-the-rest-api-from-sharepoint-hosted-app
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/04/09/how-to-query-sharepoint-2013-using-rest-and-javascript.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Access RemoteApp error: The User Profile Service service failed the sign-in

    I have couple of users in MYAPPS group that is a part of Collection.
    Only me (domain admin) and other domain member user can access the app from RDWEB.
    When an other domain admin and an another domain user try to access the app (from different machines) they get:
    "Access RemoteApp error: The User Profile Service service failed the sign-in"
    RDS is Server 2012 R2 clients W7, W8.
    I found all kind of troubleshooting for Vista and W7 non RDS scenario.
    What it could be? A bit confusing... one admin Yes another no. The same for regular domain member
    1. users can login to RD Web (https:../rdweb) . The published app appears
    2. When clicking on the app icon the screen below appears
    "When you hit a wrong note it's the next note that makes it good or bad". Miles Davis

    Checked Event. There were errors indicating that default profile files cannot be copied to user_name profile.
    One of them:
    Windows cannot copy file
    \\?\C:\Users\Default\AppData\Local\Microsoft\Windows\WinX\Group3\08 - Power Options.lnk to location
    \\?\C:\Users\blue\AppData\Local\Microsoft\Windows\WinX\Group3\08 - Power Options.lnk. This error may be caused by network problems or insufficient security rights.
     DETAIL - The process cannot access the file because it is being used by another process.
    After doing more research I found a suggestion that actually fixed the problem instantly:
    -- We also see this problem. You should try to uninstall KB2919355 --
    Other people experience the same problem with RDS 2012.
    Here is the discussion:
    http://serverfault.com/questions/590651/copying-default-profile-for-new-users-fails-with-the-process-cannot-access-the
    I did check KB2919355. It looks like pretty important...
    All future security and nonsecurity updates for W8.1 and 2012 R2 require this update to be installed...
    So how to deal with this thing?
    May be somebody from Microsoft will see this post and can suggest other workaround instead of removing the important patch.
    Thanks Jay for pushing me to check Event :)
    "When you hit a wrong note it's the next note that makes it good or bad". Miles Davis

  • How to create a profile to control the access to Query Designer 2004s

    Hi all,
    I saw the note Note 962530 - NW04s: How to restrict access to Query
    Designer 2004s , where in alternative solution there is the approach on
    how to create a database table and modify the function module to control the access.
    However, we need to a security profile check that can prevent or allow
    who can access 04s tools. Because this is easy to maintain and we don't need to modify the database table time to time.
    Please update if it is feasible to have a check within the profile
    of the users to acces 04s query desinger. This way we can control
    effectively who can access new tools.
    Thanks,
    Dicky

    I can suggest that as this is a Security you might wanna ask the Person who is handling Security in your office.
    He can add different Roles which can then control their acess.
    For e.g. if you want that your user should be able to run Specific Queries a,b,c,d created by you.
    I will suggest interact with SEcurity Personal and ask him to create a Role X.
    You can then publish  your queries in Role X.
    So your users will have acess and security for X and they will then run the queries from them.
    Likewise, different other options are also there.
    If your queries are on Planning cube then things like giving them acess to Tools should take place similarly in different fashion.
    Your user can also use Query desinger and can opne queries from Roles .
    Hope this helps.

Maybe you are looking for

  • After updating my iphone 4 contact names will not show if someones phones me

    why after updating my iphone 4 will the contact names not show up when someone phones me

  • Login Password - Allowed Characters?

    Hey, the other day I had to work myself out of a bit of trouble; I changed the password for my admin account to my newly thought up super-password. OS X accepted my new password. Hooray! Skip forwards 10 minutes, to see me with a panicked expression,

  • 7200 RPM drive versus 5400 RPM drives

    I'm about to invest in my next laptop and have the following impressions: 7200 is generally faster for sustained reads/writes and seeks. 7200 uses marginally more power (0.5 watts) - but is not going to be noticable in terms of heat or battery life (

  • Song won't save in LP8

    Does anyone know why Logic Pro 8 refuses to save a song? It's not the 1st time this has happend to me, I've never understood it? I have just worked on a song for about an hour and it's been saving the whole time but now all of a sudden it tell me Log

  • Use DVD snapshots in SpeedGrade CC

    Here's a cool workflow to easily introduce snapshots from your favorite movies into SpeedGrade CC to aid your grading.  I find this helps rapidly improve the artistry of my grades. First, you need to be able to open your reference film in Quicktime 7