Authorization for web shop users

Hi Experts,
How can we Control the users at webshop level?. Can anybody explain me the step by step process to set up authorization group for web shops.
Regards,
S Reddy

Hello,
In each web shop there is an authorization group.  If left blank, any user can enter the web shop.  If it is populated with a value, only users with special authorization can enter the web shop.
The authorization set is:  CRM_ISA_SP
You maintain a value for the authorization object in role maintenance and assign it to your web show (as described above).
You also to a user to control the user access to a particular web shop.
The way it works is the system checks any user attempting to enter the shop.  If the user has the authorization object value assigned to it, the user can enter the shop. Otherwise, he is denied access.
I hope this helps.
Deb

Similar Messages

  • WEB UI- only Display authorization for LEADS to users

    Hi Gurus,
    I have a requirement like i need to give only display authorizations for users to leads.
    I have created a new business role and assigned only search links. but in that search link we have Create New option. How i need to disable this.
    Users needs only display authorizations for Leads.
    Waiting for reply...
    Regards,
    Ajay.

    Hi Ajay,
    First of all, It is possible to disable the New button on the Search page without any code change. There is an SPRO setting which is to be done in order to achieve this.
    You might have created a new z navbar profile as you have created a new business role as per your business requirement.
    Lets take an example, you want to disable the New button on Contact Search Page. follow these steps:
    1.Go To T. code /ncrmc_ui_nblinks
    2. Select the Z navbar profile you have created for your business role
    3. Double Click on "Define Generic OP Mapping" in left hand side
    4. Select Object Type as BP_CONTACT and remove the Following entry
    BP_CONTACT     D Create     MD-BPCP-CR          MD-CONP-SR
    Please note the Obj. Action here D Create, if you remove this entry it means you are disabling the Create Action for this business role for object Contact.
    Hope this will help you.
    Regards
    Ajay

  • Passing user and password in the URL for web shop

    Does anyone know the parameters to pass a user ID and password in the URL of a B2B, B2C or UCES web shop?
    thanks
    Stu

    Suppose the URL of ur webshop is http://asdhfksldhfjsa.htm
    Provide parameters and attach it to above url, ex: http://....default.htm?firstname=Joshua&lastname=Dell&website=SDN
    In above URL you have 3 variables: firstname, lastname & website. These are name=value pairs separated by symbol & .

  • Authorization for Web report

    Hello Experts,
    One of my user wants to see a report in the web and wants an authorization for the same. When he is trying to execute the query in the WEB he is facing the follwoing error.
    User SCANESIN has no RFC authorization for function group SDIFRUNTIME.
    What steps do i need to follow to resolve this issue.
    Regards,

    Hi,
    You can solve this problem with the help of your basis person.
    Go to the role of that use using RSECADMIN. Find the authorisation object S_RFC. Include SDIFRUNTIME in
    'Name of RFC to be protected' field. Activate the role.
    Regards
    Githen

  • Roles & Authorizations for Web Reports...

    Hello Experts,
    We are newly implementing Web Reports in our organization. I need your great thoughts regarding implementing Authorizations for users to access the reports.
    We are using a report menu page that contain links to all the reports. The page opens by clicking on a link on the portal. The individual reports are basically accessed from this page by clicking on the corresponding button (links a URL ).
    I wonder if there is any way to look into the menu page (XHTML code of that web page/application) when ever the users click on the reports link and disable those buttons that the users are not allowed to access depending on the roles users are assigned to. Otherwise is there any better way to do it.
    And also how to call a function from web applications.
    This is a kind of urgent issue any quick ideas would be greatly appreciated.

    I apologize for the difficulty in reading this  I will repost.
    We have had no training or received any documenation on WAD.  The below was created from internet research.  Hence there may be WAD functionality that would allow easier maintenance, however; this is what we use.
    With our dashboard, I have a web template that contains hyperlinks for our reports.  I will call this HeaderTemplate1.  For each web page I have report templates.  These report templates have the HeaderTemplate1 mentioned above as well as the report tables, charts, text elements, tabs, etc.
    The JavaScript logic for accessing the urls of the specific report templates is contained within our HeaderTemplate1.
    Below is how our setup was tested.  Keep in mind, this was only for testing basic functionality.  If this is something we use I will most likely create a master data table that houses the user ID and an attribute for the header type.  Thus, any report menu changes can be altered quickly without changing the javascript of each report template.  Also this will accomodate the few thousand users we have.
    To add the functionality of different 'menus', I created another header template with the same hyperlinks of HeadertTemplate1 with the exception of one or two hyperlinks.  This, HeaderTemplate2, was added to each report template just below HeaderTemplate1.  Note that both HeaderTemplate1 and HeaderTemplate2 were set as visible on each report template.
    Also, on each report template I added a text element.  The 'List of Text Elements'property was set as such; Element Type = General Text Sympol,  Element ID = SYUSER.  This Text Element was linked to a query  or view from BEx via the dataprovider.  On the HTML side, I surrounded this Text Element with
    <Font ID="UserID",,,textelement....</Font>
    Each Report template has this javascript function, fnRepOnLoad, which is triggered at the OnLoad event.
    [<SCRIPT language = "JAVASCRIPT">                       
      function fnRepOnLoad()
        var user_ID=document.getElementById("UserID").innerHTML;
        if (user_ID=='USER123')
          document.all["HEADTMPLT1"].style.visibility = 'hidden';
          document.all["HEADTMPLT1"].style.position = 'absolute';
        else         
          document.all["HEADTMPLT2"].style.visibility = 'hidden';
          document.all["HEADTMPLT2"].style.position = 'absolute';
    </script>
    The function results as this.  If the user is USER123, HeaderTemplate1 is hidden, leaving only HeaderTemplate2 visible.  Otherwise HeaderTemplate2 is invisible leaving on HeaderTemplate1 visible.
    We do not use buttons as our global leaders prefer hyperlinks but buttons can be enabled or disabled similarly.
    As mentioned before, if this method is implemented, I will create a reportable master data table.  Create a customer exit variable to retrieve the header template required for the user.  This header template variable value will then be pulled by a text element on each report template.  The script function will act as follows.  If many report headers are necessary I may use a case statement.
    Var User_template=document.getElementById("UserTmplt").innerHTML;
    If UserTmplt = HeaderTemplate1
    -->  make all header templates other than HeaderTemplate1 invisible
    else
    -->  make all header templates other than HeaderTemplate2 invisible
    etc...
    I hope this helps.  Please keep me posted with your solution.  I am very interested to learn what others are doing.
    Best Regards,
    Larry

  • Performance testing tools for Web shop

    We have a requirement to perform some stress and volume testing for a web shop (using multi-user simulation).
    I know LoadRunner is probably the best way to do that but is expensive and probably not justified for just one 4 month implementation project.
    Has anybody performed such testing using other cheaper options ?
    Thanks
    Manoj

    Hi Manoj,
    Could you share the solution?
    As know there is as BSP code /(HTMLB) where we
    can show BSP response time. But this may not appropriate
    tools to perform stress test.
    Thanks,
    Gun.

  • Authorizations for WEBI report based on BPC data model

    Hi All,
    We are strugelling with setting up authorisations for the reporting on BPC data model.
    We created Bex query on top of Multiprovider that consists of BPC cube. The Bex query is source for WEBI output. The authorisations has been set up on BPC data model (cube) in BPC application but they are not passed nor to Bex query nor to Webi. Example: The query is build on top of OPEX BPC data model, this data model is restricted based on Oranizational Unit. My test user is allowed to see only Org Unit = 'Australia' in the OPEX BPC data model, however when I'm running the report I can see absolutely everything.
    We are not connecting/using any BI cubes itself for this reporting. We are intrested only in the WEBI report based on BPC data models.
    We were trying to use BPC data model (without any extra settings) as the source for BEx report, we were also trying to use virtual BPC data model as the source for Bex transient query - but non of these have helped.
    Can you please advise how the authorisations should be set up for WEBI reporting on BPC data models?
    Kasia

    Anybody can help with this issue please?

  • Automated Save for web + All user slices + Preset?

    I've got a large PSD templade filled with web slices, each containing web button graphics.
    These are always saved in three states: "-off", "-on" and "-active" in .png format.
    To speed things up, I've prepared:
    * 3 "Layer comps" (that toggles layers on/off and adjusts visibility/effects)
    * 3 "Save for web settings" that appends the "-off", "-on", "-active" suffix etc
    However, each time I want to update these three sets (and that is often!) I have to jump through hoops to get it done... applying layer comp + File > Save for web + selecting "all user slices" and "preset" + confirm overwrite.
    After a few hundred times it gets tiresome :-)
    Bottomline:  Is there any way to make an action, or similar to do all this in a single keystroke?
    Robert K

    I don't know why I didnt't think of this already
    It works a treat, at least with CS4 (haven't tried it elsewhere).
    I ended up doing three actions for each of "off", "on" and "active". The action only toggles the appropriate Layer State, than Save for Web. It seems that only User slices are saved, and no dialogs or anything flashes by.
    Great! Thanks.
    Robert

  • Authorization for Web Application Designer

    Hello,
    I'm trying to grant authorizations for the WAD without having to grant SAP_ALL and SAP_NEW. What authorizationobjects do i have to use?
    We're working on a BW7.0 (SP12) system.
    Kind regards.
    Joost Kruk

    hi Joost,
    take a look
    http://help.sap.com/saphelp_nw70/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/frameset.htm
    Business Explorer - BEx Web Templates (NW 7.0+)/S_RS_BTMP
    Authorizations for working with BEx Web templates
    Business Explorer – BEx reusable Web items (NW 7.0+)/S_RS_BITM
    Authorizations for working with BEx Web items
    BEx Broadcasting authorization for scheduling/S_RS_BCS
    Authorization for registering broadcast settings for execution.
    Business Explorer – BEx texts (maintenance)/S_RS_BEXTX
    Authorizations for the maintenance of BEx texts
    hope this helps.

  • Authorization for Web applications

    Hi, friends,
    We have already developed some Web applications and we stored the user id and encrypted password in the database using JCE. We can handle authentication by ourselves. But we want to set up authorization on these Web applications, for example setting up authorization on a certain Web directory holding a bunch of JSPs. How can we do that ?
    Thanks
    John

    Hi John
    We am writing a basic J2EE framework where we have pluggable Authentication modules using Kerberos etc. I was jus curious as to what your Authentication system uses and how its done.
    Gracias
    Ram
    I will add some of my comments on authorization as soon as the document is complete.

  • AC 5.3 CUP - authorization for CUP's users

    Dear Friends,
    We are trying to see what are the authorizations that we should give the users who are going to use the CUP system.
    We have some users who are approvers. We want to give them the authorizations maintain and view only the request that they are involved in.
    As far as we can see, according to the default approver role, the approver can view all requests in the reports - not only those that he is involved in.
    could any one support this issue ?
    Thanks
    Yudit

    Hi Yudit,
    The ViewApprove action will allow a person to view the approve button.
    When the user logged into the CUP system he can see request which is assigned to him in Request for Approval screen.
    He can search request in Search Request screen which are not assigned to him and he can't approve those request.
    So what is the problem of giving the Approve button to approvers.
    Regards,
    Sudip.

  • Debugging authorizations for Web Dynpro

    Hi
    I want to know the various Roles which are required to activate external debugging required for WebDynpro....
    I have been able to debug in Development environment but i think some roles or authorizations are missing in Quality environment.. Please let me know various authorizations/Roles that are required to activate External debugging..
    Thanks.

    Hi,
    There is two option for External Debug.
    1. In Settings you need to activate IP Matching
    2. In Portal Side particular JCO connection has to enable for debug user then you can use external debug, There is no Extra parameter to pass in user profile.
    Regards,
    Sathvik
    Edited by: Sathvik Surendranatha on Feb 23, 2010 7:09 AM

  • Authorization for changing the user status

    Hi all,
    I need to give authorization in such a way that after the initiator has creataed a DIR...:
    1. When it goes to the next approval, the person should be only able to change the user status and save.
        he should not be allowed to change anything else.
    I have tried using different authorization objects but none of them worked. Is there any tcode in DMS for just approving the DIR (changing it to next available user status), similar to release strategy. For ex ME29N for approval of PO (Purchase order) ?
    Thanks
    Anish

    Hi Anish,
    Based on your requirement, I would like to suggest to go by workflow to approve the document..
    With the help of workflow, you can approve the document in workflow inbox itself (workitem), no need to go to DIR, the status will get automatically change in the DIR.
    for this you have to use function mudule (set/get next status).
    you can do this by taking the help of Workflow consultant and abap.
    regards,
    nitin
    award point if useful

  • How to limit product catalogue and view authorization for web UI?

    Hi,
    We are in the process of upgrading our system from CRM 2004 to 2007.
    In CRM 2004 the product catalogues available for a user; as well as the views available for user within an available poduct catalogue were controlled by customizing user parameters: COM_PRDCAT and COM_PCAT_VIEW respectively.
    Is there anything we could do to get this done in CRM 2007?
    Is it possible to restrict the product catalogues a user can access, through PFCG roles? I was not able to find any CRM object for this purpose.
    Please help.
    Regards,
    Soumya Thomas
    Edited by: Soumya.Thomas on Jul 13, 2009 11:48 AM

    Hello Somya!
    The only possibilities I have found so far is to use the Parameters COM_PCAT_VIEW, COM_PCAT_VVRT and COM_PRDCAT as parameters for the user in SU01.
    regards,
    Andreas Bengtsson

  • What Authorization for a S-User to setup an Early Watch Alert?

    Dear Friends,
    Could you tell me please that what kind of Authorization (type of user) a S-User must have to setup an Early Watch Alert by that S-User details?
    Scenario tested by me as follows -
    I have setup EWA in two places, but only one is sending me the report, where I have setup the EWA by the Customer S-User ID, which directly came from SAP. It was a Super Admin type S-User. But, in other location I have setup the EWA with a S-User ID with limited Authorization "Edit Messages" only, and from where still now I have not received any EWA alerts / reports.

    I am afraid you could only use the Customer S-User ID which directly came from SAP.
    Thanks,
    Gordon

Maybe you are looking for