Authorization profile to call "IL01"

Hi Fox,
As there is an authorization profile which allows users to access access the transaction "IL01" I wonder if anybody knows which is appropriate authorization. If possible I would like to know how to find it myself in the future.
Furthermore I would like to know how to find other authorization profiles which are required to call functions within the transaction "IL01" like "Material where used-List" (ctrl. + F5) .
Thanks for you help
kami

Hi,
If you don't have authorization for the transaction 'IL01', enter this transaction and in another window open transaction SU53. This will display the authorization check failed details. From there you can find out the the authorization object checked.
Regards,
Soumya.

Similar Messages

  • To read an authorization profile.

    Hi,
    I am trying to provide authorization in a HR report. An administrative person can execute the report. At this momet, a user can see the information of all employees. Instead, the users should be restricted for a group of employees who’s organizational key has been assigned in his authorization profile.  I am trying this with P_ORGIN authorization object.  I can use P_orgin with single static organizational key. But, in this report, I have different sets of organization key for different administrative users. Fot this reason, I will need to read the user’s authorization profile to get the set of organizational key. Can anyone tell me how can I read the authorization profile for a particular user who is using the sytem so that the program can check the set of organizational key.   I am using R/3 version 4.6C.

    Or more generally (for multiple users:
    REPORT ztest NO STANDARD PAGE HEADING LINE-SIZE 255.
    TABLES: usref,
            usr11.
    DATA: BEGIN OF itab OCCURS 0.
            INCLUDE STRUCTURE usref.
    DATA: END OF   itab.
    DATA: BEGIN OF itab1 OCCURS 0.
            INCLUDE STRUCTURE usref.
    DATA: END OF   itab1.
    DATA: BEGIN OF itab2 OCCURS 0,
            user    LIKE usref-user,
            profile LIKE usref-profile,
            ptext   LIKE usr11-ptext,
          END   OF itab2.
    DATA: old_prof  LIKE usref-profile,
          prof_desc LIKE usr11-ptext.
    itab-user = sy-uname.
    APPEND itab.
    itab-user = 'USERNAME'.
    APPEND itab.
    CALL FUNCTION 'SUSR_GET_PROFILES_OF_USER'
         TABLES
              users    = itab
              profiles = itab1.
    SORT itab1 BY profile.
    LOOP AT itab1.
      IF itab1-profile <> old_prof.
        SELECT SINGLE ptext INTO prof_desc
          FROM usr11
          WHERE langu = sy-langu
          AND   profn = itab1-profile
          AND   aktps = 'A'.
        old_prof = itab1-profile.
      ENDIF.
      itab2-user    = itab1-user.
      itab2-profile = itab1-profile.
      itab2-ptext   = prof_desc.
      APPEND itab2.
    ENDLOOP.
    SORT itab2 BY user profile.
    LOOP AT itab2.
      WRITE: /001 itab2-user, itab2-profile, itab2-ptext.
    ENDLOOP.
    Rob

  • Authorization profile that provides "all authorizations" for PP and LO

    Hi:
    I'm looking for several authorization profiles provided by SAP:
    (1) Allow a user with "all authorizations" to work with PP module (Production Planning)
    (2) Allow a user with "all authoirzations" to work with LO module (Logistics)
    For examples, I found that there is the profile M_ALL that allows a user "all authorization" (universal authorization" for MM (Material Management) module.
    If you have some idea about one of these above (1) and/or (2) profile, please help. Any help would be appreciated.
    Thanks a lot,
    Thuan Nguyen

    Thuan,
    You can build it using PFCG fairly quickly. Go to PFCG, you will see a button called "Selection Criteria", all authorization objects are group by module (Object Class). You can include all PP auth objects in one shot. Logistic will separate into few class (General, Controlling, Warehouse Management, etc).
    It will be fairly clear to you once you get there.
    Hope this help.
    Thanks,
    Lye

  • ISE Selecting wrong authorization profile

    Hi,
    We are testing ISE in a wired environment.
    We have set up two authorization profiles called AD_Machine and AD_User as recommned in Trustsec 2.0 doc.  The AD_Machine policy has a condition set on it to look at the AD External Group AD Machines, likewise the AD_User has a condition to look at AD External Group AD Users.  At the end of the authorization policy list we have the default policy, this is set to WEBAUTH authorization profile.
    What we see is machine auth is granted by the WEBAUTH policy as this is catch all.  If I disable WEBAUTH it picks AD_Machine, also if I enable WEBAUTH and remove the AD External Group AD Machines condition it also selects the correct policy.
    There seems to be some kind of timing issue when authorizing against an external DB.
    Any ideas?
    Thanks.
    Gary

  • Training Authorization Profile

    I would like to create Authorization profile for Training Authorization by adding object P, L, D, E. and allow user only to be able to maintain those employees in specific cost center.
    I tried to add object "K" with specific cost center value, but it is not working.
    we can achieved the same by addiing a record for each "P" object with employee number value and it is working fine. But this is not a practical way.
    Please if you have any idea let us know how to d this. 
    M. Khalid

    Hi,
    If you don't have authorization for the transaction 'IL01', enter this transaction and in another window open transaction SU53. This will display the authorization check failed details. From there you can find out the the authorization object checked.
    Regards,
    Soumya.

  • LSO Authorization Profile

    Hi,
    We are using R/3 4.7, LSO 2.0
    The purpose is that some user should be allowed to view/book only certain courses. This is done by the Course creator. For this he is using Authorization Profile. Is there anyother way other than this.
    We have course groups and course subgroups created. We have created an authorization profile which stores the ID of the Group objects and saves. It is then assigned to the user.
    The issue is this has to be done in production server. The server is set to not modifiable. For this we need to copy all the object type & ID from the production server and then create a new profile and then move using Transport Request to the production server from development server.
    Do any one have idea that would have the same authorization profiles without breaking the client modifiable lock or transport request from development server.
    Thank you,
    Regards,
    Boobalan

    Hi,
    If you don't have authorization for the transaction 'IL01', enter this transaction and in another window open transaction SU53. This will display the authorization check failed details. From there you can find out the the authorization object checked.
    Regards,
    Soumya.

  • How to get all authorization objects for a certain authorization profile

    Hi ABAP experts,
    I have the following problem: for a certain authorization profile of a role (created with transaction PFCG) I would like to get all contained authorization objects: e.g. for the contained object PLOG I would like to know/read all corresponding parameter values.
    So:
    - where are these values stored (dictionary table)?
    - is there already a FM or a report to read all authoriation values for a certain authorization profile?
    Thanks in advance.
    Best regards,
    Oliver

    Hi,
    check the following it might useful for you:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c
    if helpful reward points are appreciated

  • Query related to Authorization profile.

    Hi Professionals,
    Please help me out as I'm not a BASIS consultant but PP.....
    We've created Users profile and assigned them profiles that contain a particular bunch of Transaction codes module wise.
    Now we want to to create and assign such a Authorization profile to Users which will contain all Display transaction codes either related to all modules OR that particular module only say PP, MM, FI, CO etc.....
    For example
    MM03- Display material master
    CS03- Display material BOM
    CR03- Display work center
    ME53N- Display Purchase requisition etc.
    Is there any standard profile for that that are already provided by SAP? If it's there, how do we know that are related to what module?
    Suppose if we assign such profiles, what will be implications related to future and user discipline?
    Thanks & Regards,
    Abu Arbab

    Hi Abu, don't worry about being a PP consultant, most of us here are not Basis either, rather we focus on security.
    There are no standard roles delivered by SAP which give this.  There are standard SAP display roles but none will include all the display transactions for a module.
    What you should do is get each functional team to list the dispay transactions which are used by the business processes which they have configured.  There is no point in creating a display role with 500 transactions if the business processes only requires 30 transactions.  Access is more usually required for business processes rather than module so you would often need to combine your modular display roles to cover a single process.
    By building the roles to include the transactions you use rather than are available, you also avoid one of the mistakes often seen with using standard SAP roles - users having wider authorisations than they require to perform their job.

  • How to make changes in Authorization profile?

    Dear Guru's
                    In R/3 4.7 i used to change authorization profile in tcode SU02.where as in ecc 6.0 i dont find any change option it shows "Generated profile can only be displayed"
           I want to remove the particular tcode from that authorization profile.please help.
    Regards
    AKI

    Aki
    In new SAP versions, they have replaced direct profile generation with Roles concept and all the new profiles are attached to the roles. Follow this link and read it completely and understand the concept.
    http://help.sap.com/saphelp_bw21c/helpdata/en/52/6714b6439b11d1896f0000e8322d00/content.htm
    You cannot change a profile directly, instead you will have to insert authorization from the existing profile into a new role and generate a new profile for that role.
    Goto PFCG, create some new Z role. Save it, then goto authorizations tab, in the profile text box enter the profile name you want to edit authorization of. Goto change authorization Data. make the required changes. Then in the menu on top left hand side you will see a red and white ball press that and generate profile. Now you have a new role with required authorization. You can attach the role to required users.
    Rahul

  • ISE - Authorization Profile issue

    I'm running a trial of ISE and I'm attempting to create the authorization profile with the following settings:
    Name: Posture_Remediation
    Access Type: Access_Accept
    Common Tools:
    Posture Discovery, Enabled
    Posture Discovery, ACL ACL-POSTURE-REDIRECT
    The documentation says Common Tools, but in the screen shot it shows Common Tasks which is accurate to my install. Doc: http://www.cisco.com/en/US/products/ps10315/products_tech_note09186a0080bba10d.shtml#topic19
    The issue is that I do not see a Posture Discovery option in the Common Tasks area. Can I add these the attributes using the Advanced Attributes settings or is there something I need to enable to display the Posture Discovery option within Common Tasks?
    Any help would be appriceated.
    Andrew

    Hello Andrew,
    As per your query i can suggest you-
    Creating a New Authorization Policy
    Use this procedure to create a new authorization policy.
    To create a new authorization policy, complete the following steps:
    Step 1 Choose Policy > Authorization > Standard.
    Step 2 Click to select either Insert New Rule Above or Insert New Rule Below.
    A new policy entry appears in the position you designated in the Standard panel of the Authorization Policy window.
    Step 3 Enter values for the following authorization policy fields:
    •Rule Name—You need to define a rule name for the new policy.
    •Identity Groups—Choose a name for the identity group that you want associated with the policy.
    –Click + ("plus" sign) next to the word "Any" to display a drop-down list of group choices, or choose Any for the policy for this identity group to include all users.
    •Condition(s)—Choose the types of conditions or attributes for the identity group associated with the policy. Click + next to Condition(s) to display the following list of condition and attribute choices that you can configure:
    –Select a Condition Name option from the drop-down list (Simple Conditions, Compound Conditions, or Time and Date Conditions) as needed.
    –Select one of the Attribute options as needed. This displays a list of dictionaries that contain specific attributes related to the dictionary type.
    When you select an attribute, you can define it as Equals, Not Equals, or Matches using a pull-down list of operator options, and select an AND or OR directive using a pull-down directive option.
    For more information please refer to the link -
    http://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_authz_polprfls.html

  • ISE Authorization Profile Question

    Hi,
    We are implementing ISE at a university and using dynamic VLAN allocation to segment the traffic into vlans of a manageable size - we do not want to use geographically based vlans for a number of reasons. However there is one scenario which I am struggling with.
    A number of students will be living in university owned houses which are not directly connected to the university network. In these houses an ISP will provide an ADSL circuit. These ADSL circuits will be aggregated back at the university data centre and will connect down one piece of wire to the university network. I haven't completed my testing yet but the general theory is that we can use multi-auth to allow them on to the network and apply appropriate access restrictions (these restrictions will differ from those applied to those applied when they connect "on campus") . However, in order to do this, I will need to create an authorization policy based on where they are coming from (ie what switch and what port). I can see how I can use Identity Groups to identify which switch the traffic is coming from but for the life of me I have no idea how I would identify the port.
    Anyone have any ideas how I might achieve my goal?
    Thanks
    Alan              

    Hi
    Cisco ISE allows for a wide range of variables within authorization policies to ensure that only authorized users can access the appropriate resources when they access the network. The initial release of Cisco ISE supports only RADIUS-governed access to the internal network and its resources. The authorization policy result is Cisco ISE assigning an authorization profile that might also involve a downloadable ACL specifying traffic management on the network policy enforcement device. The downloadable ACL specifies the RADIUS attributes that are returned during authentication and that define the user access privileges granted once authenticated by Cisco ISE.
    An authorization profile acts as a container where a number of specific permissions allow access to a set of network services. The authorization profile is where you define a set of permissions to be granted for a network access request and can include:
    • A profile name
    • A profile description
    • An associated DACL
    • An associated VLAN
    • An associated SGACL
    • Any number of other dictionary-based attributes

  • ISE Authorization profile

    I am trying to create an authorization profile in ISE. My vlan for that profile is 50. When I try to add the Tag ID as 50 it is not allowing me to do so.
    The message I am getting is : “Tag ID should contain only numerical value and in the range 0-31. How can the vlan be 0”. How to deal with this issue when my vlan ids are higher then 31.
    I was wondering if anyone else had similar issue? Or am I missing anything.
    Ds

  • BW Issues while generating authorization profiles RSSB_GENERATE_AUTH progm.

    Hello,
    We loaded ZTCADS02 hierarchy datastore authorization template with the following data fields mapping and along with the other authorization templates (ZTCADS01, DS03)
    when I try to generate the authorization profiles using RSSB_GENERATE_AUTHORIZATIONS program, I am getting the following error
    “Hierarchy YES_BRANDS (version, key date 12/31/9999) does not exist  Message no. RSSBR050”
    Here are the fields and field contents on ZTCADS02 datastore. Am I loading wrong data to any of the fields?? I tried couple of combinations for Hierarchy name (0TCTHIENM) but none of this helps me in successful generation of the profiles.
    0TCTHIENM = YES_BRANDS/99991231//0BP_GRP
    0TCTHIENM = YES_BRANDS
    0TCTUSERNM     User                     CARLMGRN1
    0TCTSYSID     BW System     SBC100
    0TCTAUTH     Authorization (Tech)     ZBP_GRP
    0TCTADTO     Validity, to                     99991231
    0TCTIOBJNM     InfoObject                     0TCTAUTHH
    0TCTHIENM     Hierarchy Name     YES_BRANDS
    0TCTHIEVERS     Hierarchy Version     A
    0TCTHIEDATE     Hierarch, Valid to     99991231
    0TCTNIOBJNM     Node (InfoObject)     0BP_GRP
    0TCTATYPE     Type of Authorizatn     2
    0TCTOBJVERS     Object Version     A
    0TCTADFROM     Validity, from     20061113
    0TCTNODE     Nodes              454BA58E856300F6000000000A173125
    0TCTACOMPM     Validity Period     1
    0TCTTLEVEL     Hierarchy Level     9
    0TCTNDEF     Default Value     Y
    Infoobject to be checked is 0BP_GRP which is hierarchy check
    ZBP_GRP is custom authorization object created by me with fields actvt, 0BP_GRP and 0TCTAUTHH fields via RSSM
    All suggestions are really appreciated and promise to reward very good points,
    for all good answers.
    Regards
    Sreeni

    Issue is resolved. There was a problem with the data load.
    Thanks
    Sreeni

  • Create Display Authorization Profile for SAP Transaction SPRO (IMG).

    Dear All,
    In my current implementation project there is an requirement to create display authorization profile for SPRO. I have tried a lot but was not able to do so.
    Any one is having an experience in creating display profile for SPRO (IMG) ? If any one has worked on this issue then please guide me.
    Thanks,
    Avinash

    Hi
    This is security related question. I am not security expert.
    But you can check this, Include the following authorization objects in the profile and assign this profile to the target user.
    S_IMG_ACTV
    S_PROJECT
    S_PROJ_AUT
    S_PRO_AUTH
    and assign activity = 03 (Display).
    Hoipe it helps.
    regards
    Srinivas

  • Talent Management (EhP4) - cannot find structural authorization profiles

    Hi All,<br/><br/>
    I have looked in 3 different SAP ECC6.0 EhP4 system for the Talent Management structural authorization profiles stated in the IMG documentation and on the help.sap.com website. The profiles are:<br/><br/>
    TMS_PROFILE<br/>
    TMS_ALL<br/>
    TMS_MAN_PROF<br/><br/>
    There are also several "sub" profiles for TMS_PROFILE.<br/><br/>
    To take an example from help.sap.com on their Authorizations page (http://help.sap.com/erp2005_ehp_04/helpdata/en/7b/6f92413c3a2e7be10000000a1550b0/content.htm ), the SAP_TMC_SUPER_TALENT_MANA_SPEC clearly indicates the TMS_ALL structural authorization profile is in the standard system:<br/><br/>
    Authorizations for talent management superusers<br/><br/>
    For more information, see Talent Management Superuser.<br/><br/>
    The structural authorization profile TMS_ALL is also available as a template for the Talent Management Superuser.<br/><br/>
    For more information, see Customizing for Talent Management and Talent Development under Basic Settings ® Authorizations in Talent Management ® Define Structural Authorizations.<br/><br/>
    So... does anybody know anything about these and where I can find them? Do they require some form of activation outside of the standard switch activations for Talent Management? I've looked in several tcodes (SU01,PCFG, OOSP etc) for them but no luck.<br/><br/>
    Any help gratefully received and points will be awarded for helpful answers and solutions!<br/><br/>
    Best regards,<br/><br/>
    Luke

    Hey Luke:
    Could you do me a favor and look in client 000 (the SAP delivered client)?  You generally need a basis person for this activity, and I can't find one now on my own end to confirm my theory.  However I'm pretty sure if you went to OOSP in client 000, you'd see those profiles.  They were either never copied over from 000 or your security friends deleted all the profiles that are SAP delivered in the clients you're looking at.
    I could talk for a super boring amount of time about the security concept of "SAP delivers too much access with their roles so we don't use them" that a good number of security teams use - but that's a story for a different day.
    Take a peek in 000 and let me know what you see.  If they're there, you can always have your basis chums copy them over to your clients that you want them in (presumably your security config client).
    Thanks,
    Chris

Maybe you are looking for

  • WiFi doesen't work on my new Satellite L850-13Q

    I just bought an Satellite L850-13Q and my WiFi doesen't work. Win 7 64bit and I installed the Atheros driver for this system but it tell There are no aviable connection, but my old computer find a lots of them. I turn it on with the FN+F12 keys, and

  • Opening new window with hyperlinks?

    I know this has been asked in previous posts so at the risk of soundind redundant, has anyone actually been successful at achieving this? I am curious what the HTML code would look like so please send any links so that I may view the source... thanks

  • Essbase Add-in and Excel 2010

    Hi All, I have a user who has just had Windows 7 and excel 2010 installed and is able to connect to Essbase through the add-in but when he tries to retrieve data it completely crashes his excel which shuts down immediately. As far as I have read the

  • Views in OBIEE

    Hi experts , I have imported view V from DB. And in BMM Layer i created one dimension A and Fact B from the same view. and check the consistency. t is giving the below warning Logical dimension table A has a source V that does not join to any fact so

  • This is ridiculous - Firefox still CHOKING memory

    Firefox is still taking about 90MB at the start even after disabling ALL plugins and 80% of addons/extensions == This happened == Every time Firefox opened == ALL THE TIME