User authorizations for SU53

Hi,
I created a role for a user who has to see only POs with ME23N.
Now I need to enable trx SU53 and related authorization for furthers trxs that I'll enable step by step during his activity.
The message error is: "You are not authorized to use transaction SU53"
Thanks
Best regards

add this transaction SU53 to the role as well in transaction PFCG. Authorization object S_TCODE can be used for this.

Similar Messages

  • How to give user authorizations for a Program or an ICF service

    Hi,
       1)How to give user authorizations for a report program or an ICF service.
       2)How to create an user authorization object.
    Regards,
    Vinay.

    check this online help for more info on authorization object creation
    http://help.sap.com/saphelp_nw04/helpdata/en/52/67168c439b11d1896f0000e8322d00/frameset.htm
    for question no1.
    ICF - you either maintain the auth obj relevant at the icf service level itself or you can code call authority object and block access
    for abap programs:
    you maintain auth object at the tcode or code the call authority object within the program
    Regards
    Raja

  • User Authorization for a Query

    Hi,
    I have assigned a single role to a user, in which I have authorization for all the Infoproviders, including authorization for reporting. The user is able to access most of the queries, except one query. If there is a problem, he should not have accessed all the queries.
    What problem could have prevented the user from accessing on particular query???
    Any Ideas will be highly appreciated,
    Thanks and Regards,
    Ravi Sankar

    Some possibilities:
    The one query which the user is not able to run , who is the author of this query?
    You need to give authirozation for the object S_RS_COMP1.
    If the user has authorization for this object, then the next possibility is:
    The query may have a filter or a characteristic value for which the value is not set for the user.
    Ravi Thothadri

  • User authorization for goods receipt

    What are all the required user authorizations to perform an items goods receipt?
    Something in administration module authorizations is preventing a GRPO if "full authorization" is not given.

    Try Edit Document Tables.
    Thanks,
    Gordon

  • User Authorizations for Plant & Material Type

    The requirement says
    Get all the users having authorizations to transactions - QA11, QA12, MSC1N, MSC2N & MSC4N.
    Then filter out the users to those who have access to Plant & material Type which are entered on the selction- screen.
    now how to get those users who have access to Plant and/or Material Type entered on the selection-screen.
    Plz reply
    Thanks in advance

    Hi suresh,
    check the following standard program ,probably would be useful to you.
         <b>RSUSR010 – Transactions that can be executed by users, with Profile or Authorization</b>
    If you want the table for "user profile change history ", below tables can help you:
    <b>USH10
    USH02
    USH03
    USH12
    </b> Also check the following Tables would be useful,
    <b>UST12</b>
    Authorizations and Tcodes per Profile
    <b>UST04</b>
    Assignment of users to Profiles
    <b>AGR_USERS</b>
    Assignment of roles to users
    <b>USOBT_C</b>
    Authorizations associated with a transaction
    <b>USR02</b>
    Last logon date, locked ID’s
    <b>AGR_TCODES</b>
    Assignment of roles to Tcodes (4.6 tcodes)
    <b>USH02</b>
    Change history for users (e.g. who last changed users via SU01)
    <b>USH04</b>
    Display history of who made changes to which User Ids
    <b>
    USR40</b>
    Non-permitted passwords
    <b>USR41</b>
    Users with logon information (multiple logons)
    I have given u all possible tables,and the standard program select the according to your need.
    should solve ur problem.
    Thanks & regards,
    Pawan P. Khilari

  • USER AUTHORIZATION FOR T-CODE OB52 & OKP1

    Hi Experts,
    I would like to know if there is a t-code that assigns USER to open another t-code.
    OB52 & OKP1?
    I want to restrict this t-code for only few users....
    Is it possible?
    Need advice plese
    Rey

    Hi Rey,
        As per my knowledge the authorizations will be done by BASIS consultants.
    R.K

  • Which User Authorization for WD4A

    Hi experts,
    how can I check which authorization is necessarily to use my wd4a application in portal for enduser or customers? Customers should be so less authorization how possible...
    Thanks in advance

    Hi!
    It is a cumbersome way but it works. Create a test user and give him almost no authorizations. Then use transaction ST01 to activate an authorization trace for that user and then do it it step-by-step. Use the user to access application - stop ST01 trace - check for the failure - assign additional rights - restart trace- re-test - and so on ....
    Hope this helps.
    Regards,
    Volker

  • User Authorization for Outbound Delivery

    Hi sap gurus,
       I want to restrict sales document delete option for selective users in vl02n(outbound delivery). Can anyone tell me. How to do this?
    Warm Regards,
    Vinodh Rajendran
    Edited by: Vinodh Rajendran on Jul 27, 2009 8:30 AM

    Hi,
    Check with your BASIS person.
    They will provide/delete authorisations for a specific Transaction.
    SUIM is the T.Code for checking roles of a Transaction code.
    In SU01,by entering the user name one can delete that role for the user.
    Regards,
    Krishna.

  • User authorization for SE38

    Hi,
    Its a project requirement that developers can only use the se38 transaction not the functional consultant or others....so i have to restrict them even in debugg mode for se38 transaction....
    I think it can b done through authorization check.....but i dont have any idea regarding this.....can anybody explain me <b>how to do that in step by step so that  user01 can only access the se38</b> ??
    Thanks in advance....
    Biswajit.

    its a urgent requirement ..plz help me..

  • User Authorization for Network and Activity

    I have given WBS authorization according to the Person Responsible.
    Further I want to control all networks & all all activities under that particular WBSE.
    System is blocking the reqd. WBS but allowing to create/change all Networks & activitites under blocked WBSE.
    RIYA M

    Hi,
    Networks / Activities have different authorization checks than WBS / project definitions. You can check them by work center or plant, but not by person responsible on superior element.
    From what I've seen you will have to either use a different authorization check or develop the check as an enhancement.
    Kind regards,
    Neil

  • No authorization for company code in MRBR

    Transaction MRBR is currently wide open. Anyone with authorization to this transaction can unblock invoices in any company code.
    Standard security profiles can only restrict users at universal (*) or purchasing group level. We require control on company code.
    OSS 399953 suggests creating validation rule (GGB0) to test user authorizations for transaction MRBR and authorization object F_BKPF_BUK.
    Can anyone supply the validation coding to solve this security problem?
    Is anyone familiar with this problem ? Do you have a solution ? also None standard SAP solutions are welcome
    Thanks in advance
    Greetings,
    Vincent

    Hi Vincent
    Another option could be to implement an authorization check in the BAdI MRM_RELEASE_CHECK - this is, of course not Standard.
    The code could look somthing like this:
    DATA: wa_rbkp_blocked TYPE mrm_tab_rbkp_blocked.
      LOOP AT i_rbkp_blocked INTO wa_rbkp_blocked.
        AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
                 ID 'BUKRS' FIELD wa_rbkp_blocked-bukrs
                 ID 'ACTVT' FIELD '02'.
        IF sy-subrc EQ 0.
          APPEND wa_rbkp_blocked TO e_rbkp_blocked.
          CLEAR wa_rbkp_blocked.
        ENDIF.
      ENDLOOP.
    Regards
    Morten Nielsen

  • Authorization for User to Jump the Query

    Hi,
    The user1 (log is not generating for this user in RSSM) cannot use the jump target in the reports which have been placed under a role, whereas the other user2 (log is able to generate for this user in RSSM) is able to jump target in the reports in SAP BI.
    I need to give the proper authorization to user1 same like user2.
    How can I solve this issue.
    Thanks in advance.
    Regards,
    Ravi Sankar

    I dont understand what you mean with "(log is able to generate for this user in RSSM)"
    In RSSM you can create authorization objects....
    If you want to give some authorizations for  a specific query you must check the SU53 in order to see the objects that you need to add to the users profile.....
    The procedure is.......give th user the Query link in order to open the query....and obviously that action gives you an authorization error.....then enter to the SU53 and this transaction shows you the authorization object you need to add to the profile.....
    I hope this helps
    Regards

  • User SAAPOS has no RFC authorization for function group SYST

    Dear Experts ,
    I am facing this issue kindly help me to sort out this issue.
    User SAAPOS has no RFC authorization for function group SYST
    Thanks in advance
    Thanks & Regards,
    Srinivasan.V
    Moderator message: please search for available information and previous discussions.
    Edited by: Thomas Zloch on Sep 12, 2011 10:17 AM

    Hi,
    try SU53  to get more information about missing authority of user SAAPOS.
    Regards, Dieter

  • User abcd has no RFC authorization for function group SYST

    hi,
       We are trying to http<>XI<>RFC scenario.
    When we are  sending request from http to xI.
    We got the followin response.
    <b>"User abcd has no RFC authorization for function group SYST"</b>
    Kindly let me know what authorization to be given to the user abcd.
    Regards,
    Nishita

    you need to give that user auth. object S_RFC for FUGR SYST and activity *.
    You can double check in transaction SU53 of the target system which check failed for the respective user. There it should show the auth. object mentioned above.
    Regards
    Christine

  • For my user id, I have the authorization for the transaction, but still iam getting the error that, you don't have authorization, plz suggest?

    Hello ,
    For my user id, I have the authorization for the transaction, but still iam getting the error that, you don’t have authorization, plz suggest?????
    Thnks

    Hello Sampath,
    after you have received the error message about the no authorization, run transaction SU53.
    This transaction shows which authorization has failed last time.
    Best regards,
    Laszlo

Maybe you are looking for

  • Using to_date causes CBO to use wrong index

    I'm working on switching an application from using the Rule-based optimizer to use the Cost-based Optimizer on Oracle 9iR2. I'm having problems with the following query: select report_rsn, reports.facility_code,        exams.facility_code   from exam

  • Unix command execution with parameters

    Hi Friends!    Can I execute a unix command with file ?             Like I want to create an account in Unix. for that I have to pass some parameters like account name. account id, directory, shell,  what I am doing  I am passing all this information

  • Plug-in for Alpha 7 Mirrorless camera

    I just bought the mirrorless sony alpha 7.  Is there a plug in for CS5.1 that will let me process raw files?

  • I have installed my iTunes account on works mac how can i now remove it?

    I have a works mac book and i put my Itunes account on there. i am now leaving the company and need to hand back my Mac book and I cannot get rid of my account. What can I try next to remove it?

  • A note to those who need to edit FLVs

    No, I certainly don't encourage editing FLVs, by any stretch of the imagination, but there are times when you've just gotta do what you've just gotta do... I'm working on a client's project in which they're using predominantly stock footage that will