Authorization on web interface urls

Hi there.
Is it possible to restrict user access to certain web interface urls?  i.e. we want to distribute the 'URL BSP APPLICATION' for various input templates to end users.
We have played around with the authorization object r_webitf but it doesn't seem to do what we want.
Thanks.

Hi,
Once you have the URL BSP Application, you can set authorizations for it in txn SICF.
An entry would be there for this service (the application you have created) under /default_host/sap/bc/bsp/sap/ node.
You can change the properties of this node in SICF, assign your authorization value in 'SAP Authoriz' field in the 'Service data' tab. Once you assign a value here (say 'abc'), users authorization will be verified for authorization object s_icf for this value (ie 'abc' in this case). You can now setup your authorizations as you wish. Users will get an error if they do not have authorization for this service.
cheers,

Similar Messages

  • TACACS Authorization of Web Interface on Aironet 1200 AP

    I have the Aironet 1200 AP setup to authenticate and perform authorization for the CLI via TACACS. That is working fine.
    However, the web interface is failing "ip http authentication". (Slight caveat - it works for a local user in the local AP DB - it does not work when it goes to CiscoSecure ACS to authenticate/authorize).
    I can get to some pages (prompt and pass authentication), but certain pages (e.g. Services>>SNMP) where configuration steps are taken cause a second prompt is presented, username and password is provided, and it fails.
    This is only evident from the output of a "debug ip http authentication"
    What do I need to configure in ACS to make this work?
    Relevant portion of config:
    aaa authentication login default group tacacs+ local
    aaa authentication enable default group tacacs+ enable
    aaa authorization exec default group tacacs+ local
    no ip http server
    ip http authentication aaa
    ip http secure-server
    Sep 7 13:40:59.885: HTTP AAA picking up console Login-Authentication List name: default
    Sep 7 13:40:59.885: HTTP AAA picking up console Exec-Authorization List name: default
    Sep 7 13:40:59.909: HTTP: Authentication failed for level 15
    Sep 7 13:41:06.757: HTTP AAA picking up console Login-Authentication List name: default
    Sep 7 13:41:06.757: HTTP AAA picking up console Exec-Authorization List name: default
    Sep 7 13:41:06.780: HTTP: Authentication failed for level 15
    This document appears to describe a scenario similar to mine, but is for http - not HTTPS:
    Local Authentication for HTTP Server Users
    http://www.cisco.com/en/US/customer/tech/tk59/technologies_configuration_example09186a0080178a51.shtml#tac-win
    Any ideas what I may be missing here?
    Thanks,
    Jeff

    I found the answer was to use a more specific "ip http authentication" statement. Specifically,it required the following:
    CiscoSecure ACS:
    Group Settings
    Shell (exec)
    Priv Level = 15
    On the AP:
    had to enable:
    ip http authentication aaa login-authentication AP_Web (Named Method List)

  • BT Family Protect Web Interface URL

    I've just moved from SafeEyes to BT Family Protect (got a refund on SafeEyes within the 30-day limit).  Basically these are the same products and I get BT Family Protect for free.
    Anyway with the SafeEyes product there is a web interface (https://secure.parentalctrl.com/myaccount60/login.php) which lets me mange my families settings from anywhere I can get on the web.
    The problem is that I can't work out what the corresponding URL is for the BT Family Protect version.
    Anyone know?
    I don't want to install BT Family Protect on my own PC just to be able to access the admin interface.
    BTW there's also a reporting interface available with SafeEyes: https://secure.parentalctrl.com/myreports/login.php

    Is the user guide any help http://bt.custhelp.com/app/answers/detail/a_id/13202
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • The URL in the web interface builder

    Hi
    In the web interface builder in BPS there are several components.
    When I click on them one by one I can see the planning functions and other details.
    There is a URL present in the web interface builder which corresponds to upload flat file data.
    How can we trace what are the planning functions used for this link.
    If we go to se80 how can we find whats the applicable BSP page for this particular URL which corresponds to a planning function.
    Please advise.
    Many thanks.

    Hi,
    From URL you can't find the details of planning objects. BUt you can find the BSP application that gets executed from that link and in that BPS application you can see the planning objects that are used in various events to upload the file data.
    Regards,
    Deepti

  • URL functionality in Web Interface Builder for BPS

    Hi,
    I have web enabled a planning folder and in the Web Interface bulider I am trying to enhance it. The clients requirement is to be able to select a file by clicking on a URL on a shared drive, based on variable selection. The file name is smart coded
    e.g.
    the files may reside in
    shareddrive\
    if the value in variable for version is 100, then the url should be "
    shareddrive\100.xls" and on cliking on this url, the file should open
    if the version value is 200, then the url should be "
    shareddrive\200.xls".
    In the Web Interface builder, I have created subcomponent 'URL'. If I give a fixed path for the URL say "
    shareddrive\100.xls" and clicking on it opens the file.
    I am however unable to parmeterize it. I tried using Javascript in the "Goto URL" attribute, but it doesn't work
    Any help is appreciated.
    Thanks,
    NS

    Hello Nimmi,
    here's an example that adds a button to launch the file. "VarvlSel1" is the technical name of the variable (dropdown box).
    Regards,
    Marc
    SAP NetWeaver RIG
    <span>
    <a href="#1" onclick="open_file();return false;"
    class="urBtnStd" id="OpenButton1" ct="Button"
    style="white-space:nowrap;"
    OnMouseOver="javascript:window.status = 'Open File';return true;"
    title="Open File">
    <nobr>Open File</nobr>
    </a>
    </span>
    <script type="text/javascript">
    function open_file () {
    var variable1 = document.all("VarvlSel1");
    var value1 = variable1.options[variable1.selectedIndex].text;
    var url1 = "
    sharedrive
    folder
    " + value1 + ".xls";
    // alert(url1);
    var window1 = window.open(url1,"Window1","width=310,height=400,left=100,top=100");
    </script>

  • URL dynamic in web interface

    Hello,
    I have created a planning cockpit for the endusers to access the web interfaces I created from a single web interface using URL's.
    I would like to know how I can get the URL dynamic as I have to transport this to the production system, having a different server name and port.
    Gert

    Hello Gert,
    I am exactly looking for a FM like that. I would like to integrate a BW web report in the GUI planning folder using a function button. When pushing the button, the web report shoud open in IE. I thought the standard FM like "HR_ULR_CALL_BROWSER" would work, but I don't know how/where to enter the URL as Input parameter (except for copying the FM and creating for each report/url a different FM).
    Could you let me know your solution?
    thanks a lot,
    martinn

  • Problems access to a web application (Web Interface or Web report)

    Hi,
    We found problems with the access to web application. Some users have problems with direct links to the web applications(Web Interface or Web reporting), when they click on the link an error message appears, the message displays the following text:
    "Cannot open file Bex?sap-language=ENbsplanguge=ENcmd=idoc_TE.."
    Clicking in details the message is "No Access to specified file"
    For this users the access to excel reporting is correct, the message appears when they click on the direct web links through the browser or directly in BW system, but if they type the URL they can access. Other users can use the direct web link without problems.
    I highly appreciate any help or idea about how to solve this issue.
    Thanks in advance.

    HI,
    please ask to your basis that check the language of every single user on su01 tx.
    This is the problem i think.
    Natalia.

  • How to configure the web interface of service desk

    Hi All,
    We are currently doing a configuration on solman service desk. I am on a stage where in i need to use the web interface of service desk via tcode notif_create_bsp. However, every time i call the transaction code (call the url) i cant view the web. Only an error the "Network Access Message: The website cannot be found".
    I already activate needed services and already publish
    SIAC_PUBLISH_ALL_INT but it still doesnt work.
    I might have missed some configs/procedure on how to do it correctly.
    My questions are.
    1. How am i going to know the qualified domain name
    of the Web AS for solman? How to configure it?
    2. Can anyone give me some guide and any step by step documentation/procedure on this.
    You help/suggestion will be very much appreciated
    Thank you very much,
    Ice

    Hi,
    +"Check the following 2 things. See if the port 8000 is open and in the url for the BSP in internet explorer, replace the host name with the IP address of your Solman server.+
    +"+
    That was a helpful tip. I change the host name with the ip address ofour solman server. However, upon login, it promts me to enter username and password. I've tried to login using my solman password but it shows an error like this.
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    Die URL enthält keine vollständige Domainangabe (10.123.161.125 statt 10.123.161.125.).
    Exception Class CX_FQDN
    Error Name 
    Program CX_FQDN=======================CP
    Include CX_FQDN=======================CM002
    ABAP Class CX_FQDN
    Method CHECK
    Line 10 
    Long text -
    Error type: Exception
    Your SAP Business Server Pages Team
    Is there anything i need to configure so that i can maintan the username and password?
    Thank you for your assistance,
    Ice

  • Query in BPS Web Interfaces - Open in New Window

    Hello,
    I am trying to insert a BW Query into a web interface but have it launch in a new window.  I know how to have it open in the web interface by using a text box.  In July of 05 I found an answer from Marc Bernard on a similar topic, but with a query returning variables.  When I tried to use the code, I got an error.  I know that I can create a URL with Target="_Blank" but I don't want to hard code the full URL of the web report because the default host and port will change with the systems.  I tried the following URL in hopes that would inherit the system but it doesn't work.
    http://<default_host>:<default_port>/sap/bw/BEx?cmd=ldoc&infocube=EPABUDGET&query=EPA322BR
    Here is the code I have for the report.   Can someone tell me how to open in a new window or how to get the URL to work?
    <iframe
        id="BWReport01"
        name="BWQUERY"
        src="/sap/bw/BEx?cmd=ldoc&infocube=EPABUDGET&query=EPA322BR"
        width="900"
        height="800">
    Frames are not supported.
    </iframe>
    Thanks,
    Cherie

    Hi Cherie,
    you are on the right track. Just use a href="/sap/bw/bex..." target="_blank". If you need the URL to be more dynamic, use javascript with window.open.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Error while calling RFC when using BSP Web Interface

    Hi,
    we have a problem with the Authorization when we use an Web Interface for BSP. We have assigned all roles to the user which were mentioned in the SAP standard documentation:
    R_AREA   
    R_METHOD 
    R_PACKAGE
    R_PARAM  
    R_PLEVEL 
    R_PM_NAME
    R_PROFILE
    R_STS_PT 
    R_STS_SUP
    R_WEBITF 
    S_RS_ADMWB
    S_RS_AUTH
    S_RS_COMP
    S_RS_COMP1
    S_RS_DAS 
    S_RS_ICUBE
    but we still get the error message: "Error while calling RFC".
    When using a user with SAP_ALL, it works.
    What can we do?
    Thx for your time.
    Joerg

    Actually that's surprising - because BSP (Business Server Pages) and RFC (Remote Function Call) are not related; they use totally different transport protocols (http vs. RFC). Even if an BSP application is calling a function module remotely (acting as RFC client) no authorizations for S_RFC are required - in the calling system (but in the called system, i.e. the RFC server).
    Since assigning SAP_ALL seems to "cure" the problem, it seems to be an authorization issue, indeed. In that case it makes sense to use the authorization trace (ST01 - notice: that's specific to one single ABAP application server; you might have to activate the trace on multiple instances) to find out which authorizations are checked / demanded.

  • Abap code in HTML Tag in Web Interface

    Hello,
    in a text tag im my web interface for a BPS a added the sap example code "How to Integrate BEx Web Applications into BPS Web Interfaces".
    Now I want to open a web template with a query containing the user and the date as filter object. this filter i want to fill already while creating the url.
    I inserted a command like <%sy-uname%>  but it doesn't get the users name. Do I miss a command to make abap available in this context, or do i have to use javascript. -> can someone give me a tip where i can find the javascript functions ?
    I add the coding below.
    Thanks for your help.
    Dieter
    <iframe id="BWReport03" name="BWQUERY" src="/sap/bw/mime/bex/icons/pixel.gif" width="1000" height="700"></iframe>
    <script language="JavaScript" type="text/javascript">
    function varValueConvert(dispValue){
    /* Expected formatting of variable selector: Text(Key) or Key
       If there are more than one (...) expression the first is taken.
      var keySection = dispValue.match(/(.*?)/);
      if (keySection){
        var keyValue = keySection[0].replace(/(|)/g,"");
        alert(dispValue + ' : ' + keySection + " : " +keyValue);
         return keyValue;
       } else {//alert(dispValue);
        return dispValue;
    var frame = document.getElementById( 'BWReport03' );
    var url = '/sap/bw/BEx?cmd=ldoc&TEMPLATE_ID=';
    var filter1 = '&FILTER_IOBJNM_1=ZIPBTCUSR&FILTER_COLLAPS_1=&FILTER_VALUE_EXT_1=';
    var filter2 = '&FILTER_IOBJNM_2=0CALDAY&FILTER_COLLAPS_2=';
    var filter2low  = '&FILTER_VALUE_LOW_EXT_2=';
    var filter2high = '&FILTER_VALUE_HIGH_EXT_2=';
    var appl = 'WZIPBTCLOG_S_LOG001';
    var varvl1 =<b> '<%=sy-uname%>';</b>
    var varvl2 = <b>'<%=sy-datum%>';</b>
    var varvl3 = <b>'<%=sy-datum - 7%>';</b>
    // create URL
    url = url + appl + filter1 + varvl1 + filter2 + filter2low + varvl2 + filter2high + varvl3;
    // remove possible white spaces
    url = url.replace(/ /,"");
    // set source attribute of iframe to new URL
    frame.src = url;
    </script>

    Hi,
    There's a disjoin here when we write the java script it's run at the front end and cannot read any standard SAP variables(unless you code for some kind of rfc call not sure). It can only read what's displayed on the web page. If you can somehow display the user id on the web page you will be able to read it back in the script. Regarding date that's a standard functionality in script
    please refer
    <a href="http://www.w3schools.com/js/js_obj_date.asp">Java script</a>
    hope this was helpful.
    thanks

  • Deliver report to Content Store directly with web interface

    Hi all,
    We are currently implementing a system which will use XMLP as the letter/report/document producer. XMLP will be accessed from other applications (Siebel, EBS or else) using a preformatted URL so that the user will be in context of the report/letter directly. We would like the user to generate the report using the parameters in the XMLP web interface and when the report is ready, that there was only a "Send" button which would put the report in a temporary folder in a Content Store (Oracle Content DB). We would like to achieve that without the user having to input the destination of the file, like with a WebDAV or FTP. So we need to customize XMLP to remove the "Schedule" button and change the behavior of the "Send" button.
    We would also need to be able to send the context of the creation of the report in order to be able to store it at the right place in the Content Store. In order to do that, we would pass an Id by a query string in the URL when calling the report. I know this information is stored in the XMLP_SCHEDULER_JOB table in the DELIVERY_PARAMETERS field so it must be accessible in the app as well. A BPEL process would be used to move the document to the right place.
    So, 2 questions:
    - Is it possible to change the behavior of the "Send" button? Has anybody done that?
    - How can we save the context of the execution of a report to a file at the same time we are generating the report? (parameters used, template used, etc.)
    Any clue, hint or helpful thought would be very appreciated!
    Thanks!
    Pierre-Yves

    Hi MadhuSudan,
    I couldn't find the EBS Delivery you are refering about. Is this something using the Concurrent Manager from EBS? If so, this is not what I am trying to do. I really want to give access to XML Publisher and save the output report the user has made with the parameters he used to create it in order to store it in a content store. XMLP will be accessed by EBS and Siebel through a URL.
    I am curious to look at your java program and shellscript, could you send me a link to the URL where I can find the information you were refering to?
    Thanks!
    Pierre-Yves

  • How to display web interface in full screen mode

    Hi,
    I would like to view my web interface in full screen mode in internet explorer. Is there anyway we can switch off the toolbars and URL automatically while calling the web interface
    Thanks
    SR

    Hello SR,
    I don't think it is possible to do this directly in the web interface. Otherwise many websites would change your browser settings.
    It's possible to set the window properties, when the window is opened from JavaScript for example. So you could create a dummy start page and add some JavaScript to open a window for the web interface with the settings you require. Here's a good page that explains it:
    http://www.fontstuff.com/frontpage/fptut06.htm
    Regards
    Marc
    SAP NetWeaver RIG

  • Error in Executing Web Interface

    Hi,
    I have created a Web Interface named "ZROLLHOSKEL".
    It is working fine in Development system.
    But when i run it in Production system(in Web Browser), I am getting following Error:
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    BSP Exception: Das Objekt zrollhoskel.htm in der URL /sap/bc/bsp/sap/zrollhoskel/zrollhoskel.htm?sap-client=400&sap-language=EN&bps-design_messages=X ist nicht gültig.
    Error type:
    Your SAP Business Server Pages Team
    When i Go to "Display Preview" option in Web Interface Builder, I am getting following Msg:
    HTML page cannot be loaded
    Message no. UPWB029
    Diagnosis
    Generate the BSP application once more.
    I have generated it once again and transported to Production System. But still it gives same error.
    I have also created HTTP Service for this and activated.
    What could be the problem? Am i missing any step?
    Please help me ASAP.
    Regds
    Prasad

    Hello Prasad,
    Please perform the following check.
    Generate the application once again, and check the status by "Jump->Interface overview or CTRL+F6". The status of your application should be green!
    Execute the Application. If the same error is shown, then try the following:
    1) Execute the Transaction SE80.
    2) In the repository broswer, choose the object type as "BSP Application" and enter your BPS Web Application here "ZROLLHOSKEL". In short open up your web appilcation in Repository Browser.
    3) Make sure that in "Page with flow logic", "zrollhoskel.htm" is there and is active. You could activate this page/complete application from here.
    4) Choose "Test" from the context menu of this page.
    5) You should then see a running application of your BPS Web Application!
    Good Luck!

  • Content Library / Web Interface - access issue

    BPC Microsoft 7.5 SP6
    Windows 2008 R2 server
    We have puublished an Excel template as an HTML page to allow (web only users) access to a menuing system and have subsequent access to their individual reports in PDF format. The menu page comes up without errors but I encounter the error "You don't have access" when clicking on a menu option (cells within template). The cells contain an Excel Hyperlink function in conjunction with a EVBNV function to launch this report. (No BPC or excel errors exist within template)
    We have created a virtual directory for BPC application in addition to Reports and ReportServer for Reporting Services. We have modified the Site Settings and Folder Setttings in Reporting Services configuration to allow web users to correct role access.Users can access Reporting services Report url without a problem but the web interface does not want to launch/retrieve a pdf file. We have the correct BPC task capabilities and task profiles assigned, insuring they can access and use the content library.
    Thoughts?
    Thanks in advance.

    It appears there is an issue with EVBNV formula and its ability to dynamically pass parameters in HTML format.
    IM 0003554460/20111

Maybe you are looking for

  • Using new Apple ID on an old iPad

    Hi, I have a question. I recently had my iPhone stolen. On that Apple ID I also had my iPad. I now have a new phone and decided to create a new Apple ID (I feel safer this way). My question is, can I simply change Apple ID info on my iPad to the new

  • Displaying a PDF

    In a Flash-only site, the only way to display a user-selected PDF is in new window or in an iFrame floated over the swf. I've got the latter method working and it is much neater but, as far as I can find, iFrames don't support a status bar so the use

  • How do I revert back to 3.1.3.

    Did A perture update to 3.2 now want to go back to 3.1.3 again when all worked well.

  • Character Palette Favorites: Sort / Reorder

    In a previous version of Character Palette I was able to move/sort/reorder characters in the Favorites panel. How do I do this now? I really like this utility in OS X, but it could be vastly improved.

  • Reports/Alerts from Honeyd

    I have my Honeyd servers piping to our MARS box and I am trying to get the reports to show something useful.  Currently all I get are a bunch of "Unknown Device Event Types".  What must I do in order for MARS to see this as readable data that I can p