Query jump to Portal URL

HI, ALL
   http://....../sap/bc/gui/sap/its/webgui?sap-system-login-basic_auth=X&sap-client=500&sap-language=ZH&~transaction=s_pl0_86000030&U3_RBUKR-LOW=3100&FAGLFLEXS-POPER=001&FAGLFLEXS-RYEAR=2007&GLU3-RACCT=1002021100
   As shown above,i can attract the URL , but without parameter transfered.
   s_pl0_86000030 is a transaction and i want to transfer all the paramerters and i wonder how to set it ?

Hi,
In TX: RSBBS, in 'Assignment Details ' you can assign the parameter.
Best Regards,
Rajani

Similar Messages

  • Portal URL Query String

    I am creating a Portal component and I want to catch the query string passed thru Portal url.
    Example:
    Suppose If user login thru this URL
    http://localhost:50000/irj/portal?userID=test
    I want to catch this userID=test in my component.
    Is it possible?
    Many Thanks,
    B Das
    Message was edited by: B Das

    Hi Das,
    HttpServletRequest Object contains many methods like
    HttpServletRequest servletRequest = request.getServletRequest();
    servletRequest.getRequestURL();
    servletRequest.getQueryString(); -->
    servletRequest.getParameter();
    servletRequest.getProtocol(); etc..
    Hope this helps..
    Regards,
    Karthick K Eswaran

  • Query Executed in Portal do not show entry in RSDDSTAT_DM

    Hi
    We are on BI 7 and I am tuning one query.The User has complained that in BEX it doesn't take time but in Portal it takes time.  I have created 1 Aggregate and the query is using the aggregate. This is confirmed as I have executed the query in RSRT.I can get the DB time in RSDDSTAT_DM table.
    I have executed the same query Portal but the query details is not reflected in table RSDDSTAT_DM . I have to confirm that even in Portal it is using the aggregate and I need the time it takes to run the query in the portal .
    Kind regards,
    Yogi

    This should create an entry in RSDDSTAT_DM. Try this.
    1. Launch the query in the Portal
    2. Add "&PROFILING=X" to the end of the URL.
    3. This should provide performance information at runtime...

  • Query Jump from Bex Analyzer to r/3 transactions: error of web server

    Hello,
    I have created a query jump in the RSBBS transaction to go in R/3 through a Bex Query. When i choose the jump in the query anayzer I have the error message:
    <b>No Web server maintained for the presentation of log. system.</b>
    Do you have ever had this message? what is the solution? why do my bex anayzer use a web interface to connect in R/3?
    Thanks a lot!
    Julien

    Hi
    this may be possible by using an openDocument URL.
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf
    Still you have to configure the auhtentication connectivity between BOBJ and SAP Backend in the BOBJ CMC console.
    And setup the SSO option in the database configuration panel of your CR reports (this has also to be done in the CMC, just go to Folders, navigate to your report and invoke the context menu. You have to scroll to the the bottom of the panel in order to find the SSP option)
    Regards,
    Stratos

  • How to publish a Bex query on the portal

    Hi Guru,
    I have created some Bex queries and I want to publish them on the portal and give access to users.
    Is it mandatory to put the queries in a web template before publishing ???
    Can I publish without creating a web template ???
    In case of web templates, how to publish them as url on the portal ???
    Your help will be appreciated
    Thanks in advance

    Hi,
    You need not to create web template to publish query in portal.
    there are two ways for publishing
    1)Go to query designer Click on Query -> Publish-> To portal
    here you select the path where you want to create the iview
    2)Log in to portal setect the folder in which you want to publish report.
    right click -> create new iview -> select BI 7.0 iview -> next -> iview name ie report name -> next -> Application parameter -> here you need to write QUERY =Query technical name -> next -> finish
    Try this,
    Regards,
    Ganesh

  • Customizing portal URL

    Hi All,
    Can anyone plz help me out in customizing the default portal URL.
    My requirement is to change the default URL from http://<host><port>/irj    to    http://<companyname.com>
    Thank you in advance.
    Uday G

    Hi,
    >Before posting ur query plz search it.
    >anyhow the below link help u
    >Before posting your query, please search for it.
    >anyhow the below link helps you.
    Please write, full English words. This kind of SMS style is forbidden by the forum rules because for a lot of non native English readers it is very hard to decode.
    Thank you for your future efforts.
    Olivier

  • Error while publishing the query in enterprise portal

    Hi EP experts,
                        One of the user is executing the query in enterprise portal. The user is assigned to proper roles in ABAP BI system.
    But when clicking on the query the user gets the below error
    Full Message Text
    A message was generated:
    ERROR
    DP_1: Unable to load query Z_F2P_DP_ZDPM_Q0002
    com.sap.ip.bi.webapplications.dataproviders.selector.impl.Localization loaderr_query
    DP_1
    Z_F2P_DP_ZDPM_Q0002
    DP_1: Unable to load query Z_F2P_DP_ZDPM_Q0002
    com.sap.ip.bi.webapplications.dataproviders.selector.impl.Localization loaderr_query
    DP_1
    Z_F2P_DP_ZDPM_Q0002 "
    The user has S_RFC authorization in a general role but still facing the issue .
    Please suggest
    Thanks
    Rosandeep Acharya

    Have you created BI iView?
    If so you need to give the TEMPLATE=<template id>
    and preview the iview from portal.
    Hope this helps.
    Cheers-
    Pramod

  • How to catch URL parameter from Portal URL in Web Dynpro iView

    Hi All,
    I have a web dynpro application running as a portal iView successfully. Now the client wants to make it internationalized with 7 languages. Currently they access the portal - and via role assignment they get to the portal tab with the wd iView. Now they want to send a parameter for the language key with the portal URL. So when they are typing in http://myportal.mydomain.com now they want to type in http://myportal.mydomain.com?sap-locale=de or so. My question is how can I catch this parameter in the WD application when it is running inside a portal iView? Is it at all possible?
    I have written a very small application which is trying to catch a URL parameter named PARAM. The code I have written is the default one as below:
    String paramValue = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("PARAM");
    When I run the application standalone and add the PARAM=something in last of the URL I can catch it. But when I create an iView and while previewing it I add the same PARAM value it is coming as null all the time. Same when I add this iView to a role and show it via role assignment in protal. Please help to let me know how to achieve this. I think if I can read the parameter value from Portal URL in the WD iView - then I can set it as the default locale of the application and then show language specific file to achieve internationalization.
    Your urgent help will be highly appreciated.
    Warm Regards,
    Shubho

    Hi Shubhadip
    Even if you get the parameters, how do you internationalize your application? Are you not following the standard way as described in the following link. In this case you never need to capture any such parameter. This is done by the WD runtime automatically .
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/f4/d95664da179b4db731e21c2e470b72/frameset.htm">Internationalization of WD projects</a>
    You can retrieve application parameters specified at the creation of iview by "adding parameters(with the same name as in iview application parameters) to the default plug of the Component Interface View of the WD application". "onDefaultPlug" method of the interface view controller you get these values as parameters, which you can save in the context node of component controller for later use.This is guaranteed to work.
    But again this is not what you want exactly. You want the user to specify the value at runtime. If you have just 7 languages, you can create 7 set of iviews with different application parameter value indicating language key, and assign to 7 different set of roles, each representing one set of users with common language.
    I hope you find a solution.
    Regards
    kk

  • SSO is not working for an Alias URL but is working for original portal URL

    Hello,
    We have a BSP running inside the portal and expects authentication.
    When I run this BSP using the portal regular address everything is working OK and SSO is working after logging into the portal.
    At next step, we have configured an alias for the portal URL at the DNS Server.
    When activating the BSP from the alias URL it asks for 2nd authentication. Meaning, SSO is not working after logging into the portal.
    I have activated an HTTP trace in order to see why and it seems like when running it from the alias name it recognizes it as a different domain and I assume this is why the authentication is coming up.
    I would like to suppress this for the alias URL but don't know how.
    I found this UME property on the server:ume.logon.security.relax_domain.level
    This UME property controls the amount of sub domains to remove from the server name to obtain the domain for which the logon ticket is valid.
    I have changed this property from its default value 1 to 3 (and restarted the server of course) which, in our case, leaves only ourCompany.com for the ticket in the original server URL. Yet, the authentication pop up is still not supressed when browsing through the alias URL.
    Any idea what can I do next?
    Thanks,
    Roy

    Hi Dezso,
    I found the 401 let me know if I look on it right:
    I have an entry node with two subnodes: request and response.
    The response has:
    <responseStatus>HTTP/1.1 401 Unauthorized</responseStatus>
    And the request before that doesn't have any MYSAPSSO2 in it, all it has which is related to cookies is this:
    <header name="Cookie">UserUniqueIdentifier=1174345919524; alreadyLogged=1179560552416</header>
    <cookies>
    <cookie name="alreadyLogged">1179560552416</cookie>
    <cookie name="UserUniqueIdentifier">1174345919524</cookie>
    </cookies>
    Can you advice what to do next?

  • How to create an External Alias for a Portal URL ?

    Hi Gurus,
    Can anybody tell me how to create an external alias for a portal link(URL). Actually, my problem is i want to send this Portal URL(link) thru' a SendMail step to the user so that when he clicks on it, it will take him to his UWL(Ofcourse after signing-in). As this URL length is > 80 char(101 char), i am not getting the full lenght URL in my Outlook mail. THough we are on ECC 6.0,Basis Rel 7.0, as per the OSS note 559234, we should have this length extended to 132 bytes. But, for some reason, its not happening. And,in the same OSS note, it was mentioned that we can use external aliases to achieve this(shortening the URL length).
    Can anybody tell me how to achieve this, either thru' increasing the URL length or thru' ext. aliases.
    Please reply asap.
    Thanks in advance
    venu

    Not an issue as of now. I'll open up again if needed

  • How to increase the row and Column length of Bex query in EP Portal 7.3

    Dear All,
    Please let me know the process  to Increase the Rows and Columns  Size of Bex Query in Enterprise Portal  of SAP  7.3 .
    Please  let settings to increase rows up 10000 and column 100 in one page.
    Thanks
    Regards,
    Sai

    Dear All,
    Please find the attached screen shot.
    The report be open with 4 or 5 columns and 5 or 6 rows.
    So, please  let me know how to increase the length of the table.
    Do the needful for me to over come this issue.
    Thanks
    Regards,
    Sai.

  • Query Jump problem

    Hello,
    I have query jump from Q1 to Q2. The result in the Q1 is in EUR. when I jump from Q1 to Q2 it is automatically filling Currency filled with USD and key figures are showing NOT APPLICABLE DATA. Once you remove the Currenyc USD then it is showing the correct values.
    I tried to run the Q2 directly and it is woring fine. strange thing it is not working fine from Q1 Jump to Q2.
    I also re-created the connection between Q1 and Q2. still no use.
    Can anyone suggest?
    Thanks
    K

    Oscar,
    Q2 as Currency in Free Chars.... I removed it from the Q2itself and it works fine. but I am unable to understand the reason.
    Even though this works - I need to give reason for removing it, otherwise client will not allow to do this,
    Any ideas...please
    Thanks
    VJ

  • External portal capturing internal portal URL in Log and trace file

    Hi,
    We are facing one issue in portal like we have two portals for internal (Intranet) and external (Internet) users.
    Once users logged in the application and try to get the information about mylink from the external portal link (internet) they should not get any information about the internal portal.
    But in log and trace file we can see the external portal link capturing the internal portal URL.
    We need to find, from where system capturing the internal portal URL.
    Thanks.

    The tkproffed trace file is in seconds.
    "set timing" is in hh:mi:ss.uu format. So 00:00:01.01 is 1.01 seconds.
    You have to remember that most of these measurements are rounded. While your trace file says it contains one second of trace data, you know it's more.
    One excellent resource for trace files is "Optimizing Oracle Performance" by Cary Millsap & Jeff Holt. (http://www.amazon.com/Optimizing-Oracle-Performance-Cary-Millsap/dp/059600527X ) I thought I knew trace files before, but this book brings your knowledge to a whole new level.
    There is also an excellent WP by Cary Millsap ( http://method-r.com/downloads/doc_details/10-for-developers-making-friends-with-the-oracle-database-cary-millsap ) that gives you some insight.

  • The portal url appears in external links in XML Forms

    Hi,
    I have created an XML Forms application that should contain a link to an external webpage.
    In the Edit view I have created 2 text fields.
    1 for the url and 1 urlname for the name of the link.
    In the Show view I have created a link (Lable)  with:
    Hyperlink property:        /DataSchema/DataModel/url
    Schema Reference:          /DataSchema/DataModel/urlName     
    Style :              Function Link
    When I run the application It renders the link as a link with the urlname as the name of the link.
    Great !! ;0)
    <b>...but</b> when clicking on the link it open up a new window with the <b><b><b>portal URL</b> + the specified url:</b></b>
    E.g.
    Test data:
    Name:     Google
    URL:     http://www.google.com
    Result:
    <b>http://<portalurl>:58000/irj/portal/http://www.google.com</b>
    Why does this happen? And what can I do in order to open up the new window with just the url that I have provided (http://www.google.com)
    Thanks for any help !
    Best regards
    Rasmus

    Hi All and thanks for all help
    But..
    The thing is that it has nothing to do with the application.
    E.g. I have tested the <b>SAP_APP_FAQs</b> forms application delivered by SAP.
    This forms application has an external link called <b>Read more… </b>When I test this forms application everything is OK. It opens up the target URL in a new window e.g. <b>http://www.google.com</b>
    This is exactly what I want so I make a copy (save as) of the project. I run the application and believe it or not I got the wrong result: <b>http://<portalurl>:58000/irj/portal/http://www.google.com</b>
    I have not made any changes of the application!!
    Can any tell me what’s wrong?
    Thanks in advance
    Best regards
    Rasmus

  • Advantages of BW Query in SAP Portal when compared to WEB BEx Analyzer

    Hi
    What are the advantages of having a BW Query in SAP Portal when compared to WEB BEx Analyzer
    I had to presention to higher managers of having a SAPPortal for BW report that WEB BEx Analyzer
    can any one please update me with few points (10-20) that will be useful for my presentation
    screen to geethikakrishna->gmail
    Thanks in advance

    Hi Krishna ,
    I think you should highlight the portal role in presentation
    Now a days all organizations using sap portal as their user interface. We can login portal once and we can get all the information from bw,crm...sap systems and non sap systems.
    so no need to login each and every system individually.
    The portal offers a single point of access to SAP and non-SAP information sources, enterprise applications, information repositories, databases and services in and outside your organization—all integrated into a single user experience. It provides you the tools to manage this knowledge, to analyze and interrelate it, and to share and collaborate on the basis of it.
    With its role-based content, and personalization features, the portal enables users—from employees and customers to partners and suppliers—to focus exclusively on data relevant to daily decision-making processes
    For all information on portals refer to help.sap.com->documentation->netweaver->Netweaver2004->English
    IN people integration you will find information on portals
    http://help.sap.com/saphelp_nw04/helpdata/en/19/4554426dd13555e10000000a1550b0/frameset.htm
    check below threads for some information
    easiest way to publish
    Easiest way to post existing BW queries onto portal
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/92dceb49fd25e5e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9d/24ff4009b8f223e10000000a155106/frameset.htm
    Execution of BW Reports Through Enterprise Portal
    Best Practices for BI Report publishing on Portal - BI 7
    Use of BI's Enterprise Portal
    The web application designer offers rich functionality for creating dashboards. In SAP NetWeaver BI 2004s (aka 7.0), when you publish a template it is automatically created as an iView for the portal.
    SAP NetWeaver 2004s BI - Define your Publishing Strategy Part 1
    Koti Reddy

Maybe you are looking for

  • Error is transaction - s_alr_87012078

    Hi, There is a Transaction Code - s_alr_87012078, in which data is showing against vendor numbers..with daily intervals... But problem is that data is showing incorrect.. means...output is like.. Daily Intervals.....................Due   0 -    30...

  • Is it possible to consolidate a playlist from iTunes into its own folder?

    Hi, I'm trying to move a playlist from my iTunes to my new phone.  The playlist is 2,400 songs, out of my total library which contains about 5,000.  The problem I'm encountering is that I independently downloaded much of my music, (i.e. mix tapes or

  • Broken lock switch on new iPad air

    Has anyone else experienced problems with the lock switch that controls the landscape and portrait orientation on the iPad air?  Bought 128 gig. New iPad air and the switch broke after a few days.  To make it worse I took it to the Genius Bar and the

  • MSAccess date issue -

    i'm using MSAccess(another issue all together) as the backend of a small application and i'm having problems with accurately comparing dates. when i'm comparing dates, the dates are being compared as strings therefore, not providing accurate results.

  • No Pics in Photos App

    When I sync my photos from Itunes to my Iphone 4 there isn't any photos under the Photos app. Pictures are in camera roll under the Camera app. How do I get them to show up in the albums section of the Photos app?