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..

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 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.

  • 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 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

  • List of users who have authorization for a particular transaction?

    Hi All,
    Can anyone guide me how to know the list of users who have authorization for a particular transaction?
    I need this to find out the list of authorizations that are obsolete ,when the particular trnsaction is obsolete in an Upgrade process.
    Thanks in advance.

    we can get the list of users for a particular transaction as below.
    get the tcode and place in AGR_TCODES and we get the list of roles .
    loop the roles and pass each role to AGR_USERS and we get list of users for that role.
    finally we got the list of users for that tcode.

  • How to Control authorization for users with certain status for level 2 WBS Element

    Dear All,
    Is there any standard way or enhancement available to control authorization for users with certain status for WBS Element i.e. for example
    Pre-requisite:
    There is only 2 level of project i.e.
    Lev_ WBSE_______Description
    1___ 7-14.E_______summay outage controller
    2___ 7-14.E.2310__ Plant/unit # 2310
    2___ 7-14.E.2310__ Plant/unit # 2220
    Project Controller  (authorization role assigned "Z_PS_OP7_OTGCON_C") have all project level authorization
    Plant/Unit Controller (authorization role assigned "Z_PS_OP7_PLNTOTG_C_2310") have only level 2 authorization with enhancement that we did in system by Z table.
    User ID_ Plant #
    123345_ 2310
    122455_ 2220
    Issue:
    After System Status released and User Status approved the WBS basic date for Plant/Units should be restricted from updating/changing by Plant/Unit Controller level and only project controller should have this authority.
    Solution required: 
    Can any one tell how to control this scenario either by standard or enhancement available to control authorization
    BR
    Saqib Usman   

    Hi,
    Did you explore SAP Enhancement CNEX0002 Using Transaction CMOD?
    Thank you and regards,
    Varshal Kachole
    The SCN Rules of Engagement

  • BPS retraction (CCA) - authorizations for background user (R/3)

    Hi,
    I'm  trying to retract plandata for statistical key figures from BW to R/3. During data retraction I get an error message in BW. The message is about missing authorities on R/3 side, but without any detailed information. We use the standard backround user for BW => R/3 RFC connections. So my question is, if the background user needs additional authorizations for data retraction? Are there any notes or documentation?
    Thanks for help,
    Tanja

    Hi,
    I remember having faced this issue...
    I fixed it by creating a RFC connection for the retraction itself connecting with a service user (S_BWRETR) having profiles SAP_ALL, SAP_NEW.
    hope this helps...
    Olivier.

  • IDOC Scenario - User  has no RFC authorization for function group EDIN

    Hi all,
    I'm trying to configure an IDOC scenario from ECC to XI.
    RFC's, ports and destinations already configured. On WE19 I'm creating an IDOC for testing the scenario. The IDOC is sent successfully, and it stops on TRFC Monitor with error "User PIRFCUSER has no RFC authorization for function group EDIN." .
    Some of you knows what authorization is needed? Basis team said the roles are the same at DEV environment, and there this scenario works fine.
    Thanks for your help.
    regards.
    Roberti

    Hi,
    Check with PIRFCUSER user , that is having the right authorization or not ..
    And make sure that this user is present in the system & it should  not locked.
    to check that user is present or not-----goto su01 of the system & check
    Regards
    Seshagiri

Maybe you are looking for