How to Restrict some G/L accounts to 3 Users only

Dear All,
Please tell me how to restrict SAP Users not to access some(around 20)G/L accounts, and the same should be accessiable by 3 Users.
Thanks in advance.
Regards,
Veda Gandham

Authorization object to G/L accounts
F_BKPF_BUK for restriction by company code
F_BKPF_GSB for restriction by business area
F_BKPF_KOA for restriction by account type
Maintain the user role in PFCJ and then assign it in su01
Regards

Similar Messages

  • How do I share one itunes account between two users on the same computer

    How do I share one itunes account between two users on the same computer without taking up twice as much space on my hard drive?

    You would need to move the itunes folder to a location that both users have permissions to access such as the Shared folder or any folder on the root level of the macintosh HD.
    You can find instructions here http://support.apple.com/kb/HT1203 This method allows you to share the content without sharing the same library.

  • How to restrict some users from viewing a screen of standard transaction

    Hi All,
    I need to restrict certain user ids from viewing the 'Payment Transactions' screen for the below mentioned transactions.
    FK01, FK02, FK03, MK01, MK02, MK03, XK01, XK02, XK03
    The Basis consultant has tried to configure it. However its not working. So need to find other solution.
    For all transactions other than FK01, MK01, XK01 (create vendor), the BAdi GOS_SRV_SELECT is called before the payment transaction screen appears. But for transactions FK01, MK01and XK0, no such BAdi is there.
    Also I'm not able to figure out how to restrict that particular screen using Badi GOS_SRV_SELECT. What will be the service name for this?
    Please help !!!
    Thanks in advance,
    Radhika

    hi,
    u can do this using user exits.
    identify the appropriate exit for ur transaction and thn put condition like
    if username = ...
    loop at screen.
    hide..
    endloop.
    i was just trying to give u some hint .make it to ur best.
    reward if hlpful.

  • How do I move my iTunes account to another user name on the SAME computer?

    Hi,
    My kid was the first in my family to get an iPod. When we created her account, since she is young, I put it on my laptop under my user name. Months later, I decided to get an iPod and when I went to set up an account, it wouldn't let me. My neice told me that I had to set up a new user name account on my computer for the new itunes account. I did this, but now I find that this is TOTALLY inconvenient. My computing is done under one user name and, yet, to sync my iPod I have to log out of all of that and go into the other user name. I HATE this -- had I realised this would be such a pain in the neck, I never would have set up my daughter's account under my user name. Is there a way that I can move my itunes account to MY user name and move my daughter's to the other? Can I have them both under one user name? Thanks for any help/advice

    Welcome to AD!
    Each windows user has an itunes database file that has ratings, playcounts, etc.
    It is named iTunesLibrary.itl
    So in addition to putting the music in a shared location as Neil suggests, you need to swap your ITL files from each account.
    Here is a good background article on that, you are using method 1. My advice is to stay far away from method 3, it's too easy to forget which ITL file itunes last used.
    You could also switch to method 2. I used that for several years until my husband started using iTunes and I did not want his play counts in my library.
    http://support.apple.com/kb/HT1495

  • How to restrict some Users from certain fund centers & commitment items....

    HI Experts
    I want to implement authorization in my FV60 and Fb60 tranactions, my Funds managment is active and i want to restric user in Funds Center and as well as some commitment item. I have some idea of Authorization group and after defining a Authorization group in customizing, i assigned Authorization group in fund center.and give its name in Authorization object in User roles. but still i am unable to achive correct control. by this way the system restrict every fund center.
    Can anyone help me out....Thanks in Advance
    Full point will be awarded...
    MAZ

    check tolerance groups for employees, are they excluded in the tolerance group?
    regards,

  • How to restrict some values in the final report output.

    Hi Experts,
    I have scenario where I dont want to include the values in the output of report.
    If you observe above there are some un assigned cost elements and its the report output. I dont want these to be in the report.
    Please suggest me.
    Thanks,
    Ravi

    Hi Friends,
    Thank you for the reply.
    I tried to exclude the values, but i dont find any chance to exclude them
    If i try the same from characteristic restriction, its allowing me to exclude.
    Is there any other possibility to restrict these? Please suggest

  • How to restrict some vales in Prompt and Output columns

    Hi,
    I am using 10 g.
    I have 2 columns(Code and Name) totally 40(values). In prompt i have to concatenate them both. But in the out put columns i need to display separately.
    Here my doubt is i need to Restrict the vales in the prompt level and as well as output columns.
    Please help me.
    Thanks

    Hi Deve and DPKa,
    Thanks for your Reply.
    i have to concatenate the both columns in Prompt level. But not in the outpur columns.
    And i have totally 40 values,but i need to only 20 values to be dispalyed. I know those values. I tried with the specific Values Option. But it is not working. Is there any other way to do this.
    Thansks

  • How to restrict the posting document from the parked user

    Hi All,
    Please help me in the below requirement
    The requirement is, need to restrict the posting of document by the same user, who has parked the document.
    For this I did the code changes in BTE: 00001140 by copying the function module:
    u2018SAMPLE_INTERFACE_00001140u2019 into new function module asu2019 Y_IB_FI_PROCESS_00001140u2019
    In this I have restricted as
    IF ( sy-tcode = FV60 or
    sy-tcode = FV50 or
        sy-tcode = FBV0 ).
    IF i_parked = u2018xu2019. " document has already been parked
          READ TABLE t_bkpf INDEX 1.
          IF t_bkpf-usnam EQ sy-uname. " park user = current user ?
            t_exctab-okcod = 'BU'.    " do not allow to post
            APPEND t_exctab.
          ENDIF.
        ENDIF.
    This function module is getting trigger while parking and posting the documents
    While posting the document, the parameter i_parkedu2019 is not getting the values as u2018Xu2019,
    To get the values as u2018Xu2019 for the parameter: i_parked what can I do?
    Can you please help me, is there configuration side need check?
    Or do I need to write code some where else.
    Thanks in Advance
    Rambabu .A
    Cross-post

    Hi
    Well, in such a case, it might be justified... BUt again, I would ask how would you differentiate between What USER1 can park and what can he post?... Certainly, it would be by means of fields like Doc Type, etc...
    Else, if you leave it to the discretion of USER1 and give him both the authorizations, why would he like to park when he can post the doc? 
    Anyways, now coming to the BTE, each BTE uses a structure... For eg: BTE 1120 uses BSEG_SUBST... If the fields you desire are not available in the structure, then you can also enhance the structure... See if you can enhance the structures involved and achieve the result
    Regards
    Ajay M

  • How to restrict  delivery Block in va02 for various users

    Dear  Experts
    I am suppose to restrict the user depening on delivery block in transaction VA02 .There are no SAP pre-defined feilds  authorization Object to restrict at delivery block level from PFCG ,and I have Created manually authorization object and class in Tcode Su21 and Su20  with table VBAK but its not giving any change .
    Please kindly help
    Thanks in advance
    krishna

    Hi
    We have a very complex Billing block functionality. The sales orders are handled at many levels and when the process is completed at one level, they need to change the billing block to another one and the system will allow to change the block to the specified one only and not to any other block. There is a control in the code to restrict the allowed blocks.
    We also maintain a Ztable with list of users (few super users/process primes and key people) for whom system will allow to remove/change to any other block as they wish.
    In your case, if it is not possible through authorisations, then the best way is to handle the requirement through a Ztable for the users allowed to change the delivery block. This is one of the possible alternatives.
    Thanks,
    Ravi

  • Newly relocated from UK to Spain, how do I open an iphone account in english, with only a spanish bank account. Everything comes through in spanishiphone account an iphonen an

    The problem is, changing location, but keeping my language. I moved from UK to Spain. I only speak english, and only have a Spanish bank account. Joining Iphone, or, trying to, everything comes through in spanish, hoy do I get over the language problem. I dont plan to open a bank account back in the UK, and am learning spanish, but Will take a copule of years, and I wat the service now, mike

    CanYouHearMeNow wrote:
    I knew something like this would happen!  I contacted them via the live chat.  Then they called me.  Then they told me I would be receiving the refund for the Home Hub when they received it and that would be in no longer than 10 days.  I sent it on the 14th of March and here it is 12 days later, and STILL NO REFUND.  That's why I wanted to be able to track the package I returned to them.  I am growing so incredibly sick of BT and their lies. 
    I guarantee you they are going to say it never arrived and I have no proof or way to track the item!  BT SUCKS!
    JUST REFUND MY MONEY ALREADY!
    Hi,
    I assume you used the orange bag that BT would of sent out with the replacement hub and did you keep the reciept that the Post Office would of given you as proof of sending?
    If you have the latter, you should mention this to BT asap.
    -+-No longer a forum member-+-

  • Restricting access to GL accounts. How to

    Hi all,
    How to restrict access to GL accounts.
    Access should be limited to operational accounts in the range "YYYYY000" to "YYYYYY799" and restrictio to "YYYYYY800" to "YYYYYY875"
    please suggest

    Hi priyanka
    It should be possible.  Try restricting with the folloiwng auth object
    F_SKA1_AEN FI         G/L Account: Change Authorization for Certain Fields
    F_SKA1_BES FI         G/L Account: Account Authorization
    F_SKA1_BUK FI         G/L Account: Authorization for Company Codes
    F_SKA1_KTP FI         G/L Account: Authorization for Charts of Accounts
    Thanks
    Ashok

  • How to add Hotmail account to ProfileManager User Profile?

    Hi everyone!
    I was wondering how I can add a Hotmail account to a user profile in Profile Manager? I only see POP/IMAP settings, but haven't been able to find those settings for Hotmail by googling.
    Thanks!
    ~Mike

    You can configure Hotmail to work on the iPhone. It works very well, I have had no problems with it. After upgrading to a Hotmail plus account, follow the instructions-
    http://mailcall.spaces.live.com/Blog/cns!CC9301187A51FE33!44348.entry
    Account: On
    Account Information:
    Name: John Smith (note: enter your own name)
    Address: [email protected] (note: enter your full Hotmail email address)
    Description: Hotmail
    Incoming Mail Server:
    Host Name: pop3.live.com
    User Name: [email protected] (note: enter your full Hotmail email address)
    Password: password (note: enter your Hotmail password)
    Outgoing Mail Server (SMTP):
    Host Name: smtp.live.com
    User Name: [email protected] (note: enter your full Hotmail email address)
    Password: password (note: enter your Hotmail password)
    Advanced Settings:
    Incoming Uses SSL: On
    Outgoing Uses SSL: On
    Authentication: Password
    Delete from Server: When removed from Inbox (or your preferred option)
    I paid the $20 for the Hotmail plus account and was receiving mail on my Iphone within a half hour. It Rocks.

  • How to restrict authorization for OBC4

    Dear all
    How to restrict authorization for obc4( field status) for user id wise
    Regards
    nasa

    Hi Nasa
    You try to use the S_TABU_LIN object. With this object you can control access to tables (called from maintenance views, SM30 etc) based on the database key for the table.
    And as far as I cant see, the OBC4 transaction is just a couple of maintenance views for V_T004V andf V_T004F.
    You can find a small how-to [here|http://www.mhn-consulting.com/s_tabu_lin.html]
    Regards
    Morten Nielsen

  • HT204053 How does one open an ICloud account? I do have a valid an Apple ID. Please Help

    How does one open an Icloud Account?

    You can only create iCloud account on an iOS device (iPhone, iPad or iPod Touch) running iOS 5 or higher, or on a Mac running OS X Lion (10.7.5) or higher.  You do this by going to Settings>iCloud (on an iOS device) or System Preferences>iCloud (on a Mac) and signing in with your Apple ID.
    Once you create your account you will then be able to sign into the account using the ID on your PC.

  • How to restrict the user from Closing the PO when it is not matched yet

    Hi,
    Actually PO is finally closed in lines level without matching. Now the problem is how to restrict this in future so that the user can not finally close it when it is not matched.
    Thanks
    Kavya

    Kavya,
    Check the setup of Line Type . Check for Receipt Tolerance on the Line Type . It should not be 100%
    Please let me know if you have any questions
    Thanks
    Navin

Maybe you are looking for

  • Photos in iPhoto but not Finder???

    I've spent hours looking for photos in Finder to no avail... What the ****?

  • Final Cut Pro operators manual in SPANISH?

    I'm trying to located a PDF of the Final Cut Pro operators manuals (the document that comes packaged in the software) ideally for version 6, but I'll take 5 or 7 if I have to, but written in Spanish. Does anybody know where I can find such a document

  • Jdeveloper unable to read "extension base" element

    We have a 3rd Party ERP system and using their web services to connect via BPEL. After we import the WSDL in Jdeveloper and try to create variables for input and output payload, we are not seeing the elements that are using "extension base" property.

  • Populate Error message in CRMD_ORDER

    Dear all, I need to launch Error message in Service Order(CRMD_ORDER) when net_value is more than 1000. And i got that FM CRM_MESSAGES_DISPLAY can achieve that. But I'm having confusion on the FM. I coded it as below: CALL FUNCTION 'CRM_MESSAGES_DISP

  • Burning images to a CD

    This might be a dumb question but how do you copy images on to a CD? It was easy in iPhoto but I can't find the steps in Aperture. Many thanks