While executing the query in the web template I am  facing below issue

Hello SAP geniuses,
Please help me on my issue  ,
while executing the query in the web template i am  facing below issue.
The variable for characteristic (region) is appearing but this characteristic (region) is not appearing in the free characteristic zone  but when we are executing the query with out webtemplate it is showing both variable and free characteristic
can anybody help us to identify what is the issue with the web template.
Thanks
Alok

Hi,
Plz check ur report and execute at the designer and take its technical name and go to RSRT. log out and log in and try..
if not check ur authorisation.
Regards....KP

Similar Messages

  • How to get the standard Menu of Query Designer into Web Template

    Hi Experts,
    is there a way on how to put the standard menu within Bex Query Designer (after executing a Query with the Query Designer you get into ad-hoc reporting with a menu including several functions like print, show as..., properties, etc) into an individual Bex Web Template?
    Copy & Paste source code will not work I guess because of several javascript functions I don't have access to.
    Thanks & Best regards
    Tobias

    BEx queries are displayed on the web using standard web template 0ANALYSIS_PATTERN or some customized version base don your implementation.
    You can either include the 0ANALYSIS_Pattern web template in your custom template or use Save as to create a new template with 0ANALYSIS_Pattern  AS THE STARTING POINT.

  • Problem while exporting the text written on web-template to excel.

    Hi Experts,
    I created a report at WAD ,while exporting it to excel all the web items got exported except for the text written on the web-template.
    Is it possible to export the text written on web-template to excel???
    Also i dont want to add the text-item.
    Edited by: shyam@apa on Mar 6, 2009 8:42 AM
    Edited by: shyam@apa on Mar 6, 2009 8:43 AM

    Hi Avinash
    To download  such characteres you need to adjust code page to be used during export. You can review SAP note 73606 to identify which code page is required for this language
    Best regards

  • ODBC error occurred while executing SQLExtendedFetch to retrieve the result

    Good morning everyone,
    I had the following error message while trying to run a simple query in Answers with 3 dimensional columns, 1 fact, and 4 calculated facts...
    "State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: S1001 code: 0 message: [Oracle][ODBC]Memory allocation error.. [nQSError: 16011] ODBC error occurred while executing SQLExtendedFetch to retrieve the results of a SQL statement. (HY000)
    It's taking around 2,5 minutes to run, then it give that error message.
    Has anyone got any ideas on where I should get started?
    Update: after 2nd time - it's running fine....I've added a filter...could this be the issue? Too many rows initially?

    Damon,
    you were correct - it was indeed an ODBC issue. Switching to OCI has fixed the issue. This link was also very helpful:
    regarding performance
    In my case, the problem with OCI happened because I was using System DSN name instead of how it's called in tnsnames.

  • Problem while changing the query of the field in Oracle apps 11.5.10

    Hello All,
    Requirement:
    User want to change the query of the LOV attached to Ordered item field on Line items tab on the Sales order form in Order managment
    Block name = 'LINE'
    Field name = 'ORDERED_ITEM_DSP'
    LOV attached to this field in FMB: ITEMS
    LOV attached to this field in front end: ENABLE_LIST_LAMP
    Problem: Following code is firing at all points (Debug messages are appearing at all points) but Query of the LOV attached to item is still same.
    How can in FMB LOV is "ITEMS" and in front end "ENABLE_LIST_LAMP"
    My guess is there is some problem with the LOV name which we are passing in the code below. Because LOV name attached to item are different in front end and FMB. There is no LOV in FMB which has “SYSTEM ITEMS Description” kind of structure.
    I have written following code in custom.pll (l_chr_rg_query is query taken from the record group attached to “ITEMS” named LOV with some modifications ex: rownum<6 so that it will show only 6 records in LOV if it is really firing our query for LOV)
    IF ( form_name = ‘OEXOEORD’
    AND block_name = ‘LINE’
    AND field_name = ‘ORDERED_ITEM_DSP’
    AND event_name = ‘WHEN-NEW-ITEM-INSTANCE’
    THEN
    MESSAGE (‘message1’);
    l_chr_rg_name := ‘XXLION_UNIFORM_CODE_RG’;
    l_chr_rg_query :=
    ‘SELECT item, item_id, item_description, inventory_item_id,item_identifier_type,null           item_identifier_type_meaning, ‘
    || ‘inventory_item, address, cust_address, item_definition_level ‘
    || ‘FROM oe_return_items_v ‘
    || ‘WHERE (sold_to_org_id = :parameter.lov_num_param1 OR sold_to_org_id IS NULL)’
    || ‘ and rownum < 6 ORDER BY item’;
    MESSAGE (‘message2’);
    l_rg_id := FIND_GROUP (l_chr_rg_name);
    MESSAGE (‘message3’);
    IF ID_NULL (l_rg_id)
    THEN
    MESSAGE (‘Creating record group here’);
    l_rg_id :=
    CREATE_GROUP_FROM_QUERY (l_chr_rg_name, l_chr_rg_query);
    END IF;
    errcode := POPULATE_GROUP (l_rg_id);
    MESSAGE (‘ERROCODE is : ‘ || errcode);
    L_lov_id := FIND_LOV (‘ITEMS’); --My guess is this LOV name is the source of problem.
    MESSAGE ('Error code is4');
    SET_LOV_PROPERTY (l_lov_id, group_name, l_rg_id);
    MESSAGE ('Error code is5');
    SET_ITEM_PROPERTY ('LINE.ORDERED_ITEM_DSP', lov_name, 'ITEMS');
    END IF;

    I found that there is no problem with code. My problem is not technical, its a functional problem.
    It is related to Inventory's "System Items" KFF.
    Can anybody tell me, to this "System Items" KFF, one value set is assigned. but it is of none type of value set. so from where the values in LOV are coming?

  • Error while executing a query

    Hi,
    While executing a query in portal it is giving internal server error.
    In the input screen help, we are searchign using wild card characters.I.e "  141",its giving internal server error,
    If we are giving the one value/no value the report is executing correctly.
    The input variable is a heirarchy variable. We tried to give it in the heirarchy format also. Still its not working.
    Could anybody help on this.
    Thanks

    u might be using "select * from <table name>", instead try this
    "select slno as slnod,title as titled.."
    http://www.javagalaxy.com

  • Display technical name of a query in a web template ?

    Hi,
    I try to display in a basic web template the technical name of my query with a web item. In this order, I have tried to use the web item 'Text Elements' but how could I configure the latter in order to have only the technical name ?
    I have selected 'Display General Text Elements' in properties of the web item.
    In the property 'List of Text Elements', what is the couple of values that I have to configure ?
    Many thanks,
    CG.

    Hi,
    What you need to do is, keep a TEXT Web Item in the template.
    Then do not tick any of the options under Specific. Instead, go to List of Text Elements. In the first column, select General Text Symbol. In the next column type REPTNAME.
    This will give the technical name of the query in the output.
    Common text elements:
    u2212 technical name of the query (REPTNAME)
    u2212 description of the query (REPTXTLG)
    u2212 InfoProvider (INFOCUBE)
    u2212 key date for the query (SRDATE)
    u2212 accuracy of the data (date and time) (ROLLUPTIME)
    u2212 the person who wrote the query (AUTHOR)
    u2212 the last time the query was changed (date and time)
       (MODTIME)
    u2212 the last person to make changes to the query (MODUSER)
    u2212 current user (SYUSER)
    u2212 the last time the query was refreshed (date and time)
       (SYUZEIT)
    Try this. Hope it helps.

  • Filtering values of a query in a web template through URL. Help please!

    Hi all,
    I've designed some web templates based on 3.x queries and I'm facing a problem trying to filter the values the users can see, though URL.
    I know how to filter a value of a characteristic in the URL, for example:
    http://.../SAP/BW/BEX?...&CMD=LDOC&TEMPLATE_ID="web_template_name"&FILTER_IOBJNM=0AREA&FILTER_Value=001
    It shows the default values for the characteristics (Area=1), but it doesn't restrict the query to these values. The problem is that the user can choose another value of the characteristic, through the navigation_block for example (Area=2 or 3 or...).
    What I need is to restrict the query in the URL with some values (Area=1 for example) so that the other areas don't appear in the query.
    I've read some documents but I don't have the solution yet. For example:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b26a3b74a4fc31e10000000a114084/frameset.htm
    Any ideas please??
    Iñaki

    Hi,
    For your scenario you could use variables which are not changeable during runtime. Please refer to the following documentation. If you do not check the option 'Can Be Changed with Query Navigation' the variable will not be changeable during navigation.
    http://help.sap.com/saphelp_nw04/helpdata/en/22/1e9b3c334d8c15e10000000a114084/frameset.htm
    If you want to restrict certain users to certain data please also consider the authorization concept, which is the safest way of doing this.
    Best regards,
    Janine

  • Fix table header line of Query in default web template WAD 7.0

    Dear all,
    I would appreciate if somebody could help me to set parameters to fix the header line of a Web-Item DataProvider (Query) in the default web template 0ANALYSIS_PATTERN for the BEx Web Analyser. I mean I want to see the header line with the characteristics and key figures description even if I scroll down in the query. 
    My idea was to create a second frame in the template and to fill it with the same DataProvider just with the header of the Query. The problem is that the performance of the query would be badder if we load two Dataprovider/Query instead of one.
    Many thanks in advance for your answer and help!!!
    Best regards
    Abdel

    Hi Dion,
    Thank you very much for your answer! I have tried to find a paramter in the web application designer to do that, but without success. Now I have included a new container with the same Analysis Web Item, but it does not function! May you have a better idea??
    Thank you very much in advance for your help. I'll also post my question in a BI-Forum as you suggested. 
    Best Regards
    Abdel

  • Auth Error in BW while executing a query with Company hierarchy

    Hi All,
    I have an issue in BW Reporting auth objects.. Hope to get resolved here.
    We are using BI 7.0. However We  are still using the Reporting auth objects for fiield level security. We are having a problem while executing a query with company code hierarchy ,which is built on a multiprovider.
    The Background is as below
    Multiprovider: ZM_CD01 with 5 infocubes
    Query: Has 0COMP_CODE as free characteristics with display hierarchy for Japan (Node APSC_012 is fixed value)
    Node APSC_012 has 4070,4076,407A,408A,9830 company code values under it.
    Reporting Auth Objects:
    Z0COMPCODE: (for flat values)
    4070,4076,407A,408A,407M,407P,8236, :
    ZHCOMPCODE: (For tree structure)
    4070,4076,407A,408A,407M,407P,8080, :
    APSC_MGMT_HIER (Nodes: APSC_012,APSC019)
    Both the reporting authorization objects are checked for multi provider ZM_CD01 in RSSM
    While executing the query the following Auth error is received.
    You do not have authorization to read object  "Z0COMPCODE" authorization on '0COMP_CODE'
    When I change the values for Z0COMPCODE to * it works fine. No Auth error.
    Please help me resolve this issue. It is very critical now as the user needs to execute some important reports.
    Thanks in Advance.
    Ramkumar C

    Hi Chandra,
    Try the following:
    1. Go to tcode RSSM
    2. Enter the cube ZM_CD01 (all the other cubes) then click change.
    3. Afterwards, u201Cunchecku201D ALL Authorization Objects under this cube. (Repeate the same for all the cubes)
    4. Click Save.
    This will resolve the issue.
    Rgds,
    Raghu

  • Server resources availability while executing a query

    hi,
    lets say we have a query that requires XX MB to be executed.
    the needed memory is available, and while the query is getting memory, another threads jump on the database, and the memory needed to execute the query is not available.
    under those circunstances, can the query change the memory requirements to execute the query (i.e. page out to temp objects), or the query will NEED the XX MB to be executed?
    can the execution plan change the resources requirements based on database recourses availability ?
    Thank you,
    Eladio

    The Execution Plan is determined before the query begins executing.
    The query cannot stop and restart with a new execution plan.
    However, if the same query is executed more than once, even inside a loop
    in a PLSQL block, it may get re-parsed and may acquire a different Execution
    Plan.
    PGA_AGGREGATE_TARGET is a "guide" for Oracle to dtermine the available
    memory for an SQL (it looks at PGA memory currently used by other concurrently
    executing SQLs). However, considering the dynamics of multiple processes
    co-existing on a server, this is not and cannot be a hard limit so the actual
    PGA in use at any time can fluctuate.
    (consider, for example that other, Non-Oracle, processess might start up and
    take memory and Oracle isn't aware of those processes "stealing" available
    memory. Or consider a bug in sort / hash algorithms which cause an Oracle
    process to take (or request from the OS) much more memory than it "should",
    resulting in ORA-4030s !)
    However, as a general rule, Oracle uses PGA_AGGREGATE_TARGET
    and also provides an advisory view that you can query. (Oracle periodically
    collects statistics about PGA usage and SGA usage and updates the
    respective advisory views).

  • Error while executing BEX query via FM

    Hi Friends,
    I am getting following error while executing a query via FM RRW3_GET_QUERY_VIEW_DATA.
    Please see the error screenshot as follows.
    the I_T_PARAMETERS entered are as follows.
    Please let me know what is missing.
    Thanks.
    Regards,
    Hrishikesh

    the key date variable 0DAT is normally filled by a SAP exit variable, but this may not be the case.  it could have been changed in the query designer,  check the query in query designer and see.
    Try passing 0DAT in the variable list with todays date

  • ORA-27092 Error while executing any query from client

    Hello
    I am getting following error while executing any query from client remotly.
    IAMDBA@TEST_OAT.ABCD > select userid from dual;
    select userid from dual
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01116: error in opening database file 1
    ORA-01110: data file 1: '/u01/prod/system/system01.dbf'
    ORA-27092: size of file exceeds file size limit of the process
    Additional information: 131071
    Additional information: 286209
    But while local connection,its working.

    hi,
    ulimit command- Limit user resources
    su - oracle
    ulimit -n (this command will show you the current value for ulimit the default value is 1024)
    to increase its value:---
    ulimit -n <some value> ( this command will change value for current session only)
    example
    ulimit -n 101062
    once done check the value as:--
    ulimit -n( for verification)
    search in google for more explanation or revert back to me for any suggestions.... :)
    Edited by: varun4dba on Jan 31, 2011 4:09 PM

  • Error when execute a query BW in WEBI

    Hi Gurus,
    I need your help:
    Status:
    SAP_ABA     700
    SAP_BASIS  700
    PI_BASIS         2005_1_700
    SAP_BW         700
    BI_CONT         703
    SAP GUI 7.10 SP 7
    I run a 3.5 query with bex and all its ok.
    But when i want run the same query in BOE Web Intelligence Rich Client I have an error
    In WEBI: error : WIS 10901 for MDX QUERY
    in BW TR: SM21 : Communication error, CPIC return code 020, SAP return code 456.
    thxxhead   7415  020456     ThRecei    CPIC-Er
    If I just put one masterdata, the query return the list of this MD.
    But when i put 2 MD or one indicators, i have error.
    Thanks for help.

    Hi Ingo,
    In response to your questions:
    - "you did install the SAP Integration Kit?": yes, we did a "server" install. The other options are Desktop and Custom
    - "its not an evaluation key that has expired ?": No, this is not the case
    - "did you check the MDX Parser destination in transaction SM59 ?": Yes, this is working now (SM59 - connection test succesful).
    - "Try a simple BI Query and build a new Web Intelligence report on top (java, dhtml)" We did this, results:
    WebI Rich Client. This worked fine. Report made, refreshes, can add objects, ...
    Web Advanced (JAVA Report panel): we get error - "An error occurred while trying to load the provider for transport sap. Failed to load library mda_sap. System error message: .(WIS 10901)"
    We checked if we didn't miss anything with the server installation of the SAP integration kit, this was not the case. When we chose a "repair install", all options where already installed. What we did do, is install the Fix pack2. Reason: there was a reference to mda_sap.dll in the BusinessObjects Enterprise XI 3.0 FixPack 2 notes. Note: refer to new thread: Cluster Definition transport error - BO XI 3.0 FixPack 2 (Server&Client)
    - We also tried a more advanced query, with prompted filters and calculations.
    WebI Rich Client. same error as before, "The MDX-query <MDX syntax> See RFC trace file or SAP system log for more details. (WIS 10901)"
    Web Advanced (JAVA Report panel): same error as before - "An error occurred while trying to load the provider for transport sap. Failed to load library mda_sap. System error message: .(WIS 10901)"
    Seems we have the same problem as Claudia + an mda_sap issue. We are running out of options here. Any thoughts on this?
    Thanks for your help!
    Raf

  • Error: No data available while executing BEx query

    Hi BI expert,
    Please help me out as I am very new in BI. I am getting error "No data available" after executing query in BEx query designer.
    thanks

    Hi,
    Pl check for the Filter Conditions of the query.Have the same filters data  as that in the Cube/ODS.
    Hw is the Data Flow ???
    A)From ODS to Cube to Query ????
    or
    B)From ODS
    or
    C)From Cube
    1)Check on which Infoprovider the Query is built.
    2)If it is Cube then Check the data in the Cube.Right click Cube ,Display data and Execute.
    3)If data is avaliable in cube then it shud come in Query except for the Filter conditions .
    4)then check for the Filter conditions of the query.
    5)If data is not avaliable in Cube then check in ODS ????
    6))If data is not avaliable in ODS then check in PSA
    7))If data is not avaliable in PFA then check in R/3.
    Also search in SDN as to how the Data flows
    A) both from Flat File and 
    B)R/3 and FULL and DElta Load.
    That will give clear uinderstanding  !!!!!
    Rgds
    SVU123
    Edited by: svu123 on Dec 15, 2008 2:15 PM

Maybe you are looking for