How to check authorization in CRM Webshop.

Dear All,
I need some small help.
We have SAP CRM ISA MSA 5.0 SP8. We need to create some roles for the end users who access the system via the CRM Webshop. But we are not able to trace what authorization a user requires or lack. Like when I give a role which doest not contain the required object, few functions in the CRM webshop does not work. But we are unable to trace it, do we have something similar to su53 or a a trace (st01/st05). I tried actiavating the trace, but it does not work.
How do I know which object is checked/missing when user clicks something in a webshop?
Please help me in this.
Will surely reward points if I find anything which helps me.
Thanks.
Rajeet

Hi Chaitanya,
For enabling the trace for checking the authorization, go to transaction, st01, check on authorizatio check and then click on general filters, type the user which you would like to check the trace for and then click on the Trace On. After this, walk through all the steps where you are facing the problem. Then once u face the error, again go to st01, click on trance off, then click on analysis and then type the user which you switced on the trace for and execute.
You can see the analysis. and you can go to the bottom and if there was any authorization issue, it would be displayed in red.
Please check and award points if you find anything worthwhile.
Thanks.
Warm Regards,
Rajeet

Similar Messages

  • How to Check authorizations (user profiles) using eCATT?

    Hi All,
    Please tell me how to Check authorizations (user profiles) using eCATT?
    Thanks in advance.
    Regards
    Kalyani

    Hello ,
    Create a script for SU02 transaction in the SAPGUI mode, in the script move to the profiles tab and GETGUI the first profile and loop to all the profiles assigned to the user until you find your required profile.
    Other way is to identify the table where the profiles are stored and then create script using GETTAB , pass the user name and retreive all the profiles assigned to tht particular user, loop through profiles untill you find your required profile.
    Thanks & Best regards,
    Ajay

  • How to Check Authorization Checks

    Hi,
    I have requirement to to check the authorization with below given M_BANF_BSA
    how can i do this?
    Pls provide pointers.
    Thanks.

    hi,
    You can use the following code
      AUTHORITY-CHECK OBJECT 'S_CARRID'  " Your authorization object
        ID 'CARRID' FIELD carr         " Field and Value
        ID 'ACTVT'  FIELD '03'.        " Activity type 03 maeans display
      IF sy-subrc <> 0.
        MESSAGE 'No authorization' TYPE 'E'.
      ENDIF.
    Regards
    Pavan

  • How to check authorizations of a text file in windows server while accesing

    hi,
    I have to access a text file from windows server like windows NT/2003 in to SAP server through report program.
    While accessing the file i have to check the authorization of that file access users of windows.And i have to read it into SAP report program.
    Regards,
    Shankar.

    hi,
    Thanks for Immediate reply.
    i have to check this at level of windows login details i.e user name  and file acces permissions to login user.  through abap coding i have to check it  weather the windows login user having authorizations to access that file are not. If he is having authorization to access then that text file has to read in to ABAP report program and it has to be used in program. other wise it has to be raise an error message
    if provide some example with code...it will be very help full to clear my problem.
    Thanks & Regards,
    Shankar.
    Edited by: Shankar  Reddy Chamala on Aug 26, 2008 8:55 AM

  • How to check whether the system has eclipse environment: urgent

    Hi gurus
    can you please tell me how to check whether my crm system has eclipse envirionment.
    Thanks
    shashi

    There is no way to check whether a system is used productively or not, I believe what you mean is checking a client is productive or not in an ABAP-stack based system. Remember although a SAP ABAP system is identified by a SID but from a business perspective the system is recognized by a client, as it is a unique business identity.
    Thus, to check whether the client is productive or not in txn SCC4 check the role of the client, it will show you the correct status. The data of SCC4 is stored in table T000, you can also opt to check that.
    - Regards, Dibya

  • How to deactivate authorization check?

    hi ,
    how to deactivate  Authorization check?
    thanks.
    reddy.

    Use switch T77S0 to control the use of an authorization object during the authorization check.
    If value is 0 authorization check is inactive, if value is 1 inactive. See example below.
    AUTSW     ADAYS            15     HR: tolerance time for authorization check
    AUTSW     APPRO     0     HR: Test procedures
    AUTSW     DFCON     1     HR: Default Position (Context)
    AUTSW     INCON     0     HR: Master Data (Context)
    AUTSW     NNCON     0     HR:Customer-Specific Authorization Check (Context)
    AUTSW     NNNNN     0     HR: Customer-specific authorization check
    AUTSW     ORGIN     1     HR: Master data
    AUTSW     ORGPD     0     HR: Structural authorization check
    AUTSW     ORGXX     0     HR: Master data - Extended check
    AUTSW     PERNR     1     HR: Master data - Personnel number check
    AUTSW     VACAU          Activate Auths for Maintaining Vacancies (PBAY)
    AUTSW     XXCON     0     HR: Master Data - Enhanced Check (Context)
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/84/49ba3b3bf00152e10000000a114084/frameset.htm
    Regards,
    David

  • Need to know how to check the outbound queue in SAP for data flow into CRM

    Hi Specialist's,
    I have changed an entry in Customer Master Data in Sap r/3 and this change has come fine to CRM system.I checked the inbound BDOC in CRM ( Trn:SMW01) and it has come fine into CRM system.I am also able to see the affected field in CRM with new value.
    I need to know how to check this from SAP side i.e. I have checked the outbound IDOC list (WE02) but could not find the record.
    Is there any other way in SAP that i can check?
    Also please let me know if there is any other way except IDOC in SAP to send data from R/3 to CRM?
    Usefull answers will definitely be rewarded with points .
    Thanks,
    Abhinav.

    Hi Abhinav,
    There are no IDOCs generated in R/3 for replication. R/3 system calls BAPI and Function modules remotely on CRM system which are part of the Adaptors provided for middleware.
    Try to deregister the outbound queues in R/3 (Transaction SMQS) and see if you get an entry in the Outbound Queue (Transaction SMQ1). I have not tried this.
    If you don't get any entry in the outbound queue then definitely there would be some FM at R/3 end which would be calling CRM system remotely.
    <b>Reward points if it helps.</b>
    Regards,
    Amit Mishra

  • How to avoid authorization checks while debugging

    Hi,
    Can anyone let me to know how to avoid authorization checks while debugging
    for a standard transaction?
    -B S B

    Hello BSB,
    To start the debug put /hs will start the system debug.
    Then place the break points aat STATEMENT -- MESSAGE and F8
    So now the system will stop at the point where it throwing the error message change the value of SY-SUBRC to 0 from 4.
    Regards,
    Vasanth

  • How to check the Customizing setting in Different SAP CRM System

    Hello Guru's
    I want to know how to check the Customizing setting in Different system i.e (Sandbox,Development,Quality,Production)
    I mean to say that i was to check all the 4 system are in same line in all the aspects or sink with each orther
    Thanks in advance
    With Regards
    Sreeram

    hi
    to synchronise all the clients in the CRM,u need to structure ur transport request,that is whenever a request has been made,the same has been transported to all the clients or not
    Go to T-Code -SE09 and copy all released transport request from each client from Sandbox,Development,Quality,Production and match all request manually.
    this is just a way other may be to see manually all the settings in all the clients
    best regards
    ashish

  • Checking authorization of a tcode//

    can i check the authorization objects of a tcode?
    i want to assign a user with only a tcode not with the full role.
    is there any way that i cud asssign a user with a tcode only with out creating a new role, cud i view some how what particular authorization a tcode is using
    thanks
    akshat

    Akshat,
    are you sure that's a good idea...?
    First of all - use SU24 to check the objects that are defined for the TCode. Additionally, an authoritzations trace with ST01 will give you certainty.
    If you add the TCode manually, you lose that connection. I..e, when you remove the TCode, the user might still have the objects, and these may be harmful in conjunction with a different TCode, meaning that the user will have access to stuff you don't want him to.
    We recommend assigning transactions only via the menu, and maintaining SU24 properly.
    Kind regards,
    Frank.

  • How to debug proxies in CRM when called from ECC system

    Hi,
    My requirement is When a Post Goods Issue happens in ECC, the iobject is created in CRM system.
    The proxy is called in the ECC system. The implementation of the proxy is done in the CRM system.
    I am able to debug and see that the values are passed correctly to the proxy.
    In CRM system, the iobject is not created. So, i wanted to debug the implementation which is available in the CRM system.
    How can i debug in CRM system while the Post Goods Issue is done in the ECC system.
    Thanks in advance.
    Regards
    Shanthi

    hi ,  if you want to debug through ERP to CRM , you need to set a external breakpoint in CRM
    And to set the external breakpoint, you need to login CRM system by the middleware user, not a normal user.
    To check the middleware user name, you can search the view CRMRFCPAR in sm30  ERP, find out the RFC destination to CRM,  then check the user used in the RFC destination in SM59

  • How to Configure PME in CRM 7

    Team,
    Greetings for the day..
    could any one please provide some lights on "how to configuring PME in CRM 7".
    currently we have installed CRM7 IDES (ABAP / JAVA stacks in 2 different instances under single Host).and need to configure PME.
    CRM functional team trying to configure PRODUCT and its giving "PME installation with Errors".
    Please help in this regard.
    Regards,
    Nagarjuna Gorantla

    Hi Naga,
    Please check the following links...
    http://help.sap.com/saphelp_crm60/helpdata/en/46/4a4296a9dc6a82e10000000a155369/content.htm
    http://help.sap.com/saphelp_crm60/helpdata/en/46/540b2405a05e40e10000000a11466f/content.htm
    As mentioned in the link PME was replaced with ebClient user interface...

  • Spell Check Functionality in CRM 2007

    Hi Experts,
    Do we have spell check functionality in CRM 2007, If yes, How & where can we enable it ?
    For example if a sales representative/Manager types something in NOTES, they should able to spellcheck.
    Thanks & Regards
    Shiven

    I dont think there is SAP spellcheck functionality available. Your best bet would be to download a spellcheck plug-in for your web browser.
    Hope this helps
    Regards
    David

  • How to give authorization for create and change particular Condition Type

    Hi...
       In my requirement is , Only one user can be authorized to create and change a particular condition type 'ZABC' in vk11 and vk12 .
    For remaining condition type can be used as in normal .
    How to do this ? How to give authorization for a particular user for particular condition type ?
    Plz guide me ..
    Thanks in advance .
    Deepa .

    Hi Deepa ,
    u can check A.Object V_KOND_VEA, in user profile u can assign condition type or tables.
    have a word with ur basis guy , so he can help u in better way.
    aand also ref FM SD_COND_AUTH_CHECK
    Regards
    Prabhu

  • How do i authorize my computer, help!!!

    How do I authorize my computer??

    Hello Angela,
    Take a look at the item 3 in "More like this" to the immediate left of your original post.   You may find alternate answers there.   And if 3 doesn't do it, check out the others AND the links within them.
    It's always worth watching that column once you've asked a question.   Amazing how often the answer appears.

Maybe you are looking for