Ajax Dialog - Parameters passing

Hello!
I fill a jsp page with:
    logic:iterate id=licenseItem name=licensePlatesI want to click on 1 licensePlate and to display an Ajax dialog (message) with 2 buttons : delete License plate? Yes/No
I want to pass somehow the license plate's number to that ajax dialog, to know which license plate needs to be ereased.
How can i pass the parameter?
Regards
P.S.
I initialize the ajax part via:
    messageObj = new DHTMLSuite.modalMessage();
    messageObj.setWaitMessage('Loading message - please wait....');
    messageObj.setShadowOffset(7); // Large shadow
    DHTMLSuite.commonObj.setCssCacheStatus(false);
    function displayMessage(url,cssClass)
    messageObj.setSource(url);
    messageObj.setCssClassMessageBox(cssClass);
    messageObj.setSize(400,200);
    messageObj.setShadowDivVisible(true); // Enable shadow for these boxes
    messageObj.display();
    }in jsp page i use onclick event for calling method displayMessage

Crossposted: [http://forums.sun.com/thread.jspa?threadID=5350902].
Please elaborate how my answer was insufficient instead of rudily ignoring it and crossposting the question at another subforum.

Similar Messages

  • Ajax jasf parameters problem

    I've set up a test application on very small scale so I won't need third party packages using ajax javascript to pass three parameters to JSF phase listener from pop-up menu created by mouseover event containg some links.
    Upon hitting one of these links we set ajax cycle in motion and getting into JSF phase event listener code(via POST). The problem is none of three parameters is being passed to it. Any idea why?
    It is fair amount of code that I need to cut and paste (javascript, jsf, phase listner) to supplement and I rather not though I realize it might be necessary.
    Thanks a lot for consideration.

    I have never worked with the AJAX + JSF combo before, but I know that you can invoke a managed bean action using javascript and the h:commandLink and h:commandButton elements.
    <h:form id="form1">
        <h:commandLink id="link1" action="#{MyBean.action1}"><h:outputText value="link" /></h:commandLink>
        <h:commandButton id="button1" action="#{MyBean.action2}" value="button" />
    </h:form>
    <f:verbatim><script>
        function myFunction() {
            document.getElementById('form1:link1').onclick(); // this invokes the #{MyBean.action1}
            document.getElementById('form1:button1').click(); // this invokes the #{MyBean.action2}
    </script></f:verbatim>I haven't tried other ways yet. But this might give you an idea.

  • ADF: How to print query and query parameters passed in the executeQueryForCollection methof of VO impl class.

    Hi,
    Kindly let me know how to print the query and the parameters passed to it? I tried with the params parameter in super.executeQueryForCollection(qc, params, noUserParams); but could not succeed.
    I need to log the query and the params passed to it. Kindly help.
    Thanks in advance,
    Kalpana.

    Here you go
    Coding With Passion: Oracle ADF - Debug view object query with parameters

  • How to know the parameters passed between the pages

    Hi , am working on the customizations.
    Can anybody tell me how to know the parameters passed between the pages in OAF.
    Thanks a lot in advance.
    regards
    kumar

    U can read
    Framework ToolBox Tutorial Lesson 2, Part 4: Page-to-Page Communication
    in this path
    <<your OAF folder>>jdevdoc\WebHelp\toolbox\510\lessons\lesson2_pagecom.htm
    OAPageContext
    PutEncryptedParameter( )
    GetDecryptedParameter( )
    OAPageContext (called from UI client)
    putTransactionValue( )
    getTransactionValue( )
    removeTransactionValue( )
    OADBTransaction (called from server)
    putValue( )
    getValue( )
    removeValue( )
    OAPageContext (called from UI client)
    TIP the Framework expects to introduce methods for managing session data from the server at some point in the future.
    putSessionValue( )
    removeSessionValue( )
    getSessionValue( )
    Good luck !

  • Determining the parameters passed in a Discoverer Report through SQL query

    Hi,
    I want to know the parameters passed in a Discoverer Report through a SQL query.
    i.e if we pass the Report name (Workbook Name) then we get the paramaters used .
    Is there any way we can do this.
    Any help will be really appreciated.
    Thanx in advance
    Ankur

    Hi
    You can indeed get the parameters from the EUL5_QPP_STATS table, although they are extremely difficult to get at.
    Look at this script:
    SELECT
    QS.QS_DOC_OWNER    USER_NAME,
    QS.QS_DOC_NAME     WORKBOOK,
    QS.QS_DOC_DETAILS  WORKSHEET,
    TRUNC(QS.QS_CREATED_DATE) DOC_DATE,
    *(LENGTH(TO_CHAR(EUL5_GET_ITEM_NAME(QS.QS_ID)))+1)/9 ITEMS,*
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),1,  6)) ITEM1,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),10, 6)) ITEM2,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),19, 6)) ITEM3,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),28, 6)) ITEM4,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),37, 6)) ITEM5,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),46, 6)) ITEM6,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),55, 6)) ITEM7,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),64, 6)) ITEM8,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),73, 6)) ITEM9,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),82, 6)) ITEM10,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),91, 6)) ITEM11,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),100,6)) ITEM12,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),109,6)) ITEM13,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),118,6)) ITEM14,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),127,6)) ITEM15,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),136,6)) ITEM16,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),145,6)) ITEM17,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),154,6)) ITEM18,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),163,6)) ITEM19,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),172,6)) ITEM20
    FROM
    EUL5_QPP_STATS QS--,
    --   APPS.FND_USER          USR
    WHERE
    --   QS.QS_DOC_OWNER = '#' || USR.USER_ID AND
    *(LENGTH(TO_CHAR(EUL5_GET_ITEM_NAME(QS.QS_ID)))+1)/9 < 21*
    AND QS.QS_CREATED_DATE > '01-JAN-2007'
    What this does is return the first 20 items used in a worksheet. It does this by passing 6 characters at a time out of a cusror made up by concatenating QS_DBMP0 to QS_DBMP7 to get the Dimensions and then again by concatenating QS_MBMP0 to QS_MBMP7 to get the Measures. Having got that cursor it then takes each 6 characters and passes them to a nibble algorithm to decode the actual item. The code is extremely difficult to follow.
    I mention this because other fields in the same table are QS_JBMP0 to QS_JBMP7 which I believe are Joins, and QS_FBMP0 to QS_FBMP7 which look like Filters (aka parameters) being used. I think the QS stands for Query Statistics and BMP for bitmap. Somewhere in the EUL5.SQL script is the key to unlocking this.
    Good luck. The reason I say this will become apparent when you look inside EUL5.SQL.
    Best wsihes
    Mcihael

  • How are the parameters passed by an EJB?

    I got a problem on parameters passing of my bean and also got confused.
    Let's say my Bean has a method call update(MyObject o);
    In the client side, I do
      MyObject obj = new MyObject();
      myBean.update(obj);
      In the bean side, I do
      public void update(MyObject obj) {
        obj.setX(100); // let say this change one of the members of MyObject
      Now, in my client side after the bean update() method call, do I see the changes in MyObject obj? If I do get the changes, the bean must be doing a reverse stub-skeleton call to update my client copy, is that true or I should not assume that?
    I was not thinking about all these when developing and the above code works as my assumption in WebLogic 5.1 and 6.0. But, when I port my bean to WebSphere 3.5, the above code crap out -- the client does not see the changes!!
    Does anyone know what the inside of this or have any suggestions?

    Thanks Jerome, harpreet,
    What you two say make sense, however, the problem is still a mystery.
    I started developing without thinking of the local copy or remote copy of the parameters between the client and the bean. WebLogic somehow reads my mind and worked the way I wanted (the parameter changes affect the the client copy, how they do that?).
    When I finished coding and started porting my bean to WebSphere, I realized beans in WebSphere work in a conceptually different way (parameters are passed by value).
    Unfortunately WebSphere works in a kind of logical way but not what I wanted, and WebLogic works magically as I intended but I don't understand how they do it.
    So, the question comes down to Are parameters passed by reference or passed by value in EJBs?
    If WebLogic passes parameters by reference, is it doing a reverse stub-skeleton call?
    If WebSphere passes parameters by value, how can I make it pass by reference?
    --Lichu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • CF/Ajax - How to pass parameters to a cfwindow?

    Hi,
    Is there a way to pass parameters to a cfwindow?
    If yes, please provide me with all relevant details.
    HERE IS MY SITUATION:
    I have a form, in which I'm looping over a recordset e.g.
    <cfform name="frmTest">
         <cfset counter = 0>
         <cfloop query="variables.qTest">
              <cfset counter = variables.counter + 1>
              <cfinput
                   type="checkbox"
                   name="test_#variables.counter#_ch"
                   onClick="showPopUp(#variables.qTest.id#,#variables.qTest.amount#)">
         </cfloop>
    </cfform>
    Here is my javascript / ajax:
    <script type="text/javascript">
    <!--
    function showPopUp(id,amt){
    ColdFusion.Window.show("approvalWindow");
    //-->
    </script>
    And here is my cfwindow:
    <cfwindow
                name="approvalWindow" center="true" closable="true"
                draggable="false" modal="true" title="Approval"
                initshow="false" width="680" height="315">
    HOW CAN I OBTAIN THE VALUES OF id AND amt HERE?
    E.g.
    <cfset idClicked = id>
    <cfset amtClicked = amt>
    I'll be needing those 2 variables for further processing...
    </cfwindow>
    I know I could have used a simple javascript window.open and passed those 2 parameters in the URL scope, but, I don't want my users to see what id I'm sending.
    Thanks and regards,
    Yogesh Mahadnac.

    Hi,
    Many thanks for your answer.
    It actually works under "static" conditions, i.e. if I'm calling the cfwindow inside a cfloop, the value of ID is not refreshed.
    Let me show you what I mean.
    For example, here is my form
    <cfform name="frmTest">
         <cfset counter = 0>
         <cfloop query="variables.qTest">
              <cfset counter = variables.counter + 1>
              <cfinput
                   type="checkbox"
                   name="test_#variables.counter#_ch"
                   onClick="showPopUp(#variables.qTest.id#,#variables.qTest.amount#)">
         </cfloop>
    </cfform>
    This gives the output, e.g.
    Checkbox 1
    Checkbox 2
    Checkbox 3
    Checkbox 4
    Checkbox 5
    ID 1
    ID 2
    ID 3
    ID 4
    ID 5
    showPopUp(1,10)
    showPopUp(2,15)
    showPopUp(3,12)
    showPopUp(4,15)
    showPopUp(5,50)
    Now, here is the showPopUp part (using the solution you provided to me):
    <cfajaximport tags="cfwindow">
    <script type="text/javascript">
    <!--
        function showPopUp(id,amt){
            ColdFusion.Window.create('Window1','Window Title','test.cfm?ID='+ id + '&amt=' + amt,
            {_cf_refreshOnShow:true,height:290,width:630,modal:true,closable:true,draggable:true,resi zable:false,center:true,initshow:true});
    //-->
    </script>
    And then on test.cfm, we can easily obtain the value of ID and amt using the url scope
    <cfset id = url.ID>
    <cfset amt = url.amt>
    <cfdump var="#url#" label="Checking values sent from checkbox">
    Normally, the value of ID should be 1, 2, 3, 4 or 5 depending on the checkbox you click, right?
    When you click the 1st one, ID 1 is sent in the url (this is fine).
    However, if you click the 3rd checkbox after having clicked the 1st one, the value of ID and amt still reflect that of the 1st checkbox.
    It is not "refreshed" to 3 and 12, you still get ID = 1 and amt = 10.
    Is there anything we missed in the showPopUp script?
    Thanks and regards,
    Yogesh Mahadnac.

  • Get all parameters pass to a powershell script and store it in a variable

    Hi,
    Test.ps1 A B C D E F
    1. How may I get how many parameters was pass to the commandline?
    2. I would like storing A B C D E F in a variable and store Test.ps1 $arguments in VariableWithCommandLine.
    New-Item -path $path -Name test2.ps1 -type file -Value "VariableWithCommandLine"
    Thanks,

    Why this is not working?
    [CmdletBinding()]
    Param (
     [Parameter(Mandatory=$True)]   
     [ValidateSet('Install','Repair','Uninstall', 'MAJ')]  
     [string]$DeploymentType = 'Install',
     [Parameter(Mandatory=$false)]   #Paramètre obligatoire? $True $False
     [ValidateSet('Interactive','Silent','NonInteractive')] #Silent = No dialogs (progress and balloon tip notifications are supressed)
     #NonInteractive = Very silent, i.e. no blocking apps. Noninteractive mode is automatically set if an SCCM task sequence or session 0 is detected.
     [string]$DeployMode = 'Interactive'
    $args

  • How to write a method without knowing how many parameters passed in?

    hi there,
    i m writing a method which is to find out the max value of a set of values, e.g.
       int max(var1, var2, var3, var4) {
          here is the code to find the max value, and return it;
    ......in these case, there are 4 parameters, but what i m trying to do is to write a general method can handle any number of parameters. for some reason, i can't pass in an Array, or a Collection, is there any way i can achieve it?
    thank you!
    best regards

    for some reason, i can't
    pass in an Array, or a CollectionWhy you can't pass a Collection in? I think passing a
    Collection is preferred to the alternative suggestion.and I disagree. Having to build a collection first seems very clumsy. For example, using the following definition of max()
        public static int max(int a, int... b)
            for (int x : b)
                if (x > a)
                    a = x;
            return a;
        }means that I can quite simple get the max of 5 values using
    int max = max(4, a, b,d,21);
    Now you try the same using a collection.
        public static int max(List<Integer> list)
            int max = Integer.MIN_VALUE;
            for (int x : list)
                if (max < x)
                    max = x;
            return max;
    List<Integer> list = new ArrayList();
    list.add(4);
    list.add(a);
    list.add(b);
    list.add(d);
    list.add(21);
    int max = max(list);I know which I prefer.

  • Does CF really auto-decode URL parameters passed to a page?

    CF docs and livedocs state that:
    quote:
    ColdFusion automatically decodes URL parameters that are
    passed to a page
    (for example, see the URLEncodedFormat tag description, last
    sentence of opening paragraph)
    However, if you have a url-encoded url parameters, as in
    ?var1=1%26var2=2 (%26 is url-encoded equivalent of &), and in
    your page you try to validate url parameters with <cfparam
    type="integer" name="url.var1"> or with isvalid("integer",
    url.var1) function, the validation will fail! Apparently, inside at
    least this tag and function Cf does not automatically decode url
    parameters... it sees the var1 declaration, but sees its value to
    be not 1, but 1&var2=2, which surely fails validation against
    type "integer"....
    This behaviour has been brought up in these forums several
    times now, but nobody has been able to explain how this relates to
    the CF docs statement... Any ideas, anyone? Is this an expected
    behaviour? Are the docs wrong? Does 'parameter', as in "url
    parameters", refer only to specific parts of query string and does
    not include url var name/value pairs separator? Apparently the same
    happens if you have "=" sign url-encoded, too...

    I will have to think on this, do some reading and try some
    experiments.
    But my first thought is that this is expected behavior. I
    would
    propose the purpose of URL encoding the ampersand(&) is
    so that it will
    be considered a part of a value, not its usual role of
    name-value pair
    separator. So in my mind this is the way it is supposed to
    work.
    val1=1&val2=2 : val1 is 1 and val2 is 2
    val1=1%26var2=2 : val1 is '1&var2' or '1&var2=2'
    I will have to explore this further.

  • How to hide the parameters passed into servlet or make it read only

    Hi,
    I am calling a servlet to downlaod files, using
    <a href="../servlet/DownloadFile?directory=<%=attachmentPath%>&fileName=<%=fileName%>">But this will display all the paramters passed , of course as I am using hyper link. However I can not use
    <form> to call the servlet because otherwise I got nested form anyway.
    So the users would be able to change the directory and file names to download files I do not like them to download. Somebody would suggest hardcode the directory and filename, but these two parameters are dynamic, so I have to pass them into the servlet everytime I call it.
    Any advice to disable the users to change or even view the two parameters on the address bar?
    Thanks
    </a>

    Here some code snippets to give you an idea of what I do.
    Let's say you want to retrieve a file from your server, and you need to pass the full directory path info in your URL. You might have code as follows:
    String fileName = "/server/SomeUltraSecretHiddenDirectory/ImportantSecretFile.doc";
    Click <a href="/fileservlet?fileName=<%=URLEncoder.encode(fileName)%>">HERE</a> to download file.Using the above code, ANYONE can retrieve this file if they know the URL. Also, they could try to change the URL paths to find other files. In other words, it's NOT SECURE.
    Now, try it this way (all exception handling is left out):
    private static final byte[] salt = { (byte)0xd4, (byte)0xa3, (byte)0xff, (byte)0x9e,
    (byte)0x12, (byte)0xc7, (byte)0xd0, (byte)0x84 };     
    String fileName = "/server/SomeUltraSecretHiddenDirectory/ImportantSecretFile.doc";
    base64Encoder = new BASE64Encoder();
    base64Decoder = new BASE64Decoder();
    // get key object
    SecretKey key = null;               
    PBEKeySpec keySpec = new PBEKeySpec("somesecretkeystring");
    SecretKeyFactory kf = SecretKeyFactory.getInstance("PBEWithMD5AndDES");
    key = kf.generateSecret(keySpec);     
    // get parameter spec
    PBEParameterSpec paramSpec = new PBEParameterSpec(salt, 1000);
    // create cipher
    Cipher c = Cipher.getInstance("PBEWithMD5AndDES");
    c.init(Cipher.ENCRYPT_MODE, key, paramSpec);     
    // take string and get encrypt it (base-64 encode it to get rid of non-printable characters
    byte[] aResult = c.doFinal(fileName.getBytes("UTF-8"));
    String strResult = base64Encoder.encodeBuffer(aResult);
    // print the link
    Click <a href="/fileservlet?fileName=<%=URLEncoder.encode(strResult)%>">HERE</a> to download file.
    // on the server side, do the following to decrypt the link
    String encryptedFileName = request.getParameter("fileName");
    // create decryption cipher (i'm skipping a lot of the init code this time - see above for code example)
    Cipher c = Cipher.getInstance("PBEWithMD5AndDES");
    c.init(Cipher.DECRYPT_MODE, key, paramSpec);
    // decrypt string
    byte[] aResult = c.doFinal(base64Decoder.decodeBuffer(encryptedFileName));
    String strResult = new String(aResult, "UTF-8");Now you have the decrypted String. Your link will be unreadable and unbreakable. 100% safe as long as your key password is safe. I hope that gives you an idea of what you can do with cryptography!
    A few notes:
    - Most of the above code is in separate methods that can be easily reused (especially encrypt() and decrypt())
    - All exception handling has been left out
    - The above code was patched together from memory, so don't expect it to work as is (that's my disclaimer :)
    - You'll need the JCE libraries to use this functionality.
    - For REALLY sensitive data (such as passwords), make sure you use one-way encryption (hashes) if you don't ever need to decrypt it again.
    Michael

  • Parameters passing from java to oracle forms

    How can i pass parameters out of a java environment, and into an
    oracle forms(6i) environment?
    we run on db 9i
    on windows xp.
    thanks
    yair

    Dipankar,
    There's a separate example of how to map Oracle OBJECTs to JDBC STRUCTs.
    Study that one and combine the two. Not difficult (in my opinion :-)
    Or search the JDBC forum for the words "STRUCT" and "ARRAY".
    (What, you want me to do your coding for you?)
    Good Luck,
    Avi.

  • Parameters passed in smartforms are not taking any value

    hi everyone
    Ive passed parameters in my print program and these parameters are defined in the Forms Interface Section of the smartforms, but when I am executing the program, the smartforms is not taking the value of the parameters,
    Can anybody help me plz?

    how to check if I have correctly imported the data?
    The data in the print program is correct, but I dnt know why the values are not taken to the form.
    This is part of the code
    call function func_mod_name
        exporting
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
        control_parameters         = control_parameters
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       output_options             = options
      USER_SETTINGS              = 'X'
        SCHKZ                      = wa_print-schkz
        STARTDATE                  = wa_print-startdate
        DURATION                   = wa_print-duration
        COUNTRY                    = 'BE'
        importing
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
       job_output_options         = options
        exceptions
        formatting_error           = 1
        internal_error             = 2
        send_error                 = 3
        user_canceled              = 4
        others                     = 5
    and the variables SCHKZ  STARTDATE DURATION and  COUNTRY              
    are defined in the Form Interface level of the form
    is it ok? or i am missing something else?

  • Utilizing parameters passed into a Stored Procedure

    Ok. I am creating a Stored Procedure working with Java and Oracle 8.1.7. I am passing in multiple parameters to use in creating the query I need. I am also using Intermedia Indexing and am forced, do to specs, to use the NOT IN.
    Question: Can I pass in parameters rather then strings into a Contains(for Intermedia usage) or a NOT IN within the context of a Stored Procedure?
    The Process is now being dynamically created in Java code and the thought is that it will decrease the load to the Oracle server if it is created in a stored procedure. Do to the dynamic nature of this query and the need to use CONTAINS(....., WITHIN) as well as NOT IN/NOT EXISTS, I need to know if this is possible before I begin to rewrite a couple years worth of code.
    Thank you

    Go to asktom.oracle.com and do a search for "varying elements in in list". There are detailed examples of how to do this properly. I'll try a link to one of them but I doubt it will work ...
    http://asktom.oracle.com/pls/ask/f?p=4950:8:2019864::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:210612357425,%7Bvarying%7D%20and%20%7Belements%7D%20and%20%7Bin%7D%20and%20%7Bin%7D%20and%20%7Blist%7D
    Richard

  • How to Change parameters passed in Iview generated by Query Designer

    Hello,
    We are running Netweaver 2004s with Portal integrated.
    From the BW Query Designer (SAPGUI tool on desktop) it is possible to 'publish to portal'.
    This generates an 'iview' in the portal.  This is GREAT,  but......
    The 'Bex Web Application Query String' in the iview is built automagically
    (e.g. QUERY=ZBFPR_C99_Q001&USE_PERSONALIZATION=false)
    The QUERY= part is fine, however I can't figure out where the '&USE_PERSONALIZATION=false' comes from - and we MAY want to change this.
    We definitely would like to ADD '&VARIABLE_SCREEN=X' to this 'query-string' as it is automatically built in Query Designer.
    Obviously,  we can manually change each iview that is built, but this will become a maintenance nightmare.
    I have experimented with modifying the template (a copy of 0ANALYSIS_PATTERN), but we are using this template for 'ad-hoc' queries as well as the underlying template for query execution in the Portal. I got the template to behave nicely as 'ad-hoc' query executioner,  and know that if the iview has this extra parameter it behaves as desired.  I would rather not create a second template to render the queries, but this is also an option if no way can be found to add the parameter to the generated iview.
    I have searched every source known to me (SPRO, Portal 'templates', SDN,  several books, google) and have not been able to find any inclination of how this 'string' can be customized, although there are several references to the parameters that can be passed in the iview (manually maintained).
    Your comments and assistance is much appreciated.
    Martin.
    UK.

    Mira,   Sounds like you have done (almost) all the things you need to do....
    If you are initiating the 'template' (ad-hoc Web Bex) via the Portal, you will have to change the iview in the Portal as well - under Content admin:
    pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bexwebanalyzer
    This is 'hard-coded' to call 0ANALYSIS_PATTERN, you will need to change it to use your copy of the template.
    If you are not using the Portal, then it may depend on how you are calling the Web Bex template (We set up some stuff in SICF, I think, and a little script which would call http://fgukcbpbbd001:8000/sap/bw/BEx - which would initiate the 3.5 Web Bex (not quite what you are wanting, but may give some clues).
    Check the iview first.
    Hope this helps.
    Martin.

Maybe you are looking for

  • Problems by creation/transfer of PO

    Hello all, we are implementing SRM 4.0 with CCM 2.0 in extended classic scenario. After a SC was approved a follow-on PO was created. In transaction RZ20 are these error messages for this follow-on-document: Backend application errors: Purchase order

  • Photoshop Elements 6 Freezing, I need help, please.

    I got the program along with the Wacom Tablet I got, not too long back. It worked for a while, but then started freezing at random moments. But now, I can never open it without it freezing about 30 seconds after launch. I checked the FAQ's and Troubl

  • "could not complete your request because the disk is full"

    I have Photoshop Elements 3 on an older desktop I use for editing photos. Yesterday, I tried to pull up a photo from my connected camera to the PE3 window and got the following error mesaage instead: "could not complete your request because the disk

  • Downloading mavericks and it's been on the apple logo for more than 2 hours

    I started downloading mavericks and I have a 2011 MacBook Pro and it's been at the apple logo with the greyish white screen with the turning wheel for over 2 hours I'm not sure if that's normal. It would be great if someone who had a familiar problem

  • Question about the PNG location

    Hello, I've created a swf/fla simple  slideshow with 5 fireworks png images. 1.  Should I be using jpgs instead? 2.  When  uploaded to the internet, is the png now a part of the flash movie file,  and not a seperate png any longer?  i.e., If I had to