Help on URL Commands

Hi,
I have an HTML program, in which I have created a button.
On this Button, I am executing my URL.
Our problem is when the user clicks the button, my url getting executing & he can see the entrie link on the address bar with all the variables and filters which has been set.
Is there anyway to disable the address bar through url commands by which user cannot see the url.
I have also created the logoff button on the template which i have created. Can anyone please help in code how to logoff / disconnect from BW.
Regards
Ramesh Ganji

Hi Ramesh,
if you know a little of java script, you can easily do this. You can make the address bar of window disappear using a one line of code. Give it a try, if it fits yr needs.
Regards,
Purvang

Similar Messages

  • Variant problem - URL command

    Hello,
    I´m facing a problem when I use a BI 7.0 URL command with a variant.
    I created a query with a hierarchy node variable for Cost Center characteristic.
    Then I executed the query and saved 2 hierarchies nodes values for the variable in a variant.
    When I execute the URL bellow, to call the web template with the saved variant, the input screen
    shows me just one value for the hierarchy node.
    http://portal.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews?TEMPLATE=ZCO_TESTE_VARIANTE&VARIABLE_SCREEN=&VARIABLE_VARIANT=VAR_ZAA_MP01
    If I select the variant in the screen, instead of calling it in the URL command, it works ok (brings
    the 2 hierarchy nodes), but I need to select the variant through an URL command.
    Do you have any idea how to solve this problem?
    Thank you
    Regards,
    MB

    Thanks for your help, Heike.
    We are in BW 3.5 SP12 and i think this note is not relevant for this version.
    I´m in doubt if i need to set the color values again in URL and also the number of classes.
    These parameters were filled in the template definition and i need to rebuild the template with newer breaks values.
    Do you have idea if something is missing in the URL or any example ?
    Regards
    Eduardo

  • URL command

    I'm experienced in SSIS and some simple scripting using the Script Task. But completely new to URL commands. I have the need to download some data via a web service using a URL command. I can type this command into a web browser and it does something.
    Does SSIS allow me to run a URL command somehow?... thinking Script Task. I'm so new to URL commands that I'm not even sure how to ask the question. All I know is that I have a certain URL command that I can type into a browser and I want to do the same using
    SSIS. I hope my question makes sense.

    You can use Webservice Task in SSIS for this
    see
    http://www.bidn.com/blogs/BillBrannen/bidn-blog/619/ssis-web-service-task-step-by-step
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
    Looks like something I should dig into. Not being familiar with what a web service is... not sure how to ask my question. I believe the particular URL I am typing into the browser is a web service. It gets some data in a csv format and I get a prompt in
    the browser that asks me to open or save this csv file. That is what I want to automate using SSIS by configuring the file save location.  But before I do the output file configuration, I want to see if SSIS likes the URL I typed in. Should I be able
    to type in this same URL and hit Test Connection and expect it to come back OK?... because right now when I hit Test Connection, I get this error (I've also provided the login and the password required by this web service URL.)
    TITLE: Microsoft Visual Studio
    The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
    BUTTONS:
    OK
    Am I limited to typing in a URL that ends in .asmx?WSDL.... because the URL that I'm trying to type in goes something like h t t p s://whatever.com/blahblah/moreblah?<param1>=val1.... I'm getting the sense that this isn't the kind of URL that this
    task likes.
    Should I be able to work with a URL like this in SSIS?

  • Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.

    Before I go into a lengthy explanation of the problem: Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.
    Thanks much.
    Emile

    Choose Force Quit from the Apple menu and close Mail from there.
    (103661)

  • Open discoverer worksheet  from javacript with the help of URL

    i want open my report from javacript with the help of URl to open the report with wbk(workbookid) and the paramenter for that report...
    http://server/discoverer/viewer?cn=connid&event=openWorksheet&wsk=worksheet1
    this url above opens the worksheet
    but if the worksheet have parmeter to be passed if i giv like this
    http://server/discoverer/viewer?cn=connid&event=openWorksheet&wsk=worksheet1&qp_12=101015
    _12 is parameter name and 101015 is the value.
    pls help me to sort out the problem

    i want open my report from javacript with the help of URl to open the report with wbk(workbookid) and the paramenter for that report...
    http://server/discoverer/viewer?cn=connid&event=openWorksheet&wsk=worksheet1
    this url above opens the worksheet
    but if the worksheet have parmeter to be passed if i giv like this
    http://server/discoverer/viewer?cn=connid&event=openWorksheet&wsk=worksheet1&qp_12=101015
    _12 is parameter name and 101015 is the value.
    pls help me to sort out the problem

  • Question about WEBAPI URL commands

    Hi,
    In Visual Composer I'm making a drilldown from table 1 (output from  BW query 1) to table 2 (output BW query 2, but same filters as query 1). In my first table I have many keyfigures, in my 2nd table I just want to display that keyfigure with more detail based on the selection from query 1.
    Since I can't filter on keyfigure level in VC itself I need one WEBAPI (url command) to do one additional filtering since I don't want to show all keyfigures in query 2 / table 2. I have been testing this first with supplying the WEBAPI string with the fixed (hardcoded) values and this works fine. It looks as follows :
    'FILTER_IOBJNM=44RHE9MINFGXEBEXOI7S7UKE6;FILTER_VALUE=44VSUXQJNO2MG4CLOAF5M503I
    The first string is the name of my keyfigure structure in my query, the 2nd string is the technical name of the keyfigure on which I want to restrict. Like it said, supplying the command url values hardcoded words so I thought i was finished...
    Now I wanted to pass the right selected value from table 1 via the VC in the FILTER_VALUE field.
    It looks as follows now :
    'FILTER_IOBJNM=44RHE9MINFGXEBEXOI7S7UKE6;FILTER_VALUE=@KF_key'
    But this doesn't seem to work although @KF_key contains the right value. KF_KEY should give the right technical keyfigure name.
    Am I using the right syntax in the FILTER_VALUE part ? I have seen some topics on this forum where people also use the & symbol in some parts but I don't get it up and running
    thanks
    Message was edited by:
            Double U

    Suddenly it works.
    The correct syntax :
    'FILTER_IOBJNM=44RHE9MINFGXEBEXOI7S7UKE6;FILTER_VALUE=<b>'&@KF_key&''</b>

  • WAD 3.5 URL - Command Sequence Filter and set_hierarchy_state in same url

    Hey folks,
    i need your help with following command sequence:
    The Filter command works perfekt, but the second command 'set_hierarchy_state' doesnt work. I really tried everything, read blogs and how-to's...  please help me out:
    &CMD=LDOC&TEMPLATE_ID=KPAS_TEST&FILTER_IOBJNM=0DISTR_CHAN&FILTER_VALUE=30
    &FILTER_COLLAPSE=&FILTER_SIGN=E%26CMD_1%3DCMD%3DSet_Hierarchy_State%26
    DATA_PROVIDER%3DSFS_INTEC%26IOBJNM%3D0DISTR_CHAN%26HIERARCHY_NAME%3D
    AP_IP_FS_GESIPA%26ACTIVE%3DX
    This command works:
    &CMD=LDOC&TEMPLATE_ID=KPAS_TEST&CMD_1=CMD%3DSet_Hierarchy_State
    %26DATA_PROVIDER%3DSFS_INTEC%26IOBJNM%3D0DISTR_CHAN%26ACTIVE%3DX
    and this works:
    &CMD=LDOC&TEMPLATE_ID=KPAS_TEST&FILTER_IOBJNM=0DISTR_CHAN
    &FILTER_VALUE=30&FILTER_SIGN=E&FILTER_COLLAPSE=
    but i need the combination of both single commands

    Hi..
    I solved my own problem..
    that's the command sequence that works:
    &CMD_1=DATA_PROVIDER%3DSFS_LOCHER%26FILTER_IOBJNM
    %3D0DISTR_CHAN%26FILTER_VALUE%3D30%26FILTER_SIGN%3DE
    %26FILTER_COLLAPSE%3D&CMD_2=DATA_PROVIDER%3DSFS_GRUPPE
    %26FILTER_IOBJNM%3D0DISTR_CHAN%26FILTER_VALUE%3D30
    %26FILTER_SIGN%3DE%26FILTER_COLLAPSE%3D
    &CMD_3=CMD%3DSet_Hierarchy%26DATA_PROVIDER%3DSFS_INTEC
    %26MULTI%3DX%26IOBJNM%3D0DISTR_CHAN
    %26HIERARCHY_NAME%3DAP_IP_FS_GESIPA%26ACTIVE%3DX

  • Broken Help Topic URL

    Hello.
    I just downloaded the aqualogic integrator and am using it's workshop.
    I tried finding tutorials through the help menu and found the following link on a page in the help contents:
    Help Page URL:
    [url http://127.0.0.1:7033/help/index.jsp?topic=/com.bea.wli.ide.jpd.doc/html/maintopic.html]http://127.0.0.1:7033/help/index.jsp?topic=/com.bea.wli.ide.jpd.doc/html/maintopic.html
    Broken Link:
    [url http://edocs.bea.com/wli/docs92/bpguide/bpguideCreate.html]http://edocs.bea.com/wli/docs92/bpguide/bpguideCreate.html
    This link seems to be broken at the time of writing this. I was able to find what appeard to be the Japanese version of this page.
    Can someone point me to the correct URL for this or a different Business Process guide/tutorial?
    Thank you
    Kris

    That will work. Thanks.
    I am looking for any information oh how to model process using the WLI portion and how to integrate that with the ESB portion of the Aqualogic Integrator 921.
    If you can recommend any good resources I would greatly appreciate it.
    Kris

  • What are REQUEST_NO and PAGENO parameters in WebAD url commands?

    Hi,
    I cannot find any documentation on what are <b>REQUEST_NO</b> and <b>PAGENO</b> parameters in WebAD url commands and how to use them.
    Like in this case:
    http://..../sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=1&REQUEST_NO=0&CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT&...
    Will appreciate any hints!
    Vitalik

    This is a pretty normal thing to have to do, even on a form you can't guarantee all the values will be returned (unchecked checkboxes for instance won't ever send a value).
    In my code I am checking to see if these params are in
    the url or not:
    arg1 = request.getParameter("arg1");
    if(arg1 == null)
    do something1;
    arg2 = request.getParameter("arg2");
    if(arg2 == null)
    do something2;
    Just change your logic a little:
    // If the param is passed, get the value ...
    if (request.getParameter("arg1") != null)
        arg1 = request.getParameter("arg1");
    else // No parameter "arg1" passed ...
        // do something

  • X-help-script:// URL doesn't work.

    Hello, does anyone know how can i make the apple x-help-script:// URL to work?
    When i click on appl URLs in online help, safari says it can't open the page. Do i need to enable something?

    ok, it's an internatl URL that can be used in they system. But why does apple uses this URL inside their ONLINE docs? If they know that url works only offline inside the help guides?

  • Query help in sql commands

    using apex 4.1 i'm entering the following query in the sql command window and I keep getting a pop-up for Entering Bind Variable. I'm not using bind variables though, anyone else see this issue before?
    SELECT A.FIRST,A.LAST,A.COMPANY AS CNAME,
    J.TOT_MAN_HOURS,
    J.ACREAGE,
    W.NUM_WORKERS,
    W.START_DT
    FROM EW_ACCOUNTS A, EW_WORK_ORDER W, EW_JOBS J
    WHERE A.ID = J.ACCT_ID
    AND J.JOB_ID = W.JOB_ID
    AND W.START_DT >= SYSDATE
    AND W.START_DT < SYSDATE+1
    ORDER BY W.START_DT

    I tried that and it didn't seem to help either.
    Funny though, if I write a new query against just one of the tables and write out each column name. it works. If I use the * instead of writing each column name, I have the same issue.
    This is in apex.appshosting.com free demo environment. I sent them an email asking about it and they told me it was a code issue and they don't support the demo environment.

  • Need help with URL Redirect in Sun Web Server 7 u5

    All I am trying to do is redirect to a static URL and for the life of me I can not get it to behave the way I would expect. I am new to Sun Web Server so I am just trying to use the Admin Console to set this up.
    Here is what I'm trying to do:
    Redirect from - http://www.oldsite.com/store/store.html?store_id=2154
    To - http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    Here's what I tried in the console.
    Added a new URL Redirect
    Set the Source to be Condition and set it to: '^/store_id=2154$' (quotes included)
    Then set the Target to: http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    Then for the URL Type I checked Fixed URL
    When I tested with: http://www.oldsite.com/store/store.html?store_id=2154 it did redirect as desired
    BUT
    When I tested with: "http://www.oldsite.com/store/store.html?store_id=5555" it too got redirected to the Target and I can't figure out how this second URL can satisfy the condition to get redirected.
    Any help is most appreciated.

    thanks for choosing sun web server 7
    it is simpler if you just edit the configuration files manually
    cd <ws7-install-root>/https-<hostname>/config/
    edit obj.conf or <hostname>-obj.conf (if there is one for you depending on your configuration so that it look something like)
    <Object name="default">
    AuthTrans..
    #add the folllowing line here
    <If defined $query>
    <If $urlhost =~ "/oldsite.com" and
    $uri =~ "/store/store.html" and
    $query =~ "store_id=2154" >
    NameTrans fn="redirect" from="/" http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    </If>
    </If>
    ..rest of the existing obj.conf. continues
    NameTrans...
    now, you can either do <ws7-install-root>/https-<hostname>/bin/reconfig -> to reload your configuration without any server downtime or <ws7-install-root>/https-<hostname>/bin/restart -> to restart the server
    if it did work out for your, you will need to run the following so that admin server is aware of what you just did
    <ws7-install-root>/bin/wadm pull-config user=admin config=<hostname> <hostname.domainname>
    hope this helps

  • Help needed - OS Command foe deleting a file from Appplication server.

    Hi,
    I have requirement, where in i need to delete a file from the application server. It has to be done automatically. I thought of using OS Command for achieving the same. Can anyone help me in achieving it. The OS of my application server system is UNIX.
    Thanks in advance!!
    P.S: Points will be rewarded.

    Hello Sudeep,
    If you define the command for each operating system using transactions SM69 (You can test it with SM49) and then call it using SXPG_COMMAND_EXECUTE which contains a parameter defining the operating system (SY-OPSYS)
    then it does not matter which operating system is running, the function module always calls the correct version of the command.
    So, for example you could define a command 'OS_COMMAND'
    which deleted a file. This would have one version for Dos
    which said 'del', and a second version for unix which said 'rm'.
    The correct command would be specified by the call to SXPG_COMMAND_EXECUTE because the operating system parameter differentiates between the two commands.
    [USING PROCESS CHAINS IN SAP BW|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0a7cd90-0201-0010-49a1-d730a56895f4]
    SXPG_COMMAND_LIST_GET – Reads a list of external OS commands
    Thanks
    Chandran

  • URGENT: Need help reading URL of current page

    Hello kind people!
    I need help, and its very simple:
    How do i read the URL of a web page?
    For example, the URL of this page is:
    http://forums.sun.com/thread.jspa?threadID=5327796
    So how can i be able to read in this URL in my java program?
    thanks SO MUCH
    P.S. I HAVE searched the java docs and everything, the closest thing i found was request.getRequestURL().? but i have no idea how to use it. you have NO IDEA how appreciative i would be if you could simply show me exactly how to read in the URL of a given page.
    thanks SO MUCH
    Edited by: homegrownpeas on Aug 31, 2008 5:19 PM

    Going by what I understand here is a simple version of how you can read data from over HTTP.
    This expects the "page" to be text (hence an InputStreamReader instead of an InputStream.)
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.OutputStreamWriter;
    import java.net.HttpURLConnection;
    import java.net.URL;
    import java.net.URLConnection;
    import java.util.HashMap;
    * GPLv2.
    * @author karlm816
    public class HomeGrownPeas {
          * @param args
         public static void main(String[] args) {
              HashMap<String, String> params = new HashMap<String, String>();
              params.put("threadID", "5327796");
              System.out.println(loadHttpPage("http://forums.sun.com/thread.jspa", params));     
         public static String loadHttpPage(String sUrl, HashMap<String, String> params) {
              // Build the HTTP request string
              StringBuilder sb = new StringBuilder();
              if (params != null) {
                   for (String key : params.keySet()) {
                        if (sb.length() > 0) {
                             sb.append("&");
                        sb.append(key);
                        sb.append("=");
                        sb.append(params.get(key));
              System.out.println("params: " + sb.toString());
              try {
                   URL url = new URL(sUrl);
                   URLConnection connection = url.openConnection();
                   connection.setDoOutput(true);
                   connection.setRequestProperty("Content-Length", "" + sb.length());
                   connection.setUseCaches(false);
                   if (connection instanceof HttpURLConnection) {
                        HttpURLConnection conn = (HttpURLConnection) connection;
                        conn.setRequestMethod("POST");
                   OutputStreamWriter osw = new OutputStreamWriter(connection.getOutputStream());
                   osw.write(sb.toString());
                   osw.close();
                   // Now use sb to hold the resutls from the request
                   sb = new StringBuilder();
                   BufferedReader in = new BufferedReader(
                         new InputStreamReader(
                         connection.getInputStream()));
                   String s;
                   while ((s = in.readLine()) != null) {
                        sb.append(s);
                        // To make it more "human readable"
                        sb.append("\n");
                   in.close();
             } catch (IOException e) {
                  e.printStackTrace();
                  return null;
            return sb.toString();
    }

  • Need help in url encode

    hai everybody,
    my url looks like this
    http://localhost:8080/examples/title=Project manager&company=XYZ pvt ltd.
    whats happening is that , since i have space in my url .. all the values after the first space is been truncated..how do i encode the url.could anyone help me out.
    thanx in advance
    regards
    koel

    import java.net.URLEncoder
    <% String qryStr = "company="+URLEncoder.encode("XYZ pvt ltd");%>
    <a href="/examples/<%= qryStr %>">click here</a>
    then you can use request.getPathInfo() to get the result.
    hope it helps.

Maybe you are looking for